Modify stops of trades - Modify SL only, leave TP?
-
Hi there
When I use "modify stops of trades" function, I want it to move SL's on any open trades to a maximum 100 pips. I have set up an EA to do this. In the "New Stop-loss" field I have "MaxstoplossPips" input set as 100 pips say. In "New Take-Profit" field I've left blank (As I already have TP's set on trades). When I leave New Takeprofit field blank (AS in do not change TP's) When I run this ea it sets max SL's to 100 pips, great. But it deletes all TP's. How can I get it to leave existing TP's where they are? Thanks in advance!
-
@julianrob What you have is how to modify but you will have to find the ATR value for when you want to move, have a look here and put a shared project, help can then be given.
-
@jstap said in Modify stops of trades - Modify SL only, leave TP?:
value for when you want to move
Thanks jstap.
But I'm creating a managing robot which will oversee other trading robots. Therefore I can't directly nominate exact TP's on those trades
-
@jstap Thanks for your help.
I just discovered the solution. I need to use "modify stops" under "Loop for trades and orders" tab. This gives the option to leave the TP unchanged -
@julianrob Make sure is under a for each trade block, is the only way of selecting buys and sells independently.