Blog › Methodology

Your worst drawdown is still ahead of you: 10,000 Monte Carlo reshuffles

We took 410 real trades from a strategy published on this site and shuffled their order ten thousand times. Same trades, same profit, same everything — except the one number everyone anchors on. What it did to the max drawdown should change how you size every strategy you run.

The short version: the historical backtest of our Turnaround Tuesday strategy shows a worst drawdown of -11.3% over 23 years. Reshuffle those same 410 trades 10,000 times and 95% of the reorderings produce a deeper drawdown — the median is -15.7%, the bad tail -23.1%. History dealt one of the luckiest orderings possible. And because the future keeps dealing new orderings, there's a 61% probability of a brand-new worst drawdown within ten years — while the strategy performs exactly as designed. The number you should size against is below, and it isn't the one in the backtest.

A drawdown is just losses that happened to cluster

Maximum drawdown feels like a property of a strategy, like its win rate. It isn't. The win rate belongs to the trades; the drawdown belongs to the order the trades arrived in. History picked one order. It could have picked any other, and the strategy — the rules, the edge, the trades themselves — would be identical.

So we ran the experiment: every Turnaround Tuesday trade from 2003 to 2026 (410 of them, 74.9% winners, +0.61% average, net of 0.05% per side, from our frozen data cache), shuffled 10,000 times with a fixed random seed. Every shuffle contains exactly the same trades, so every path ends at exactly the same +1,000%:

Fan chart of 10,000 shuffled trade orderings: all paths start at 100 and end near 1,100, but the spread in between is wide; the actual historical path is marked in orange
Same start, same finish, ten thousand different journeys. The orange line is the one journey history actually took — note how it hugs the calm middle of the fan. That's not skill. That's a draw.

The destination was never in question. The route is where the pain lives — and that's the part the backtest only sampled once.

History's -11.3% was the lucky draw

Here is the max drawdown of each of the 10,000 reorderings:

Histogram of maximum drawdowns across 10,000 shuffles: history's -11.3% sits at the shallow right edge, the median is -15.7%, the worst 5% reach beyond -23.1%
The orange line is what the backtest reported. Almost the entire distribution lies to its left — deeper. If you sized your account trusting -11.3%, you sized against a 95th-percentile outcome.

Read the three lines like a skeptic. History: -11.3%. (The strategy article quotes -9.96% — that's the out-of-sample window measured on daily closes; this is the full 23 years at trade level.) Median shuffle: -15.7% — the typical experience of running these exact trades is ~40% more pain than the backtest shows. Worst 5%: -23.1% — one reordering in twenty doubles the reported drawdown. Nothing about the strategy changed in those simulations. Only luck did.

Which raises the uncomfortable question: if history already used up a lucky draw, what does the next decade deal?

There's a 61% chance the record gets broken

We resampled the trade pool forward — one year of trades, two, three, up to ten — 10,000 times per horizon, and counted how often the simulated future produces a drawdown deeper than the historical worst:

Bar chart: probability of a new worst drawdown rises from 6% within one year to 61% within ten years of continued trading
Keep trading a perfectly healthy strategy for ten years, and a new all-time-worst drawdown is more likely than not. Not because the edge decays — because that's what distributions do when you keep sampling them.

This is the arithmetic behind a line we use a lot: your worst drawdown is still ahead of you. It's not pessimism. Within ten years, the median simulated future contains a -12.4% drawdown — deeper than everything in the 23-year backtest — and there's better-than-even odds of breaking the record outright. The day it happens, nothing will be wrong. That's the point of knowing it in advance: the trader who expects -23% holds through -16%; the trader who expected -11% quits at -13% and calls the strategy dead at precisely the moment it's behaving normally.

What to actually do with these numbers

  1. Size against the tail, not the history. Take the 5th-percentile simulated drawdown (-23.1% here), decide the worst account drawdown you can genuinely live with, and scale exposure so the two fit. The portfolio math does the same job across strategies.
  2. Pre-commit your quit line. If simulation says -23% is a normal-bad decade, then -15% is not a reason to abandon ship. Write the number down before you start; panic is not a sizing methodology.
  3. Rerun the shuffle on anything you're about to trade. It's ~15 lines of Python on top of any trade list, and it's the difference between knowing your strategy and knowing one lucky story about it. The same logic powers our out-of-sample testing — never trust a single draw.

Lab notes

Everything here runs on seed 42, so every number reproduces exactly. One implementation detail worth knowing: the fan chart's percentile bands come from a separate batch of 2,000 shuffles — storing all 10,000 full equity paths would have eaten about 1.6 GB of RAM for no visible difference in the bands, while the drawdown histogram does use all 10,000. And these are trade-level numbers: drawdown inside a 2–3 day hold isn't visible, so every figure in this article understates the real experience slightly. The honest direction of that error makes the conclusion stronger, not weaker.

FAQ

What is Monte Carlo analysis in backtesting?

Rerunning the same trade returns thousands of times in random order (or resampling them) and studying the distribution of outcomes instead of the single historical path. The total return doesn't change — the max drawdown distribution is the payoff.

Why does shuffling trade order change the maximum drawdown?

A drawdown is a cluster of losses. History happened to spread the losers out; shuffles eventually put several back-to-back. Median across 10,000 reorderings: -15.7% vs history's -11.3% — and 95% of reorderings were deeper.

How should I use these numbers for position sizing?

Size against the simulated tail (-23.1% here), not the backtest number. Decide the account drawdown you can live with, then scale exposure so tail × exposure fits inside it.

Does a deeper simulated drawdown mean the strategy is broken?

No — every simulation uses the strategy's own profitable trades and ends at the same +1,000%. The edge is untouched; only the realistic worst case on the way there changes. Traders break when they size against history and then meet the distribution.

Backtest notice: trade list generated from dividend-adjusted QQQ data 2003–2026 (frozen cache), 0.05% commission per side, trade-level compounding, fixed seed 42. Simulated results are hypothetical; so are backtests. Past performance does not guarantee future results. This is research, not financial advice.
Robin Eriksson

Robin Eriksson

Founder of EdgeLab. Five years of discretionary losses taught me to test everything — now I publish the strategies that survive. About me →

Related: Why your backtest passes — and your live account doesn't · The Strategy Graveyard: we stress-tested 150+ trading strategies — most didn't survive · Can a mechanical strategy pass an FTMO challenge? We ran 5,600 of them