AutoTrading Scheduler

any one help me for this ea installation
It's quite straightforward (unless you are on Mac) - you just copy the contents of the downloaded archive to the MQL4\Experts\ (or MQL5\Experts\ if you are on MT5) folder of your platform's data folder. Then you restart the platform and it should appear among the Experts in the Navigator.
 
Version 1.01 of the AutoTrading Scheduler has been released. It implements multiple important changes:
  • Added optional alerts when AutoTrading is toggled. (@jaypebe74)
  • Added non-enforced schedule mode to only toggle AutoTrading when a new period stats or ends. (@hinde.usr)
  • Added input parameters with default values for all panel fields. This will simplify setup and copying the panel settings from one platform to another.
  • Optimized processing of chart timeframe/symbol change.
  • Fixed a bug that prevented the panel from maximizing after minimization. (@Tylergibson)
  • Fixed a bug that could cause multiple triggers when the scheduler was set to close trades.
  • Fixed a bug with deletion of leftover chart objects from a previously crashed ATS panel.
  • Removed the PanelOnTopOfChart parameter. This should be handled by chart settings.
thank you. on mt5 this works very well!

i would be interested in some enhancement regarding the trading times fields:

i use a signal that works m5 and above. yet the signal is only valid a few seconds after a new bar opens after it changes its mind and messes up.

so it would be great to be able to tell the scheduler to check chart timeframe (for the chart on which the scheduler is ) and to check the trading window set for each day, and to switch on on candle open and to switch off after say 5 seconds (user defined).

i am available to provide more information if needed.

again, thank you.
 
Hello,
The scheduler is great, but at times it just randomly deletes some of the trading times. Is this a known bug? It happens mostly on the MT5 version of the scheduler
 
No, I didn't see that bug. How can I reproduce it?
I will try and check logs when it next happens. But when it does, even after you type a time in the box, it gets deleted. It is very random, I havent noticed any particular pattern to it
 
hello, i want the EA trade only 5 minutes before every hour until 1 minute after every full hour
so i put this:
0:55-1:05,1:55-2:05,2:55-3:05,3:55-4:05,4:55-5:05,5:55-6:05,6:55-7:05,7:55-8:05,8:55-9:05,9:55-10:05,10:55-11:05,11:55-12:05,12:55-13:05,13:55-14:05,14:55-15:05,15:55-16:05,16:55-17:05,17:55-18:05,18:55-19:05,19:55-20:05,20:55-21:05,21:55-22:05,22:55-23:05,23:55-0:05

but the text is too long, so can you please allow more text here? thank you
 
hello, i want the EA trade only 5 minutes before every hour until 1 minute after every full hour
so i put this:
0:55-1:05,1:55-2:05,2:55-3:05,3:55-4:05,4:55-5:05,5:55-6:05,6:55-7:05,7:55-8:05,8:55-9:05,9:55-10:05,10:55-11:05,11:55-12:05,12:55-13:05,13:55-14:05,14:55-15:05,15:55-16:05,16:55-17:05,17:55-18:05,18:55-19:05,19:55-20:05,20:55-21:05,21:55-22:05,22:55-23:05,23:55-0:05

but the text is too long, so can you please allow more text here? thank you
Unfortunately, that's not something I can do - it's the restriction of the input field object.
 
Unfortunately, that's not something I can do - it's the restriction of the input field object.
oh. i thought maybe using the max length attribute you could changr the input field length...can you please try? if not thats too bad..but ok thanks for the reply
 
That's MetaTrader's restriction. The maximum length of the OBJ_EDIT field is 63 characters.
would it be a working work around if i split the text in to multiple charts? putting up like on 4 different charts? would that work theoretically?
 
would it be a working work around if i split the text in to multiple charts? putting up like on 4 different charts? would that work theoretically?
Unfortunately, no. Together they will keep autotrading always off because for each separate instance, the periods allowed by other instances will be periods when autotrading shouldn't be allowed.

I am currently considering some solutions to this, but I don't have a definite fix yet.