Loading
Learn how overfitting (curve-fitting) ruins quantitative backtests, statistical tests for backtest overfitting (PBO), and prevention techniques.
Overfitting (or curve-fitting) is the statistical error of optimizing a model's rules or parameters so closely to a specific historical dataset that it captures random noise rather than repeatable market dynamics, leading to catastrophic live performance failure.
Overfitting is the single most common cause of backtest failure when systematic strategies transition to live trading capital.
If minor parameter changes cause performance to collapse (parameter fragility), or out-of-sample Sharpe ratio is drastically lower than in-sample Sharpe ratio, the strategy is overfitted.