Automatic validation - Validation completed with an errors

 

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? 

 

 

 

 

 

 

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
test on EURUSD,H1
there are no trading operations
test on NZDUSD,H1
there are no trading operations
test on GBPUSDcheck,M30
there are no trading operations
test on XAUUSDcheck,Daily
there are no trading operations
 

 

 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
Documentation on MQL5: Checkup / MQLInfoInteger
  • www.mql5.com
Checkup / MQLInfoInteger - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: