Hi Guys!
I just cannot find any good info regarding backtesting a multi currency EA.
I keep getting errors saying: "loading of iSpy (GBPUSD),M15 failed"
It compiles just fine!
Is it impossible to backtest a multi-currency EA??
Here is some code:
There is no problem to backtest a multi currency EA with MT5.
Do you have the iSpy indicator in Indicators folder ?
Your code was designed for MetaTrader 4 platform, and MT4 doesn't support multi-currencies EA backtest in Strategy Tester.
The easy way is, open a DEMO account, and test your multi-currencies EA.
Hi angevoyageur ,
You are right. Stupid of me, but I was thinking it was a default Indicator.
Thanks for you're quick help!
Your code was designed for MetaTrader 4 platform, and MT4 doesn't support multi-currencies EA backtest in Strategy Tester.
The easy way is, open a DEMO account, and test your multi-currencies EA.
No it is not for mql4, it works just fine on MQL5 :)
There is no problem to backtest a multi currency EA with MT5.
Do you have the iSpy indicator in Indicators folder ?
By the way..
Do you recommend this approuch for creating a multi-currency EA?
My plan is to have a custom "onTick" function, that repeats itself for every symbol tick, pointing out to the trading function, passing the current symbol to it.
I know its not the 'nicest' approuch, as it isn't realy OOP.. But as a start....
Many thanks for you're advice :)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi Guys!
I just cannot find any good info regarding backtesting a multi currency EA.
I keep getting errors saying: "loading of iSpy (GBPUSD),M15 failed"
It compiles just fine!
Is it impossible to backtest a multi-currency EA??
Here is some code: