Direct answer
Percentage drawdown in forex is a risk metric that describes the size of a decline in account equity relative to the highest equity level the account has previously reached. It turns a peak-to-trough drop into a percentage, so you can compare drawdowns across different account sizes and contexts.
In practice, the metric is computed from two quantities you must define up front: (1) the peak equity value (the “high-water mark”) and (2) a later equity value after the decline. Percentage drawdown then represents how large the decline is compared with that earlier peak.
Mechanism and definition
Start with a time series of account equity, such as the equity shown by a trading account over dates or timestamps. Equity typically reflects the account value including unrealized and/or realized components, but the exact components depend on the platform’s definition. Percentage drawdown uses this series to identify declines from prior peaks.
A simple operational model is:
- Choose a measurement series for equity: E(t).
- For each time t, find the maximum equity observed up to that time: Peak(t) = max(E(τ)) for τ ≤ t.
- Compute drawdown at time t as the distance from the peak: DD_abs(t) = E(t) − Peak(t). This value is usually negative during declines.
- Convert drawdown to a percentage relative to the peak:
- Percentage Drawdown(t) = (Peak(t) − E(t)) / Peak(t) × 100%
This formula produces 0% at or near the peak, and a positive percentage during drawdowns (even though the absolute drawdown is negative). The percent is grounded in the peak equity, so the same dollar drop can represent different percentage drawdowns if the peak differs.
What is “drawdown” in this context?
- A drawdown is the decline from a previous high-water mark to a later low-water mark.
- Percentage drawdown expresses that decline relative to the earlier peak, not relative to the initial account balance.
Key input choices
- Equity definition: whether unrealized profit/loss is included.
- Timing granularity: whether you measure by closing equity each day, by each tick, or at specific intervals.
- Peak identification rule: whether peaks reset at the start of a new evaluation window.
Evidence or example (with explicit assumptions)
Example with a clearly defined equity series:
- Assumption A: Equity values are measured at consistent time points (e.g., end of each day).
- Assumption B: Equity already includes all relevant profit/loss components as defined by the provider.
Suppose your equity series reaches:
- Peak equity: 10,000
- Later equity after a decline: 9,200
Step-by-step:
- Peak(t) = 10,000
- Compute percentage drawdown:
- Percentage Drawdown = (10,000 − 9,200) / 10,000 × 100% = 8%
Interpretation:
- An 8% percentage drawdown means the account equity fell 8% below the previously observed peak equity.
How sequence matters If equity later recovers and reaches a new peak, the peak term changes. For instance, if equity later rises to 11,000, then future drawdown calculations use 11,000 as Peak(t) rather than 10,000. This is why percentage drawdown is tied to the “maximum so far” concept.
Material limitation: peak can be chosen implicitly by the dataset window If you start calculating the metric at a later date, you may miss earlier peaks. That can lower the peak used for Peak(t), which can change drawdown percentages.
Limitations and risks (what can fail, and why)
Percentage drawdown is a mechanical calculation, but results depend on choices and conditions you may not control.
-
Data and definition mismatch Different platforms may present equity differently (for example, how they treat unrealized results, fees, or timing). If you compute drawdown using one definition but compare it to a report using another, the percentages may not match.
-
Granularity and timing effects If you sample equity less frequently (e.g., daily closes), you may miss intraday lows. That can understate the true maximum decline. If you sample more frequently, the reported peak and trough can change.
-
Costs and execution details In forex trading, the path of equity can be affected by transaction costs, spread-like effects, and execution timing. Those factors change equity over time, which changes drawdown, even if the underlying “direction” of price movement is similar.
-
Leverage amplifies equity changes Leverage can increase sensitivity of equity to price moves, which can produce larger drawdowns. The calculation itself still works, but the practical meaning of a drawdown percentage depends on the leverage and position sizing context that produced it.
-
Historical relationships do not predict outcomes A past drawdown percentage does not establish what future drawdowns will be. The equity series used in the calculation is dependent on market conditions during that time.
Material failure mode: peak truncation If your evaluation period starts after a prior peak occurred, Peak(t) begins from a lower starting value. That can make declines appear larger (or smaller) than they would be if you used a full historical series.
Verification and next questions
To independently verify a percentage drawdown figure, reproduce the computation using a clearly defined equity series.
Verification checklist:
- Use a stated equity definition (including whether unrealized profit/loss is included).
- Confirm the timestamp rule (daily, intraday, end-of-day equity, etc.).
- Identify the peak equity used for each time point or for the maximum drawdown calculation.
- Apply Percentage Drawdown = (Peak − Current) / Peak × 100% consistently.
If you want to go one step further, ask:
- Are you computing drawdown at a specific moment, or the maximum drawdown over an interval?
- Is the equity series continuous or segmented by account resets?
- What sampling frequency and rounding are used in the reported drawdown?
These questions determine whether your calculation matches another figure and whether the metric meaningfully reflects the risk you intend to evaluate.