The lies your backtest tells
- Look-ahead bias — using information that wasn't available at the time.
- Survivorship bias — the universe excludes delisted companies.
- Overfitting — too many parameters tuned to noise.
- Ignoring costs — slippage, commissions, and borrow fees are real.
- Regime blindness — fitting one bull market.
- Data-snooping — running 200 variants and reporting the best.
- Optimistic execution — assuming you fill at the close.
A defensible workflow
Split your data into train / validation / test. Tune only on train. Select on validation. Report only once, on test. Walk-forward analysis is the gold standard.
Not financial advice
This lesson is educational material, not personalized advice. Examples and case studies are illustrative. Trading carries real risk of loss — never invest money you cannot afford to lose, and consult a licensed professional for guidance specific to your situation.