Calendar Events from MT5 into EA
does someone has information about the possibility to load the Event Calendar from MT5 into an EA Script?
Would be nice if anybody could help me with that.
https://www.mql5.com/en/docs/calendar
Function |
Action |
Get a country description by its ID |
|
Get an event description by its ID |
|
Get an event value description by its ID |
|
Get the array of country names available in the calendar |
|
Get the array of descriptions of all events by the country code |
|
Get the array of descriptions of all events |
|
Get the array of values for an event |
|
Get the array of values for a currency and a currency |
|
Get the array of events by its ID |
|
Get the array of values for all events with the ability to change currency |

- www.mql5.com
I have not tested yet, but you can find a section about calendar event in the MQL5 language documentation
https://www.mql5.com/en/docs/calendar
Function |
Action |
Get a country description by its ID |
|
Get an event description by its ID |
|
Get an event value description by its ID |
|
Get the array of country names available in the calendar |
|
Get the array of descriptions of all events by the country code |
|
Get the array of descriptions of all events |
|
Get the array of values for an event |
|
Get the array of values for a currency and a currency |
|
Get the array of events by its ID |
|
Get the array of values for all events with the ability to change currency |
Has anyone found a way to use the MetaQuotes calendar in an MT5 EA?
Thanks a lot,
Martin
Same topic is currently discussed here: https://www.mql5.com/en/forum/312462. Just follow the links there, where I show an implementation that works for both strategy tester and live trading.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
does someone has information about the possibility to load the Event Calendar from MT5 into an EA Script?
Would be nice if anybody could help me with that.
Thanks. tMAE