Equal take profit for all open trades.
-
My EA opens several negotiations in a row, making each other martingale.
example:
buy lot 0.01
buy lot 0.02
purchase lot 0.04I already managed to make my trades close at the same time, but my take profit line does not move.
I put a rule for my trades to close all when one of the trades is closed, but I want my take profit to be a single line and the price of all trades to close with equal values. -
@fabiobioware You can try the block 'Trailing stop (group of trades)'.
-
@l-andorrà yes i try and not working.i test in on tick and on trade and not working.
-
@fabiobioware Can you please share you project?