MetaTrader on my phone
-
In FXDreema, how can I make it so that if my robot has an open position, it stops running when I manually close it from MetaTrader on my phone?
-
No, it doesn't work that way. To the best of my knowledge there is no way to do that on phone. You will need to open your pc and turn off algo trading on your platform. Or turn off the EA
-
Ok
thank -
It's actually possible. You can create a switch variable. Then in On Trade section, turn that switch off when a trade is closed manually. You can also turn it on by placing a manual trade. Or maybe at the beginning of each new day, week etc
-
@Epapa OK, could you give me a basic visual example?