I would like to import time of publication newses from web site: http://www.dailyfx.com/calendar/index.html?sort=dateDesc&timezone=GMT
into string variable of indicator I 'm writing now...
For example we have EURUSD currency pair, if ((today news == today date) && (currency == EUR) || (currency == USD)) { import hours into single variable and separate each time by the ";" }
Is possible to do it ? How to code it MQL if YES ?
Yes you can do it. No, it is not simple.
There is an article here at this site for doing what you are talking about... Displaying a News Calendar
I failed to capture the article's link, so just search this site on the article's title I have given and that should help you if you really want to do this.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I would like to import time of publication newses from web site: http://www.dailyfx.com/calendar/index.html?sort=dateDesc&timezone=GMT
into string variable of indicator I 'm writing now...
For example we have EURUSD currency pair, if ((today news == today date) && (currency == EUR) || (currency == USD)) { import hours into single variable and separate each time by the ";" }
Is possible to do it ? How to code it MQL if YES ?