
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
Here's what I've checked and tried so far:
Data Availability: I have ensured that historical data for both symbols is available on my platform. I can load and scroll through graphs from WINV24 and INDV24.
Symbol Activation: In my EA, I am using SymbolSelect("INDV24", true) to activate the symbol during initialization.
Tick data access: In the OnTick() function, I try to retrieve the tick data for INDV24 using SymbolInfoTick(), but the values returned are all zeros.
Backtest Settings: I ran the backtest in "Every Tick" and "Real Ticks" modes, but the result is the same – no valid tick data for INDV24.
Does anyone have experience running multi-symbol backtests like this? Could there be something I'm missing in the configuration, or is there a specific way to ensure both symbols provide correct tick data during a backtest?
Any ideas or suggestions would be greatly appreciated. Thanks in advance!