Submitting Multi-Currency EA to ATC 2010

 

How to properly submit a multi-currency EA to ATC 2010? When I submit my EA that trades on AUDUSD and GBPCHF as attached to AUDUSD, the test results in the following error:

no prices for symbol GBPCHF
 
Try to select symbol by SymbolSelect(symbol_name,true);

 
Rosh:
Try to select symbol by SymbolSelect(symbol_name,true);

Should I do it in the OnInit()?
 
enivid:
Should I do it in the OnInit()?
Yes, and then check your EA in Srategy Tester yourself. Remove all Symbols from Market Watch and run back testing.
 
Rosh:
Yes, and then check your EA in Srategy Tester yourself. Remove all Symbols from Market Watch and run back testing.
Thanx! It works.
Reason: