Strategy Tester with multiple symbol

 

Hi!


Is it possible to run Strategy Tester by more than one symbol?

Example:


Chart: EURUSD

Code:


ticket1=OrderSend("EURUSD",OP_BUY,1,Ask,1,Ask-25*Point,Ask+25*Point);
ticket2=OrderSend("USDJPY",OP_BUY,1,Ask,1,Ask-25*Point,Ask+25*Point);

How can I order USDJPY on EURUSD-chart in Str. Tester?

Thanks!

Reason: