Skip to content
risk management·10 min read·24 March 2026

Maximum Drawdown: What It Means and How to Manage It

Maximum drawdown explained: how to calculate peak-to-trough decline, why recovery is asymmetric, what a healthy drawdown looks like, and how to limit it in automated trading.

The Metric That Tells You If You Can Survive

When traders compare strategies, they usually look at returns first. How much did it make? That instinct is understandable and almost always wrong as a starting point. The number that decides whether you can actually trade a strategy is not its return, it is its maximum drawdown: the largest peak-to-trough decline it has ever suffered.

Maximum drawdown answers the question that returns cannot: what is the worst it has felt, and could I have survived it? A strategy that returned 80% but lost 60% of the account along the way is far harder to trade than one that returned 40% with a 15% worst case, because almost nobody has the nerve or the capital to hold through a 60% collapse. The drawdown is the pain you have to endure to earn the return, and pain, not profit, is what pushes traders to abandon a plan at the worst moment. This guide explains what drawdown is, how to calculate it, why recovery is so unforgiving, and how to keep it under control.

It sits alongside our trading risk management guide and connects closely to circuit breakers, which are the mechanism that enforces drawdown limits.

What Drawdown Actually Measures

Drawdown is the decline from a peak in account value to the lowest point before a new peak is reached. It is measured as a percentage of the peak, and it is always looking backward from a high-water mark.

Picture an account that grows to $10,000, falls to $8,500, then recovers past $10,000 to a new high. The drawdown during that dip was 15%: the $1,500 fall divided by the $10,000 peak. Maximum drawdown is simply the largest such decline across the entire history you are examining. If a worse dip occurred at some other point, say a fall from $12,000 to $9,000, that 25% decline would be the maximum.

Two related terms matter:

  • The high-water mark is the highest value the account has ever reached. Drawdown is always measured from it, and it only moves up, never down.
  • The drawdown period is how long the account spends below a previous peak, from the start of the decline until it recovers to a new high. A strategy can have a modest maximum drawdown but spend a punishingly long time underwater, which is its own kind of test.

Drawdown is a portfolio-level metric. It captures the combined effect of every trade, winning and losing, which is why it reveals things that individual trade statistics hide.

How to Calculate Maximum Drawdown

The calculation is straightforward:

Drawdown at any point = (Peak value - Current value) / Peak value
Maximum drawdown = the largest drawdown over the whole period

To compute it across a track record, walk through the equity curve point by point. Keep a running high-water mark. At each point, measure how far below that mark the account has fallen. The deepest such fall, expressed as a percentage, is the maximum drawdown.

A worked example. An account moves through these values: $10,000, then $11,000, then $8,800, then $12,000, then $9,600. The high-water mark after the second point is $11,000, and the drop to $8,800 is a 20% drawdown. The mark then rises to $12,000, and the drop to $9,600 is another 20% drawdown. The maximum drawdown over this history is 20%. Note that both the return and the drawdown matter: the account ended below its peak despite having grown overall.

Why Recovery Is Brutally Asymmetric

The most important and least intuitive fact about drawdown is that losses and the gains needed to recover them are not symmetric. A loss of X percent requires a gain larger than X percent to get back to even, and the gap widens sharply as losses deepen.

The arithmetic:

  • A 10% drawdown needs an 11% gain to recover.
  • A 20% drawdown needs a 25% gain.
  • A 33% drawdown needs a 50% gain.
  • A 50% drawdown needs a 100% gain.
  • A 75% drawdown needs a 300% gain.
  • A 90% drawdown needs a 900% gain.

The reason is that after a loss you are compounding from a smaller base. Lose half your account and you must double what remains just to stand still. This is why capping drawdown is worth more than chasing extra return. Avoiding a 50% drawdown is not a matter of forgoing some upside, it is the difference between needing a routine recovery and needing your account to double before you have made a single dollar of new profit.

This asymmetry is also why deep drawdowns break traders psychologically. The hole feels, and mathematically is, disproportionate to the fall that created it.

What a Healthy Drawdown Looks Like

There is no universal "good" drawdown, because it depends on the strategy, the asset class, and your tolerance. But some context helps.

Crypto is far more volatile than traditional markets, so drawdowns are larger across the board. Buy-and-hold Bitcoin has repeatedly suffered drawdowns exceeding 70% to 80% in past cycles, which is a useful benchmark: any active strategy should be judged against what simply holding the asset would have done, both in return and in drawdown. A strategy that matches Bitcoin's return with half its drawdown is genuinely adding value, one that matches the return with the same drawdown is not.

Two ratios express this relationship directly:

  • The Calmar ratio divides annual return by maximum drawdown. A Calmar above 1.0 means you earned more in a year than your worst decline. Higher is better, and it rewards strategies that keep drawdowns shallow.
  • The MAR ratio is similar, using a longer track record, and is common in evaluating managed strategies.

