WealthJot.ai

The Fewer Rules, the Better

intermediate6 min read

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.

The deep reason simple wins: each parameter is a degree of freedom to fit the past’s noise, and noise never repeats. A 10-parameter strategy can contort itself to match one specific history beautifully (and fail live); a 3-parameter strategy can’t memorise the noise, so what it captures is more likely to be real, repeatable signal. This is Occam’s razor for trading — the simplest explanation that works is the most likely to keep working. Simple strategies also have a huge practical edgeA repeatable, structural reason your trades win over time.: they’re understandable (you know why each rule exists), robust (they work across a range of settings, not one magic number), and trustworthy (you’ll actually hold them through drawdowns because you grasp them). The seductive complexity that produces gorgeous backtests is usually the very thing that destroys them out-of-sample. When choosing between two strategies of similar merit, pick the simpler one — almost always.
ExampleStrategy A: 3 rules, a clear momentumBuying recent winners and avoiding recent losers. rationale, 16% CAGRCompound Annual Growth Rate — the smoothed yearly return., works across a range of look-back periods. Strategy B: 12 rules finely tuned, 28% CAGRCompound Annual Growth Rate — the smoothed yearly return. in-sampleThe data a model was built and fitted on., but its edgeA repeatable, structural reason your trades win over time. vanishes if you nudge any parameter. A is the keeper — B’s extra “return” is overfitting that willArranging how your wealth passes on after death. evaporate live. Boring and robust beats brilliant and fragile.
Key takeawayPrefer the simplest strategy that captures your edgeA repeatable, structural reason your trades win over time. — every extra parameter is a chance to fit noise that won’t repeat (Occam’s razor for trading). Simple strategies are robust, understandable, and holdable through drawdowns. Between comparable strategies, choose the simpler; distrust complexity that only beautifies the backtestTesting a trading strategy on historical data..
FAQs
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.