What is Drawdown?

🟢 Beginner · 2025-03-28

What is Drawdown?

Drawdown measures the decline in your account value from its highest point (peak) to its lowest subsequent point (trough) before a new peak is reached. It tells you how much you lost during the worst period of a trading strategy, expressed as a percentage. Drawdown is one of the most important risk metrics because it shows the real pain you experience while trading.

How to Calculate Drawdown

The formula for drawdown is:

Drawdown = (Peak Value - Trough Value) / Peak Value x 100

Example:

  • Your account grows from $10,000 to $12,000 (new peak).
  • The market turns against you, and your account drops to $10,200.
  • Drawdown = ($12,000 - $10,200) / $12,000 x 100 = 15%.
  • This means you lost 15% from your highest point.

Maximum Drawdown

Maximum drawdown (MDD) is the largest peak-to-trough decline over the entire history of a strategy. It represents the worst-case scenario you have experienced (or would have experienced, in a backtest).

Why MDD matters:

  • It shows the worst period of pain you need to endure.
  • It helps you set realistic expectations.
  • It determines whether a strategy is psychologically manageable.
  • It is used to compare strategies: lower MDD with similar returns is generally better.

Example of calculating MDD:

Your account history:

  • $10,000 to $13,000 (Peak 1), then drops to $11,500 (Trough 1). Drawdown: 11.5%
  • $11,500 to $14,000 (Peak 2), then drops to $10,800 (Trough 2). Drawdown: 22.9%
  • $10,800 to $15,000 (Peak 3), then drops to $13,500 (Trough 3). Drawdown: 10%

Maximum Drawdown = 22.9% (the largest of the three).

The Recovery Problem

Drawdowns are particularly dangerous because recovery requires a larger percentage gain than the loss:

DrawdownRecovery Needed
10%11.1% gain to recover
20%25% gain to recover
30%42.9% gain to recover
50%100% gain to recover
75%300% gain to recover

This asymmetry is why avoiding large drawdowns is more important than chasing large gains. A 50% drawdown requires doubling your remaining capital just to break even.

Acceptable Drawdown Levels

What constitutes an “acceptable” drawdown depends on your strategy and risk tolerance:

Conservative (5-10% MDD)

Suitable for capital preservation strategies. These strategies generate lower returns but keep drawdowns minimal. Typical for large accounts or risk-averse traders.

Moderate (10-20% MDD)

A reasonable range for most active trading strategies, including well-configured grid bots. The drawdowns are manageable, and the returns justify the risk.

Aggressive (20-40% MDD)

Higher risk tolerance for potentially higher returns. Grid bots with high leverage or wide grid ranges may experience drawdowns in this range during volatile markets.

Extreme (40%+ MDD)

Generally unacceptable for most traders. Drawdowns this large indicate either excessive leverage, poor risk management, or an unsuitable strategy for the market conditions.

Drawdown in Grid Trading

Grid bots have a characteristic drawdown pattern:

How drawdowns occur: When the price drops below the current market level, the bot buys at each grid level on the way down. If the price drops to the bottom of the grid range, all buy levels are filled and the unrealized loss is at its maximum. This is the drawdown scenario.

What determines drawdown size:

  • Grid range: A wider range means the price can drop further before grid break.
  • Number of levels: More levels means more capital deployed as the price drops.
  • Leverage: Higher leverage amplifies the unrealized losses.
  • Order size per level: Larger orders per level mean larger total exposure.

Managing drawdown in grid trading:

  • Set the grid range to match your risk tolerance. A narrower range limits maximum drawdown.
  • Use conservative leverage (2x-3x) to keep drawdowns manageable.
  • Use the grid break feature to automatically shut down if the price exits the range.
  • Ensure your total capital can handle the maximum drawdown scenario (all levels filled at maximum loss).

Summary

  • Drawdown measures the peak-to-trough decline in your account, with maximum drawdown (MDD) representing the worst historical decline and a critical risk metric.
  • Recovery from drawdowns requires disproportionately larger gains (a 50% loss needs a 100% gain to recover), making drawdown prevention more important than return maximization.
  • Grid bot drawdowns depend on grid range, leverage, and position sizing, and can be managed through conservative settings and grid break protection.

Next Step

Understanding how to evaluate trade quality before entering: Risk/Reward Ratio

✨ Was this article helpful?

Ask your questions on Ask on Discord →