Crypto
Max Drawdown
Definition
Max drawdown is the largest peak-to-trough percentage loss of an asset or strategy over a chosen period before a new high is reached.
What is max drawdown?
Max drawdown (often shortened to MDD) is the single worst decline in an equity curve measured from a previous high point to the lowest point that follows, expressed as a percentage of that high. It’s a core metric in crypto trading risk management because it translates volatility into a concrete “worst observed loss” number that traders can compare across coins, portfolios, and strategies. Unlike a generic drawdown, which can happen many times, max drawdown is the deepest one within the time window you’re analysing.
To calculate it, you track the running peak value of your portfolio (or strategy equity), compute each subsequent drop from that peak, and then take the most negative value. For example, if an account rises from $10,000 to $12,500 and later falls to $9,000 before recovering, the max drawdown is (9,000 − 12,500) / 12,500 = −28%. The chosen period and data frequency matter: using daily candles vs. hourly candles can produce different MDD values because the “lowest point” may be captured more precisely with more data.
Mdd trading
In MDD trading, max drawdown is used as a practical risk constraint rather than just a reporting statistic. Traders set a maximum acceptable MDD for a strategy (for example, “no more than −20% in a backtest”) and then tune position sizing, leverage, and stop logic until the strategy stays within that limit. This is especially relevant in crypto, where leverage and gap-like moves can turn a normal drawdown into a catastrophic one.
A common workflow is to run a backtest, record the equity curve, and reject strategies that look profitable but suffer deep underwater periods. MDD is also used to compare two approaches with similar returns: if Strategy A and Strategy B both earn 15% annualised in testing, but A has −45% MDD and B has −18% MDD, many traders prefer B because the path of returns is more survivable. In other words, MDD trading focuses on staying in the game, not just maximising upside.
Maximum drawdown
Maximum drawdown is the formal name for max drawdown, and it’s best understood as a “peak-to-trough” measurement tied to a specific observation window. The mechanics are straightforward: (1) define the period (e.g., last 12 months, since inception, or a specific market regime), (2) compute the running high-water mark of the portfolio value, (3) compute each drawdown as current value divided by the high-water mark minus 1, and (4) take the minimum of those values as the MDD.
It’s important to interpret maximum drawdown alongside other metrics. MDD tells you the worst historical pain, but not how often losses occur or how long recovery typically takes. That’s why traders often pair it with risk-adjusted measures like the sharpe ratio (which relates returns to volatility) and with “time under water” style analysis (how long it took to regain the prior peak). Maximum drawdown is also sensitive to start/end dates: a strategy can look safer or riskier depending on whether the window includes a major sell-off.
Why max drawdown matters
Max drawdown matters because it captures the kind of risk that actually forces traders to quit: large, sustained losses that trigger liquidation, margin calls, or psychological capitulation. Two strategies can have the same average return, but the one with a smaller MDD is often more scalable (you can allocate more capital or use less leverage for the same target return) and easier to stick with during inevitable losing streaks.
In crypto trading risk management, MDD is also a reality check against overfitting. A strategy can look excellent on paper, but if its backtest shows a deep max drawdown, it may be relying on fragile assumptions that break under different market conditions. Used well, max drawdown helps you set rational expectations, choose position sizes that match your risk tolerance, and compare strategies on the dimension that most directly impacts survival: the worst observed downside.
Frequently Asked Questions
How do you calculate max drawdown?
Track the portfolio’s running peak value, measure each decline from that peak to the current value, and take the largest negative percentage. In formula form: MDD = min_t (V_t / Peak_t − 1). The result is typically shown as a negative percentage.
What is the difference between drawdown and max drawdown?
A drawdown is any decline from a prior peak to a subsequent low. Max drawdown is the single largest peak-to-trough decline within the chosen period. One asset can experience many drawdowns but only one maximum drawdown for that window.
Is a lower maximum drawdown always better?
Lower MDD generally indicates less severe historical downside, which can improve survivability and position sizing. However, very low MDD can also come from strategies that take little risk and therefore may have lower returns. It’s best compared alongside return and other metrics like the sharpe ratio.
What is a good max drawdown for a crypto trading strategy?
There isn’t a universal “good” number because it depends on leverage, time horizon, and your tolerance for losses. Many traders set an MDD limit that they can emotionally and financially withstand, then size positions so the strategy stays within that band. Comparing MDD across similar strategies is usually more useful than targeting a single threshold.
Does max drawdown predict future losses?
No—max drawdown is a historical statistic, not a forecast. It shows the worst decline that occurred in the observed data and can change as new data arrives. Traders use it to stress-test expectations and set risk limits, not to guarantee future outcomes.