- problem with history center on MQL4 --> losing data for 4 days
- mt5 history for pairs calculation
- BACKTESTING ISSUE - please help
The... target currency pair is XAUUSD, but the operation log shows it's also trying to download historical data for XAUJPY, which is unrelated.
99% of the time, problems such as this are proverbially "your code." Inspect your symbol calling code for accuracy. To avoid any doubt whatsoever about your code, consider hardcoding all instances of symbol calls as "XAUUSD."
in my experiences, this happens when there are gaps in the history of the symbol you are testing. This has result of mt5 to make fake history to fill those gaps. These can be easily detected at the start of your backtest log in the journal. Post the start of the journal, before the 2nd trade is opened and we will point it out to you.
but this also happens if the margin currency is not the same as your account's deposit currency. This has result of mt5 to retrieve a similar symbol with the margin currency so that it can convert between the 2 currencies.
Maybe your account currency is jpy, in that case strategy tester downloads the additional pair in order to be able to convert profits to your account currency.
I.e. if you test USDJPY on an EUR Account, also EURJPY is downloaded and so on...
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use