Access to economic calendar data from MQL5 programs -
- post #13 about new functions;
- post #14 about https://www.mql5.com/en/docs/calendar ;
- post #15 - example of Economic calendar events listenter; code is attached.
- www.mql5.com
Access to economic calendar data from MQL5 programs -
- post #13 about new functions;
- post #14 about https://www.mql5.com/en/docs/calendar ;
- post #15 - example of Economic calendar events listenter; code is attached.
Thanks for your reply. I looked into the methods provided in mql5 for reading economic calendar events, I tried to use CalendarValueLast() method but it is always giving 0, moreover there is no method for finding news by date so that I can download todays news..
Thanks for your reply. I looked into the methods provided in mql5 for reading economic calendar events, I tried to use CalendarValueLast() method but it is always giving 0, moreover there is no method for finding news by date so that I can download todays news..
I used same function yesterday and the result Values in any Events was positive. Today I used the same code and all the Events return me 0 Values ... I think it is possibly any problem with the provider calendar data server ...
I used CalendarEventByCurrency( ) first to get Events and CalendarValueHistoryByEvent( ) to get Values from that Events.
I'll try these days if that change again ...
- 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 all,
I want download NEWS via expert adviser in csv or json format, please suggest from which site I can download it via MQL5.