Direct answer: the core difference
Maximum Drawdown (often shortened to MDD) is a bounded statistic: it looks at a defined time window and reports the single largest drop from an equity peak to the next trough inside that window. In contrast, related forex concepts typically describe different things—such as general drawdowns (any decline from a recent peak), volatility (how much returns fluctuate), or other risk measures that track different parts of the loss process.
A useful way to keep it independent of trading opinions is to treat each concept as having a canonical “owner” function:
- Maximum Drawdown: worst realized peak-to-trough equity loss within a period.
- Drawdown (generic): decline from a peak, which could be any size.
- Volatility: dispersion of returns over time.
- Recovery/drawdown duration style measures: how long it takes to return to a prior peak.
Because the calculation depends on the chosen period and the equity series definition, the same trading performance can produce different MDD numbers under different assumptions.
Mechanism and definition: how Maximum Drawdown is calculated
To explain MDD clearly, separate the stable mechanics from variable inputs.
Stable mechanics (conceptual steps):
- Choose an equity or account-value time series (for example, account equity sampled at a fixed interval).
- For each time point, identify the highest equity value observed up to that point (the running peak).
- Compute the percentage decline from that running peak to the current equity (the drawdown at that moment).
- Take the most negative value (the largest decline) over the chosen window. That worst value is Maximum Drawdown.
Variable inputs (what changes the result):
- The time window (a week vs. a year can produce different worst declines).
- The sampling frequency (daily vs. intraday can change peaks and troughs).
- How the equity series is constructed (net of costs, including or excluding deposits/withdrawals).
- The presence of compounding effects (equity changes alter later drawdowns).
This is why MDD is conceptually different from “volatility” or “risk” terms that may not reference a peak-to-trough structure.
Evidence or example: adjacent concepts compared by what they measure
Below is a bounded comparison using a simple hypothetical equity path. Assumptions are stated, and no real-time data is needed.
Assumptions for the example
- We observe equity values over a period.
- Deposits/withdrawals are not part of the equity changes; the series reflects performance.
- “Drawdown” is computed as decline from the running peak.
Hypothetical path (equity)
- Equity reaches a peak of 100.
- It falls to 70 (a decline of 30%).
- It later recovers to 95.
- A later peak is 105, but the next trough reaches 80 (a decline of ~23.8% from that later peak).
What Maximum Drawdown returns
- The worst peak-to-trough decline is the first 30% decline, so Maximum Drawdown would be 30% over this window.
How generic drawdown differs
- “Drawdown” could refer to the drawdown at any time point or for some interval.
- In the same example, drawdown at the troughs would include 30% at the first trough and ~23.8% at the second trough, but only MDD selects the worst one.
How volatility differs
- Volatility describes variability of returns, not the cumulative depth from peaks.
- Two paths can show the same volatility while producing different peak-to-trough declines, and vice versa. Volatility does not directly answer “what is the largest equity drop I experienced from a prior peak?”
How other risk-style concepts differ (recovery and duration)
- A failure mode in practice is not only “how deep,” but also “how long.” Measures that track recovery time or drawdown duration answer a different question than MDD: they focus on time spent below a peak, rather than only the worst depth.
- Two strategies could share similar MDD, but one might recover quickly while the other remains depressed longer.
Limitations and risks: what can go wrong with MDD interpretation
Even with stable mechanics, Maximum Drawdown has material limitations.
-
Dependence on the chosen window MDD is computed over a selected period. Expanding or shifting the window can increase or decrease the “maximum” event.
-
Dependence on equity definition If the equity series differs (for example, includes transfers, or uses different netting of costs), MDD changes. This makes comparisons across providers or setups uncertain unless the equity definition is aligned.
-
Sampling and timing effects If you sample equity less frequently, you may miss intraperiod peaks or troughs. That can understate or overstate the true worst decline.
-
It compresses the loss experience into one number MDD summarizes only the deepest trough relative to its peak. It does not fully capture the path shape—such as whether losses were steady or occurred in sharp spikes.
-
Historical relationships do not establish future results A past maximum drawdown event indicates how large declines were under previously observed conditions. It does not imply future maximums, and it cannot guarantee that future outcomes will resemble the past.
Verification and next question: how to independently check the facts
To verify MDD and understand differences from related concepts, focus on calculation reproducibility rather than expectations.
-
Verify the input series Check what “equity” means in the data you are using: does it reflect performance only, and how are costs handled? If definitions differ, MDD comparisons are not straightforward.
-
Verify the sampling and window Confirm the time window and data frequency. If another source uses a different sampling interval, their MDD will not be directly comparable.
-
Recompute drawdown step-by-step If you have an equity time series, you can replicate the running-peak calculation, then compute drawdowns, then select the minimum value. This makes the concept testable.
-
Ask what each metric’s “owner question” is Maximum Drawdown answers a peak-to-trough depth question. Volatility answers variability. Recovery/duration answers time under drawdown. If you keep these owner questions distinct, confusion between concepts becomes less likely.
If you want, share the exact concepts you are comparing (for example, drawdown vs. drawdown duration vs. volatility), and the equity series definition you are using (period and sampling frequency). Then you can align assumptions and interpret differences more accurately.