Backtest Drift
Backtest drift is the phenomenon where a strategy's performance in live trading consistently underperforms its historical backtest results. This is often due to differences between the idealized conditions of the backtest and the reality of the market, such as slippage, execution latency, and changing market microstructure.
In crypto, where market conditions can change rapidly, backtest drift is a common problem for algorithmic traders. It can also be caused by the failure to account for transaction costs, market impact, or the impact of the strategy itself on the market.
To mitigate this, traders must build realistic simulations that include all relevant costs and constraints. Monitoring the difference between backtest expectations and actual results is critical for adjusting the strategy and ensuring that it remains aligned with the intended performance goals.