multiple trades problem
-
Why this issue of opening multiple trades after SL or TP hits can't be solved. I created many strategies but still no solution. https://fxdreema.com/shared/DtWIkakcd
-
Because there is no restriction in the EA avoiding that to happen. Do you need one only buy and one only sell every time the bot is active, maybe?
-
@l-andorrà I need the EA to stop placing many orders after TP hit and wait until the next condition is met whether buy or sell
-
On trade tab set a flag to off when TP is hit, on tick reset when ready to trade again, and check above buy sell.
-
@jstap on FLAG there are many options which one to choose? "set flag or check flag"?
-
Set flag to turn it on/off, check flag to see what it is set to.
-
@jstap like this https://fxdreema.com/shared/Hc4pVUprb
-
You need a reason to turn trading off, and a reason to turn it back on:


-
@jstap I can't find purple option { trade closed} on my platform
-
It is there, but only on the on trade tab
-
@jstap I got it
-
@jstap you added condition for option 13 at " ON TICK" what's that condition for? I think that's the last part of help I'll need from you SIR.
-
That is whatever condition you want to switch your flag back on.
-
@jstap Thanks sir it's working, I can't remember how many time I've been struggling with this multi trades issue, I really appreciate your help