Move SL to BE on TP2 once TP1 hit
-
Hi All,
I have been trying to make a simple EA that will manage existing two positions with same SL but different targets (TP1 & TP2).So I open trades with different targets TP1 and TP2 but same entry and SL on each.
Then add EA to chart.
Once TP1 is hit, I want the remaining trade SL to be moved to BE.
See example project that does not work:
https://fxdreema.com/shared/3Q0qgbwIWhat am I doing wrong?
Any suggestions very welcomed.
Many thanks,
Jim -
@jim67 For a start if you want this to work on manual trades you need to set group to all, you don't need the pass above pink blocks, how are your SL's set? If set by pips you could use this in the pips away block, when a trade is closed you can use the purple trade closed by blocks connected to a buy or sell block on the on trade tab.
-
Hey @jstap,
Many thanks for your informed reply.
Just using Position Closed and BE on Trade tab with All trades selected works fine. So simple.
Thanks again for your help, you're a champion.
Cheers mate,
Jim -
@jim67 Your welcome.