Hello,
I have batch schedule to run every minute on weekdays, but it runs also during weekends. And if I don't open Amibroker on weekend, it runs the missed schedules which disturb the job for the day. Is there a way to stop it.?
here is the information on the scheduler, it says on Repeat "Hourly between 9:00 to 15:59, only on Mon, Tue, Wed, Thu, Fri" but unfortunately it runs also on Sat and Sun.
Please help
I believe this was fixed in version 6.25. See the release notes here: https://www.amibroker.com/devlog/
Thank you for your info. I hope it is really fixed, but mine is Version 6.30.5. and it's 64-bit.
Please advise.
I run a batch file once per day Mon-Fri and it works correctly. I'm not sure whether the day of week checkboxes are intended to be used along with Hourly repeat, although the documentation seems to imply that they should work together. Probably a good question for @Tomasz.
First the screenshot is truncated and looks weird. For repeated batch you should have ONE entry in Scheduler window (showing just one NEXT run) not dozens of it. This looks wrong.
This one entry shows scheduled next run, after it is run it will be updated for next run and so on. And it is just ONE entry.
Secondly: the settings work row-wise. So weekday checkboxes as they are in the same row as "Daily" radio button apply to "daily", not to "hourly".
I think there is probably some confusion because near the bottom of this page of the documentation it says:
Define if runs should be repeated at certain intervals or not. Runs can be done daily or hourly on specific week days and specific time range
It would be easy to interpret that statement as "specific week days can be used with both daily and hourly repetition". A small tweak to the wording would make it more clear even though it's fairly obvious already from the visual layout of the Scheduler window.