AutoTrading Scheduler

Hello, this EA regularly closes open and pending orders, unfortunately it does not disable autotrading with the mt4 1440 version...the button remains green.
It works perfectly well in 1440. When autotrading is getting toggled, the icon won't get updated on the screen until you move your mouse, but you can check when the actual toggling took place by looking at the Journal tab.
 
It works perfectly well in 1440. When autotrading is getting toggled, the icon won't get updated on the screen until you move your mouse, but you can check when the actual toggling took place by looking at the Journal tab.
I have an EA that automatically opens positions, checks the situation every 2 minutes....after closing everything with Auto Trading Scheduler, the other EA opens new pending orders and consequently new positions.
 
I have an EA that automatically opens positions, checks the situation every 2 minutes....after closing everything with Auto Trading Scheduler, the other EA opens new pending orders and consequently new positions.
This is probably the problem
 

Attachments

  • Immagine 2025-03-21 134556.png
    Immagine 2025-03-21 134556.png
    31.7 KB · Views: 2
Hello ,
Is there anyway to have the EA set to be On/Off in second not in minute?
i.e. I would like to have Autotrade On only 10 or 20 second...

Thanks
 
HI, can you explain about "Added an option to close trades in the asynchronous mode in MT5." ? thanks
In the MT5 version of this EA, you can set the AsyncMode input parameter to true to make it close orders in asynchronous mode. It makes closing orders significantly faster, but removes the ability of the EA to check the closing process for errors.