Forum

Unable to backtest on data past February 4th 2025

Hello, I am currently trying to backtest my trading strategy, and can do so on multiple years of data, but it seems unable to work past the 4th of February 2025, simply saying that the EA stopped (screenshots below). If anyone has any ideas as to why this may be then it would be greatly appreciated

MT5 strategy tester failing to load tick data for EUR/USD 2022 - 2025

Hello, I have been having issues with the Meta Trader 5 strategy tester since i logged in to my [redacted] account on there. When trying to backtest on EUR.USD tick data from 2022 - 2025, it has a quality of analyzed history of 9%, and fails to load anything before the end of 2023. I have attached

Fining High open low close of the previous candle

This is my code, could anyone explain or give any reasons as to why it doesnt just print the high low open and close of the previous candle, it just produces other incorrect values. candleIndex is set to 1 double openPrice = iOpen ( NULL , 0 , 1 ); // Open price of the specified indexed candle