Tick Data
Tick Data - The most granular form of historical data, containing every individual market quote (each bid/ask update) with its timestamp. Tick data captures every price change and is considered the most accurate for backtesting. Using tick data in a backtest accounts for intrabar moves, but requires more processing. Platforms like cTrader allow selecting “tick data from server” for maximal precision.