How to have specified stop moves
-
Hello,
I am creating a trade manager EA. In this instance, all I'd like it to do is see all manual trades I've opened. Once any trade moves 20 pips profit, set as an input, move SL to 3 pips profit (set as input).
-
Once any trade moves 30 pips in profit, move stop loss to 12 pips profit
-
Once any trade moves 50 pips in profit, move stop loss to 30 pips profit.
I have these 3 stop levels programed in the inputs as 3 separate stop moves. Please, how shall I set this flow to work? I have tried various flow structures but it always moves the SL to the breakeven level of 3 pips, even when more that 50 pips profit. Please assist
Here is my current project flow chart
Thankyou in advance
-
-
@julianrob This should do it:

-
@jstap Thanks so much for your help. Did this flow but unfortunately the stops are not moving at all. I'll keep trying
-
@julianrob Put a shared link on here so what's happening can be assessed.