is there a way for the EA to only enter a new order when the previous one is closed.
-
is there a way for the EA to only enter a new order when the previous one is closed.
-
@gggvvvv Do you mean having no more that one open trade at any time or opeining a new one as soon as a previous one is closed?
-
@l-andorrà i mean open new order whenever if no open order and satisfy condition ma34>ma89 . means open a new transaction only after the previous one has been closed (tp) if the condition ma34 > ma89 is satisfied. EA I use the condition if ma34 > ma89, I will enter a buy order, and I want when that buy order closes (take profit) then I can enter next buy order if ma34 is still greater than ma89 . but my EA has an error that it opens orders continuously when the condition ma34>ma89 is satisfied, even though there are still orders running, not closed (take profit). I want it to only open a new position when the previous one is closed ( take profit ) - no more commands are active
then enter the next command -
@gggvvvv Then you need to do this on the 'on trade' tab:

-
@l-andorrà thank you
-
@l-andorrà please is there any way to have not more than one trade as you mentioned, because my EA is entering multiple trade.
-
@mahamusti You should add a 'no trade' block on top of your launcing structure.