Is it possible for historical market data to differ between real-time and the next day?
In my case, my algorithm evaluates the previous candle’s data and applies certain rules to decide whether to take a trade. During live trading, the real-time data satisfied all conditions, and the trade was executed. However, when I simulate the same scenario the next day using historical data, those same rules fail to trigger a trade.
Could the real-time data for a specific timestamp differ slightly from the historical data available later?