Max Drawdown Rules
9 min read
Define when to stop before the market does it for you -- establish maximum drawdown rules that ensure long-term survival.
9 min read
Define when to stop before the market does it for you -- establish maximum drawdown rules that ensure long-term survival.
If you don’t define when to stop, the market will do it for you. And it won’t be kind.
Drawdowns are inevitable. Every strategy — no matter how good — goes through losing periods.
But here’s the difference between pros and amateurs:
Amateurs react to drawdowns with fear, frustration, and overtrading Pros have predefined rules for what to do when drawdowns hit specific levels
This post shows you how to build a drawdown framework that protects your account, your psychology, and your ability to come back stronger.
Maximum Drawdown (Max DD) is the largest peak-to-trough percentage decline in account equity before a new high is made. Max-drawdown rules are the predefined thresholds at which a trader stops, reduces size, or reviews the system — designed to separate survivable variance from genuine edge decay.
Prerequisite: Capital at Risk — this lesson assumes you’ve already defined per-trade risk.
Drawdown is the percentage decline from your peak equity to a trough.
There are two kinds:
Example: If your account peaks at $50,000, drops to $42,500, then recovers → max drawdown = –15%
Drawdown is not just about money — it’s about psychological load.
Without rules:
With rules:
From backtest or journal:
Example:
Worst observed peak-to-trough decline over 100-300 historical trades.
95th-percentile simulated tail across thousands of resampled equity paths.
Create a circuit breaker at 1.2× to 1.5× your historical drawdown.
| Risk Tolerance | Circuit Breaker Rule |
|---|---|
| Conservative | Pause trading at –15% |
| Moderate | Pause or reduce risk at –20% |
| Aggressive | Absolute max stop at –25% |
When hit:
Use dynamic risk tiers:
| Drawdown Level | Trade Risk | Action |
|---|---|---|
| 0% to –5% | 100% normal risk | Execute normally |
| –5% to –10% | 50% risk | Caution mode |
| –10% to –15% | 25% risk or stop | Pause, evaluate, or switch to SIM |
| –15%+ | 0% | Stop trading, reset |
This protects your capital and mental capital.
Advanced traders monitor their equity curve like a chart.
If current equity falls below the equity MA (e.g. 20-day), pause trading When it reclaims → resume with smaller size
This creates an adaptive, data-driven throttle on exposure — not an emotional one.
Define your historical and expected drawdown Use Monte Carlo to simulate worst-case Set hard stop levels (e.g. –15%) Predefine actions at each stage Scale size down automatically during drawdown Use equity curve MAs or trailing stop on PnL
Max Drawdown tells you the worst single episode your strategy has experienced. But looking at the worst case alone can be misleading. The Average Drawdown gives you a fuller picture by measuring the typical depth of all drawdown episodes, not just the most extreme one.
A drawdown episode is any period where your equity is below its most recent peak. Average Drawdown is calculated by:
Average Drawdown = (Sum of drawdown depths) / (Number of drawdown episodes)
For example, if your equity curve has 8 drawdown episodes with depths of -3%, -7%, -2%, -5%, -12%, -4%, -6%, and -3%, the Average Drawdown is -5.25%.
Eight drawdown episodes; the average depth is -5.25% even though the worst episode is -12%.
Max Drawdown alone has a critical limitation: it is a single data point. It could be an outlier driven by an extraordinary market event (a flash crash, a black swan) that may never repeat. Or it could be representative of what your strategy routinely does.
Average Drawdown resolves this ambiguity by answering: "How deep are my drawdowns typically?"
The relationship between Max Drawdown and Average Drawdown reveals the character of your strategy’s risk profile:
| Scenario | Max DD | Avg DD | Ratio (Max/Avg) | Interpretation |
|---|---|---|---|---|
| Healthy | -15% | -4% | 3.75x | Max DD is an outlier. Typical drawdowns are manageable. Strategy has a stable risk profile with one exceptional event. |
| Concerning | -15% | -10% | 1.5x | Avg DD is close to Max DD. Deep drawdowns are the norm, not the exception. The strategy regularly puts you under heavy psychological and financial stress. |
| Ideal | -8% | -3% | 2.67x | Both values are moderate, and the gap between them is healthy. Consistent, controlled risk. |
| Red Flag | -20% | -16% | 1.25x | Almost every drawdown is nearly as bad as the worst. The strategy may have a structural risk problem. |
The key ratio to watch is Max DD / Avg DD. A ratio above 2.5x generally indicates that your worst drawdown was an outlier and your strategy normally operates with much shallower dips. A ratio below 1.5x is a red flag -- it means deep drawdowns are routine.
Average Drawdown directly impacts recovery time and compounding efficiency:
Recovery math is asymmetric: a -5% drawdown requires a +5.26% gain to recover, but a -15% drawdown requires +17.6%, and a -25% requires +33.3%. When deep drawdowns are frequent (high Avg DD), your strategy spends a disproportionate amount of time climbing back to breakeven rather than generating new profits.
Recovery math is asymmetric and convex: each additional percent of drawdown costs disproportionately more to recover.
When comparing strategies or evaluating your own system, assess Max DD and Avg DD together:
Strategy A is almost certainly easier to execute psychologically and compounds more efficiently, despite having a worse Max DD number.
Use the simulator below to visualize how win rate and payoff ratio interact to create different drawdown profiles. Low win rates require high payoff ratios to survive.
Max DD measures the single deepest peak-to-trough decline in your equity curve; Average Drawdown measures the mean depth across all drawdown episodes. The Max/Avg ratio reveals whether the worst case is an outlier (above 2.5×) or routine (below 1.5×).
Recovery is convex: a -5% drawdown needs +5.26%, -15% needs +17.6%, and -25% needs +33.3%. The cost of each marginal percent of drawdown grows faster than the drawdown itself.
If the drawdown is inside the 95th-percentile band of your Monte Carlo simulation and per-trade expectancy is within 1σ of baseline, it’s variance. Persistent expectancy drift over 30+ trades signals edge erosion or a regime shift.
Set a circuit breaker at 1.2× to 1.5× your historical worst drawdown — typically -15% (conservative), -20% (moderate), or -25% (aggressive). When hit, stop, reassess, and resume only after equity reclaims the prior high-water mark −5% or after 20 SIM trades inside the expected EV envelope.
You don’t rise to the level of your potential -- you fall to the level of your risk plan.
A trader without drawdown rules is like a driver without brakes.
Expect drawdown. Design for it. Survive it — so your edge has time to work.