When you assess any strategy, including automated ones, weigh the drawdown at least as heavily as the return. Our backtesting guide explains how to measure these honestly and why live drawdowns often exceed backtested ones.

How to Manage and Limit Drawdown

Drawdown is not just something you measure after the fact, it is something you actively limit while trading. The tools are the same risk controls that govern everything else, applied at the portfolio level.

Consistent position sizing. Risking a small, fixed fraction per trade means no single trade can dig the hole deeply, and an ordinary losing streak produces a shallow, survivable drawdown rather than a steep one. This is the first defence, covered in our position sizing guide.

Drawdown-based de-risking. Reduce position sizes as the account falls from its peak. If you cut size after a 5% decline, each subsequent loss is smaller, which flattens the descent and makes recovery easier. The system trades more cautiously exactly when it is struggling, instead of pressing harder.

Correlation control. Because correlated positions can all fall together, unmanaged correlation is a leading cause of sudden deep drawdowns. Limiting combined exposure to a single risk factor prevents a market-wide move from carving a large drawdown in one session. See our correlation risk article.

A drawdown circuit breaker. The hard backstop. When drawdown from the high-water mark reaches a defined threshold, trading halts until conditions or the account recover, or until a manual review. This caps how deep the hole can get before someone or something intervenes.

TradingGenie enforces a drawdown circuit breaker alongside a per-day loss cap as durable, fail-closed controls, meaning the drawdown state persists across restarts and the system defaults to halting rather than trading when its state is uncertain. Combined with the fixed $5 risk-at-stop sizing, the aim is to keep drawdowns shallow by construction rather than hoping they stay small. You can see these controls on the risk management page, and unfamiliar terms are defined in the glossary.

The Honest Caveat

Managing drawdown reduces its likelihood and depth, but it cannot guarantee a ceiling. Markets can gap through stops during a crash, so a drawdown breaker may trip only after the account has already fallen past its threshold. Correlations can spike to 1.0 when you were relying on diversification. Historical maximum drawdown is a record of the worst that has happened, not a promise of the worst that can happen: the future can always deliver a deeper one.

This is why the honest way to read any drawdown figure, including from a backtest or a paper-trading record, is as a lower bound on future pain, not an upper bound. TradingGenie is in paper-trading validation, so its drawdown behaviour is being observed on simulated funds under realistic friction rather than proven on live results. You can watch that process without risking capital via the pricing page, where the Pro plan is $49 per month.

Frequently Asked Questions

What is maximum drawdown in trading?

Maximum drawdown is the largest peak-to-trough decline in account value over a period, expressed as a percentage of the peak. It measures the worst loss an account or strategy has suffered from a high point before recovering. It is one of the most important risk metrics because it describes the worst-case experience you need to survive, both financially and emotionally.

How do you calculate maximum drawdown?

Track the account's equity over time and keep a running high-water mark, the highest value reached. At each point, calculate how far below that mark the account has fallen as a percentage. The largest such decline over the whole period is the maximum drawdown. For example, a fall from a $10,000 peak to $8,000 is a 20% drawdown.

Why does a bigger drawdown need a disproportionately bigger recovery?

Because after a loss you compound from a smaller base. A 50% loss leaves half the account, so you need a 100% gain on what remains just to return to even. A 20% loss needs a 25% gain, and a 90% loss needs a 900% gain. This asymmetry is why limiting drawdown is more valuable than chasing extra return.

What is a good maximum drawdown?

There is no universal figure, because it depends on the strategy and asset. Crypto strategies tend to have larger drawdowns than traditional markets, since even holding Bitcoin has historically fallen 70% to 80% in past cycles. Judge a strategy against what holding the asset would have done, and favour those that deliver similar returns with shallower drawdowns, which the Calmar ratio measures directly.

How does TradingGenie limit drawdown?

TradingGenie combines consistent fixed $5 risk-at-stop sizing, correlation controls, and a drawdown circuit breaker with a per-day loss cap. The circuit breaker halts trading when drawdown reaches a threshold and is fail-closed and durable, so the state persists across restarts and the system defaults to halting when uncertain. The goal is to keep drawdowns shallow by design, though no system can guarantee a hard ceiling.


This article is educational and not financial advice. Trading cryptocurrency involves substantial risk of loss. Drawdown controls reduce but do not eliminate the possibility of significant losses, and historical drawdown does not cap future losses. TradingGenie is in paper-trading validation, and past performance does not guarantee future results. Only trade with capital you can afford to lose.

Past performance does not guarantee future results. All trading involves risk of loss.

This article is educational and does not constitute financial advice. Past performance does not guarantee future results.

Start Smarter Trading Today

Start with free paper trading. No credit card required.