modify stop loss based on magic number
-
Hi, is it possible to modify stop loss orders placed by other ea's using the magic number of the EA that places the original trades?
So if EA 1 places an order with tp and sl -> have ea2 modify the stop loss..
hope my question is clear
-
@piptheripper An interesting question. Initially, I would say that it is not possible with fxDreema, but I'm sure custom code can do. I'm curious about the answer.
-
@l-andorrà As l-andorra says maybe custom code, if both EA's have the same magic number it would do this., also with a group you could set up to only modify certain trades.
-
Thanks guys, I'll see if I can find a way and will share here in case i do.