The Fewer Rules, the Better
Every parameter you add is a chance to overfit. Why robust strategies are almost boring.
This capstone of the strategy-building module is the principle of parsimony: prefer the simplest strategy that captures your edgeA repeatable, structural reason your trades win over time.. Every rule, parameter and filter you add is another opportunity to overfit — so robust strategies tend to be almost boringly simple.
- Parsimony — every added parameter is a chance to fit noise; fewer rules = less overfitting.
- Occam’s razor — the simplest strategy that captures the edgeA repeatable, structural reason your trades win over time. is the most likely to keep working.
- Practical wins — simple strategies are understandable, robust to parameter changes, and easier to hold through drawdowns.
- The rule — between two comparable strategies, choose the simpler; distrust complexity that only prettifies the backtestTesting a trading strategy on historical data..
Isn’t a more sophisticated strategy usually better?
Rarely, in trading. Sophistication that reflects a genuine, tested edge is fine — but added complexity *usually* means added overfitting, fragility and opacity. The most durable real-world strategies are often strikingly simple. Add complexity only when it earns its place with a real reason and out-of-sample evidence, not because it looks impressive or lifts the backtest.