AAIYUGBeta
LeaderboardRaceWall of FameLitepaperBlogNews
AAIYUG

A skill-based trading competition platform.

✉ hello@aiyug.com

Dubai, United Arab Emirates

PRE-LAUNCH · REGISTRATION IN PROGRESS
Platform
LeaderboardLive raceWall of FameHow it worksLitepaperBlogMarkets newsJoin free
Legal
Terms & ConditionsPrivacy PolicyCompetition RulesRisk Disclaimer

Simulated trading only. No real money is traded. AIYUG is not financial advice and is not a regulated financial service. Read the full risk disclaimer →

© 2026 AIYUG. All rights reserved.

LeadersRaceFameBlogNews
Blog
Psychology· 30 July 2026 · 6 min read

Maximum Drawdown Explained for Traders: Measure, Manage, Recover

Understand maximum drawdown, how it differs from return, and concrete steps (with formulas and examples) to measure and recover from drawdowns.

A
AIYUG Desk
Content & education team

What is maximum drawdown and why it matters

Maximum drawdown (MDD) is the largest peak-to-trough decline in the value of a portfolio over a specified period. It answers the question: from your highest account value, how far did you fall before recovering? Unlike simple return measures, MDD captures downside risk and investor pain — two things that determine whether a strategy survives real human behavior and margin/capital constraints.

Traders use MDD to size positions, set stop rules, and compare strategies with different return profiles. A system that returns 20% annually but has a 60% maximum drawdown is very different from one returning 12% with a 15% drawdown.

Formal definition and formula

Given a time series of portfolio values V_t (t = 0, 1, 2, ... , T), the drawdown at time t is:

D_t = (V_t - P_t) / P_t

where P_t = max{V_0, V_1, ..., V_t} is the running peak up to time t. Drawdown is typically expressed as a negative percentage, or its magnitude (absolute value).

Maximum drawdown is:

MDD = min_t D_t (the most negative drawdown observed)

Equivalently, in magnitude terms:

MDD% = max_t ( (P_t - V_t) / P_t ) * 100

Concrete worked example (step-by-step)

Suppose a small trading account has monthly end values over 8 months (hypothetical numbers):

  • Month 0: $100,000
  • Month 1: $110,000
  • Month 2: $108,000
  • Month 3: $130,000
  • Month 4: $125,000
  • Month 5: $97,500
  • Month 6: $105,000
  • Month 7: $140,000

Step 1 — compute running peaks P_t:

  • P_0 = 100,000
  • P_1 = max(100,000,110,000) = 110,000
  • P_2 = max(110,000,108,000) = 110,000
  • P_3 = max(110,000,130,000) = 130,000
  • P_4 = 130,000
  • P_5 = 130,000
  • P_6 = 130,000
  • P_7 = 140,000

Step 2 — compute drawdowns D_t = (V_t - P_t)/P_t:

  • D_0 = 0% (100k vs peak 100k)
  • D_1 = 0% (110k equals peak)
  • D_2 = (108k - 110k)/110k = -1.818% (approx)
  • D_3 = 0% (new peak)
  • D_4 = (125k - 130k)/130k = -3.846%
  • D_5 = (97.5k - 130k)/130k = -25% <-- largest drop
  • D_6 = (105k - 130k)/130k = -19.231%
  • D_7 = 0% (new peak 140k)

Step 3 — maximum drawdown:

MDD = min_t D_t = -25% (magnitude = 25%)

Interpretation: from the $130,000 peak the portfolio fell to $97,500 before recovering.

Drawdown vs return — why both matter

  • Return (absolute or annualized) measures growth. It tells you how much wealth you made.
  • Drawdown measures downside exposure and the time needed to recover. It tells you how much you lost at worst and whether psychological or capital limits might force you out.

Two strategies with equal average returns can have very different survivability if their drawdowns differ. Large drawdowns require larger subsequent gains to break even: a 50% loss needs a 100% gain to return to the prior peak.

Formula for required recovery return after a drawdown of d (in decimal):

Required return r = 1 / (1 - d) - 1

Example: after a 25% drawdown (d = 0.25), r = 1/(0.75) - 1 = 0.3333 -> 33.33% needed to recover.

How to recover from a drawdown (practical steps)

  1. Pause and review: stop size increases and new aggressive trades until you understand causes. Emotional trading often magnifies recoveries.
  1. Recalculate risk per trade: reduce position sizes so the strategy’s expected drawdown fits your risk tolerance (use Kelly or fixed-fraction sizing as a guide).
  1. Focus on risk-adjusted performance: aim to improve the Sharpe ratio or Sortino ratio rather than chasing returns. Lower volatility reduces future drawdown depth.
  1. Deploy a recovery plan with time and capital constraints: decide a recovery horizon and acceptable monthly return, then size trades accordingly. For example, to recover 25% drawdown in 6 months requires about 4.7% compounded monthly (since (1+0.047)^6 ≈ 1.333).
  1. Use stop-losses and diversification: limit single-event losses and spread exposure across uncorrelated instruments to avoid concentrated drawdowns.
  1. Rebalance and trim winners: systematic rebalancing can harvest gains and reduce peak concentration that leads to deep drawdowns.
  1. Track drawdown attribution: break the MDD into contributors — which instruments, trades, or time periods drove most of the drop — and correct strategy flaws.

Important: recovery methods can increase risk or drawdown duration if they chase higher volatility. Always model worst-case sequences before increasing risk.

Quick rules of thumb and checks

  • If your historical MDD is 20%, consider risking no more than a fraction (e.g., 1/4 to 1/2) of that on a new position so a single trade doesn’t push you to your historical worst.
  • Always compute both absolute MDD and time-to-recovery (months or years) for your strategy backtests.
  • Use rolling-window MDDs to detect rising tail risk over time.

Where to practice this safely

You can calculate and test these formulas on historical data and practice position-sizing and recovery rules in a risk-free environment like AIYUG's free paper-trading race (https://aiyug.us/race).

No guarantees: these are educational methods, not financial advice. Effective drawdown management combines math, disciplined execution, and realistic expectations about human behavior.

FAQ

Is maximum drawdown the same as volatility?

No. Volatility measures average dispersion of returns (standard deviation), while maximum drawdown measures the worst peak-to-trough loss over a period. A strategy can have low volatility but still suffer large drawdowns if it has skewed returns or concentrated risks.

How long does it typically take to recover from a drawdown?

Time-to-recovery depends on the drawdown size and the strategy’s return profile. Use the recovery formula r = 1/(1-d)-1 to find the total needed return, then estimate a practical monthly or annual rate to compute time. Real-world recoveries vary widely; there is no guaranteed timeframe.

Should I cut a strategy after a large drawdown?

Not automatically. First diagnose causes: was the drawdown due to a single event, a structural regime change, or expected variability? If the edge is intact and risk controls are robust, you may persist with reduced sizing. If the strategy’s assumptions are broken, consider pausing or stopping.

PsychologyMaximum Drawdown

Put it into practice — free

Join this week’s AIYUG race: virtual capital, real market data, real recognition from investors. No deposit, no KYC.