How to tell if your trading strategy is overfit: 6 warning signs
Six warning signs of an overfit trading system, from too-good equity curves to unstable parameters, and what to do when you spot them.
How to detect overfitting trading and strategy overfitting signs are high-volume queries because almost every systematic trader builds a beautiful backtest at least once. This list is practical: what to look for, and what to do next.
1. Too-good equity with no weak periods
Real edges usually have bad quarters. A perfectly smooth curve is a warning, not a trophy.
2. Many tuned parameters on limited history
Parameter optimization overfitting is the default when degrees of freedom are high relative to information (Parameter optimization).
3. Hyperopt or grid search without forward validation
Hyperopt overfitting freqtrade is a special case of the same problem (Hyperopt).
4. Fragile parameters
Small changes destroy performance (PSI).
5. Strong in-sample, weak out-of-sample
Walk-forward and retention expose this quickly (WFE).
6. Manual peeking and multiple testing
If you iterated after seeing results, you have data snooping risk (Data snooping).
What to do when you spot warning signs
- Freeze a protocol
- Run honest time splits
- Stress costs
- Export to Kiploks for structured review (Integration)