Strategy Calculator

Max Drawdown Calculator

Compute the maximum peak-to-trough drawdown of any equity curve or returns series — plus duration, recovery time, and a reference table showing how your number compares to historical drawdowns in BTC, ETH, SOL, S&P 500, Nasdaq, Gold, and 60/40 portfolios.

With historical-context reference
By Keel Research Team · Updated May 12, 2026
Inputs

Paste equity-curve values, comma- or space-separated. Min 2 values.

Result
Max drawdown
−37.50%
Peak value
120.00
Trough value
75.00
Drawdown duration
5 bars
Recovery
Not yet recovered
How your drawdown compares

Significant — comparable to traditional-market bear cycles (S&P 500 lost ~57% peak-to-trough in 2007–09).

Historical max drawdowns — reference table
Asset / PortfolioCycleMax DDDuration
BTCDec 2017 → Dec 201884%~12mo
BTCNov 2021 → Nov 202277%~12mo
ETHNov 2021 → Jun 202282%~7mo
SOLNov 2021 → Dec 202296%~13mo
S&P 500Oct 2007 → Mar 200957%~17mo
Nasdaq CompositeMar 2000 → Oct 200278%~31mo
Gold (USD spot)Aug 2011 → Dec 201545%~52mo
60% S&P 500 / 40% US TreasuriesJan 2022 → Oct 202221%~9mo

Sources: CoinGecko, Yahoo Finance, S&P historical data, World Gold Council. Cycles are completed market events; numbers don’t change.

How it works

Methodology

Max drawdown is the largest peak-to-trough decline an equity curve has experienced, expressed as a fraction of the prior peak:

max_dd = max((peak − trough) / peak)  over all rolling peak/trough pairs

The calculator walks the equity curve once, tracking the running peak. At each step it computes the current drawdown vs that peak; the maximum observed is the max DD. We also surface duration (bars from peak to trough) and recovery (bars from trough back to prior peak, or “not yet recovered”).

Why the reference table matters. A 35% max DD reads very differently for a crypto strategy than an equity portfolio. The reference numbers below — completed market-cycle drawdowns — let you frame your own result: is your strategy “within normal crypto range” or “abnormal even for crypto”? The closest historical analog is highlighted automatically.

Numbers in the reference table are sourced from CoinGecko, Yahoo Finance, S&P historical data, and World Gold Council. They’re completed historical cycles and don’t change.

Automate it

Run this strategy on Keel

Keel is a Strategy OS for AI-assisted systematic trading on Hyperliquid. Build, backtest, and run live strategies with realistic fees, slippage, and funding modeled. Free to start — connect a Hyperliquid wallet when you’re ready to go live.

What you can do
  • Backtest any strategy with realistic fees, slippage, and funding modeled.
  • Optimize across parameter grids — Sharpe, drawdown, hit rate.
  • Deploy live to Hyperliquid with stop-loss + position limits.
  • Iterate with AI — describe a thesis, get a tradeable pipeline.
FAQ

Calculator questions

What is max drawdown?

Max drawdown is the largest peak-to-trough decline in an equity curve, expressed as a percentage of the prior peak. If a strategy went $100 → $130 → $80, the max DD is (130−80)/130 = ~38%. It's the single most important risk metric — it tells you the worst you would have endured historically, which is a lower bound on what you'll endure going forward.

Why is max DD a better risk metric than volatility?

Volatility (standard deviation) treats upside and downside the same. Drawdown measures only the painful side — actual loss from peak. Two strategies can have the same Sharpe ratio with very different drawdown profiles; the one with lower max DD is far more survivable in practice, because path-dependent risk-of-ruin is real.

How long is a "normal" recovery from a drawdown?

Depends on the asset class and strategy. Liquid trend-following strategies often recover in months; deep-bear crypto positions can take years (BTC 2018: ~2.5 years to break even). The reference table on this page shows recovery durations for major historical drawdowns. A strategy that never recovers from its max DD is broken, regardless of past Sharpe.

What's a healthy max DD for a crypto strategy?

Highly subjective, but rough benchmarks: under 20% is institutional-grade; 20–35% is normal for trend-following on liquid crypto; 35–50% is aggressive (carry strategies during regime flips fall here); over 50% is usually a strategy that took asymmetric risk on a single regime or got over-leveraged. For comparison, holding spot BTC through 2022 was −77%.

How can I find the max DD of a Keel strategy?

Every Keel backtest reports max DD alongside Sharpe, total return, win rate, and duration. Open any backtest in the Keel app — the metrics card includes max drawdown by default. The /strategies/funding-carry page is a worked example: −9.7% max DD over a 20-month backtest.