Remove open TP?
-
Is it possible to remove the Take Profit in open trades?
I couldn't figure out how. I have an EA opening trades and setting the TP too close. I would like to remove all open trades in that pair and let another EA I have take care of the TP.
Is there a way I can make this here? -
@brad-0 Hi.
find this block "Modify stops of trades" and put 0 for profit.
try this way -
@Xfire I tried the following, but that didn't work.
Maybe I did it the wrong way?
-
@brad-0
i created a sample for another use and you can see i remove TP and change SL to open trade price
-
@brad-0 your condition is incorrect and never next block running for change TP
-
@xfire you can be using my sample with "For each trade" block also
-
Then this would work, but it doesn't. So what am I doing wrong here?

-
The problem could be the magic number.
Is there a way to have it removing all TP's in all trades no matter what magic number?
I tried it now and changed the MagicNumber and it changed TP in one of 4 trades. -
Sorry. I didn't see that "For each trade" comment. It's working fine now.
Thank You!!!
-
@brad-0 finally, you welcome
