
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 was reading mql4 WebRequest() docs and it is turned off during backtesting. So is there an alternative method(s) to download data from the internet, process it, and then incorporate that data into the backtest when IsTesting() is true?
edit: one of the uses will be to download historical news calendar data. So this data can then be used during backtest (dates and events will be lined up).