1 Trade per EMA crossover with a TP but, EA is taking another trade after TP Immediately, how do I stop this please?
-
I've created an EA that uses a 5 and 200 EMA crossover strategy but, to take a certain pip profit and then to close the trade after the take profit. However, my EA is then taking another trade immediately after this take profit has been acknowledged. Please help me undertand what I need to do to enable it to only take 1 trade per crossover...
-
@conortucker Use pass once block, rest when it is a good time to place another trade.
-
Where would you place this block? Thank you for the reply by the way.
-
@conortucker in the place trade tree so, when passed it switches off, but wont pass again until you reset, this should be in a separate tree.
-
Would you be able to show me via taking a picture of the code. Thank you.
-
-
I tried that and it hasnt worked. I'll show you my set up and the outcome.
-

-

-
So how would I fix this issue within my code. I'm just trying to achieve a crossover (Buy and Sell) technique which in return then gives me a take profit of whatever I choose. I really do appreciate your help by the way. Thank you.
-
@conortucker strip back and test, once it works add another condition and test again, continue until all is doing ad you want.
