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.
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:
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 all 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%.
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.
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.
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.