Mansour Mansouri:Hello, There is a problem in my testing. Any guide is appreciated. My chart is on EURJPY and I need to know EURUSD rate in my EA. I get EURUSD rate with SymbolInfoDouble(EURUSD,SYMBOL_BID) and it works perfect while using EA. But when I run strategy tester, output of SymbolInfoDouble(EURUSD,SYMBOL_BID) is zero. What could be the problem?
MT4 does not keep history of tick data, like MT5 does, and given that the MT4 Strategy Tester is not muti-symbol, it only generates virtual ticks for the symbol being tested and not any other.
On MT4, you can only get OHLC data for other symbols, not tick data.

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
Hello,
There is a problem in my testing. Any guide is appreciated.
My chart is on EURJPY and I need to know EURUSD rate in my EA. I get EURUSD rate with SymbolInfoDouble(EURUSD,SYMBOL_BID) and it works perfect while using EA. But when I run strategy tester, output of SymbolInfoDouble(EURUSD,SYMBOL_BID) is zero. What could be the problem?