ghost trading
-
The title seems a bit strange, but let me explain what I would like to achieve.
I want to simulate placing buy and sell operations. Without being carried out, but if I want the EA to manage if it is a winner or a loser.
I want to count x losers, and from there, that I can put them in real (stop doing simulated operations).
Could someone give me a hand to build this idea?
Thank you -
@cesardefez if you flip a coin 10 times and always get heads, there is still a 50% chance to get heads again on the 11th flip.
I dont have an answer to your question, but I'm afraid it wouldn't help you anyway.
-
@cesardefez Roar is right. Basing trading on pure statistics doesn't work. There is no memory.
-
@l-andorrà
The idea is to use it to filter, and accumulate less float.
I want to filter that it does not operate if they have not opened two (x consecutive losses).
For this I have to simulate in some way the entry and exit according to my strategy. if there are two, three x's missing, then go in.
At no time do I want to make a strategy strictly by doing.
but if it is true that if my backtes comes out "x" of consecutive wins and consecutive losses, I can use this data as a filter and reduce DD. -
the idea is not so bad as it sounds at the very first:)
Having a similar problem with my strategy: works good in general, but most losing trades "come in pairs" means when i lost one the next one will likely also lost, then nearly for sure 1-3 winners follow. mabe there are better strategyies to solve this - reduce lots after a loser and raise after the second...
cesardefez brought me another thought now:)sry for edit, got used to control enter but that means post at once here.