SergioTForex:
Of course, it does. Each values is a structure. Perhaps you should read the manual. Economic Сalendar structures - Data Structures - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5I need the values: - news date and time (USD) - news impact type (USD) from uses in EA
in the code i used string date=values[1] string impact=values[8] but it gives me error illegal operation use
How To Ask Questions The Smart Way. (2004)
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
string date=values[1].time; string impact=values[1].impact_type;
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
I need the values: - news date and time (USD) - news impact type (USD) from uses in EA
in the code i used string date=values[1] string impact=values[8] but it gives me error illegal operation use