I am having the same problem. Were you able to find a solution?
Test report for version 1.0
Validation completed with an errors
- Errors count1
- Started2017.02.16 23:17:05
- Finished2017.02.16 23:18:34
- TypeExpert Advisor
- Spread0
You could allow any symbols & any timeframes for the tester but only a specific symbol & timeframe for trading :
MQLInfoInteger(MQL_TESTER)
https://www.mql5.com/en/docs/check/mqlinfointeger
If you need to check the visual tester mode :
MQLInfoInteger(MQL_VISUAL_MODE)

Documentation on MQL5: Checkup / MQLInfoInteger
- www.mql5.com
Checkup / MQLInfoInteger - Reference on algorithmic/automated trading language for MetaTrader 5

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
Hi there,
I am attempting to validate my EA for the market. My EA trades only the EURUSD and it is required to be attached to the 1M chart. Why is the automatic validation checking for other symbols and higher timeframes? Is there a way to work around this issue?
Validation completed with an errors