You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Brilliant work! Perhaps MQ should consider this solution as a replacement for its standard functions.
The performance boost here is of great practical significance – Tester.
I added these functions into TimeUtils libray (here https://www.mql5.com/en/code/53970).
Any suggestions would be great. Thank you.
You can get all public holidays in a specific country for year.
https://date.nager.at/scalar/#api-version-4/tag/holidays/GET/api/v4/Holidays/{countryCode}/{year}
Send a GET request via WebRequest() function, then parse its response.
A cache of results could be built/saved.