Discussion of article "EA remote control methods" - page 2

 
There is only one difficulty in this, well or I'm wrong, I haven't checked, there is no Push notification in the mobile terminal.
I just have never encountered such a problem as lack of internet. I just have a couple of neighbour's hacked networks in addition to my own, just in case.
But if there were notifications we would lose maximum opening of one deal (not always bad) as we don't know that internet is available and we need to do something there.
 
I think it's possible to create a EA to monitor a specific price of pending order, for example price 1.00000 doing disable auto trading with #import "user32.dll"
 
Comments that do not relate to this topic, have been moved to "Off Topic Posts".
 
Personally, I have implemented the management of my Expert Advisors through pending orders set in the area known to be unattainable for the price. For example, I create a pending order BUYLIMIT price 0.01 lot 0.01 - the Expert Advisor checks if there is such an order, and if there is, performs certain actions. By deleting this order in the mobile terminal, you will disable the execution of actions by the Expert Advisor.
 
Anatolii Zverev mobile terminal, you will disable the execution of actions by the Expert Advisor.

The article also suggests managing Expert Advisors through pending orders. In this case, after the execution of the command, the Expert Advisor deletes the order. And you will be able to control the execution.