Symbols appearing in market watch during backtest

 

When I backtest my Expert random ticker symbols appear in the Market Watch window. It appears to be slowing down my backtest as its recalling two/three currency pairs as opposed to only the one I want. Has anyone else had this or know how to fix it?


Thanks

 

Instruments will appear in Marketwatch when the code is requesting data for that instrument.

So you could look at removing those calls first.

 
Solved: Changed the deposit currency on the backtester. Deposit originally was USD and pair was GBPJPY, so USDJPY was opening too. Changed deposit to GBP and works fine now
Reason: