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.
 
Hi,
Thank you for the EA — it’s been really helpful!

Is there a way to close only pending orders, without affecting the open trades?
 
Hello, this is my set up: 1) i send trades from a demo account where i have set an EA with a specific magic number. i send trades into my real account from that demo account ( the purpose of copying from demo to real account is to hide the trade comment - this can t be done from the EA itself) . 2) in my real account i have set an other EA. What i am trying to do is allow the first EA sent from the copier to copy trades all the time into the real account, while for the EA placed directly in my real account, i would like to schedule it to work from 9 pm to 5 am server time only. regarding the EA trades sent from the demo account into the real account, i can pass its magic number through the copier called " traders connect". could you explain me in the settings how i could allow trade coming from the demo account ALL THE TIME, while blocking trades of the EA placed in the real account at specific times? thanks!
 
Hello, this is my set up: 1) i send trades from a demo account where i have set an EA with a specific magic number. i send trades into my real account from that demo account ( the purpose of copying from demo to real account is to hide the trade comment - this can t be done from the EA itself) . 2) in my real account i have set an other EA. What i am trying to do is allow the first EA sent from the copier to copy trades all the time into the real account, while for the EA placed directly in my real account, i would like to schedule it to work from 9 pm to 5 am server time only. regarding the EA trades sent from the demo account into the real account, i can pass its magic number through the copier called " traders connect". could you explain me in the settings how i could allow trade coming from the demo account ALL THE TIME, while blocking trades of the EA placed in the real account at specific times? thanks!
There is no way for the Auto-Trading Scheduler to disable autotrading for one EA while allowing it for another EA. It can only switch the platform's global setting.