Trading Glass
FeaturesPricingAcademyBlogChartJournal
Loading
All Courses
Why Most Traders LoseWhat Is a Trading EdgeJournaling for GrowthRisk Per Trade & Position SizingDrawdowns and VarianceMeasuring and Optimizing Your EdgeThe 17 Most Important Trading Metrics
Academy/Trading Mastery/Psychology & Execution

Drawdowns and Variance

Trading Mastery

9 min read

maxDrawdownRavgDrawdownR

Understand and survive the dark side of trading by learning to navigate drawdowns and the natural variance in any trading system.

Loading

Related Topics

Max Drawdown Rules

Trading Intelligence

9 min

The 17 Most Important Trading Metrics

14 min

Why Most Traders Lose

10 min

What Is a Trading Edge

9 min

Previous Topic

Risk Per Trade & Position Sizing

Next Topic

Measuring and Optimizing Your Edge

Trading Glass

Next-generation charting order flow platform with rotation view, cluster visualization, and real-time analytics for professional traders and quantitative analysts.

Product

  • Features
  • Pricing
  • Chart
  • Journal

Resources

  • Academy
  • Blog
  • Documentation
  • API Reference
  • Support

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 Trading Glass. All rights reserved.

PrivacyTerms

Introduction

Every trader loves a winning streak. But what separates winners from long-term losers is how they handle the inevitable drawdown.

Drawdowns are not if — they're when. They test your discipline, mindset, and trust in your system.

In this lesson, we cover:

  • What drawdowns and variance are — with rendered formulas
  • Why recovery math is asymmetric (and why a 50% drawdown costs 100% to recover)
  • How to tell variance from a broken edge using your own backtest distribution
  • When to keep trading, when to halve size, and when to stop

What is a drawdown in trading?

A drawdown is the drop from your peak equity to a valley before the next new high.

Four distinct numbers — do not collapse them:

  • Max drawdown — peak-to-trough equity decline (%)
  • Recovery time — bars or days from trough back to prior peak (Time Under Water)
  • Longest losing streak — count of consecutive losers, independent of P&L magnitude
  • Ulcer Index — root-mean-square of drawdowns; penalises prolonged pain, not just depth

If you collapse these four into "I had a bad week," you lose the diagnostic power. Each one points at a different failure mode. (See MaxDD, Calmar, MAR, Ulcer Index for the full reference.)

Formula

MaxDD% = (Peak − Trough) / Peak × 100

Peak = highest equity reached so farTrough = lowest equity since the most recent peak

Worked example: account peaks at $10,000, drops to $8,000, then recovers. MaxDD = (10,000 − 8,000) / 10,000 × 100 = 20%.

Recovery is asymmetric

A drawdown of d requires a gain of 1 / (1 − d) − 1 to break even. The relationship is not linear, and most traders underestimate it badly:

Recovery math is non-linear: a 50% drawdown demands a 100% gain; a 75% drawdown demands 300%.

Gain required to recover (%)
1%10%100%1000%10%20%33%50%60%75%90%
DrawdownGain to recoverPractical note
10%11.1%Annoying, ignorable
20%25.0%Within most edges
33%49.3%Pause and audit
50%100.0%Career-defining; rebuild at half size
75%300.0%Typically terminal for retail

This is why position sizing matters more than entry signals. (See Risk Per Trade & Position Sizing for the math.)


Why is variance unavoidable?

Variance is the natural randomness in your trading outcomes — even with a valid edge.

For any strategy with non-zero per-trade standard deviation σ, expected max drawdown scales roughly as σ × √N over N trades. This is mathematics, not bad luck. The corollary: two traders running the same edge with identical risk can experience radically different equity curves purely from path dependence — the order in which winners and losers arrive.

  • Sometimes your winners cluster
  • Sometimes your losers do
  • The outcomes are distributed randomly, even when the edge is real

Variance is what causes losing streaks — not bad strategy. (See Aaron Brown, Red-Blooded Risk, and Ralph Vince's work on path-dependent leverage for the underlying mathematics.)

A profitable edge does not win every time. It wins over time.

Drawdown vs streak vs variance vs ulcer index

ConceptWhat it measuresUnitsWhen it matters
DrawdownPeak-to-trough equity decline%Position sizing, ruin risk
Losing streakConsecutive losers, counttradesPsychology, system trust
VarianceSpread of trade-by-trade returnsσ²Edge stability
Ulcer IndexRMS depth × duration of drawdownunitlessComparing strategies

Why drawdowns break most traders

During drawdowns, traders often:

  • Panic and abandon working systems
  • Start overtrading or doubling size
  • Skip clean setups or hesitate to enter
  • Tweak rules mid-sequence, creating new unknowns

This is how temporary loss turns into long-term failure. Kahneman & Tversky's prospect theory: losses are felt roughly 2.25× as intensely as equivalent gains. A 10% drawdown does not feel "small" — it feels like a 22% gain would feel good. That asymmetry, not the math, is what breaks discipline.

Loss intensity multiplier

Kahneman and Tversky (1979): losses are felt roughly 2.25x as intensely as equivalent gains. A 10% drawdown does not feel like a 10% gain — it hurts more than a 22% gain feels good.

2.25x

How long should a normal losing streak last?

If you've tracked 100+ trades (and if you haven't, measure your edge first), you should know:

  • Your average drawdown
  • Your max historical drawdown
  • The typical losing streak length
  • How long recovery has taken before

The expected longest losing streak ≈ log(N) / −log(1 − p_loss), where N is the number of trades and p_loss is your loss rate. Concretely:

  • A 50% win-rate strategy over 100 trades expects ~6–7 losses in a row
  • A 35% win-rate trend system over 500 trades expects ~12 losses in a row

Match your tolerance to your distribution, not to a folk number. When drawdown hits, the question is not "what's wrong?" — it's "is this within the expected range?"

Operationalising "expected range"

Bootstrap your historical trade list 10,000 times. Pause the strategy only if live drawdown exceeds the 99th percentile of simulated max drawdowns, or if live trade count exceeds 2× the longest historical losing streak. Below those thresholds, you are inside variance — do nothing.

Drawdown vs backtest distributionActionRationale
< P50NoneWithin median variance
P50–P95Review entries, no rule changesVariance, watch closely
> P95Halve sizeOutside historical norms
> P99Pause, full forensic reviewEdge may be broken or regime changed

Practical survival tips

1. Expect it

  • Backtest and journal enough to know what's "normal" for your system
  • Use the formula above to set realistic expectations on streak length

2. Risk appropriately

  • Risk 1% or less per trade — see Risk Per Trade & Position Sizing for the math
  • The inverse: at 5% per trade and a 50% win rate, P(ruin in 100 trades) is non-trivial — small per-trade risk is what gives you breathing room to survive long streaks

3. Use equity-curve filters carefully

If drawdown psychology threatens to make you abandon the system entirely, a mechanical filter can buy you time:

  • If 20-trade equity SMA falls below 50-trade SMA → halve position size
  • Resume full risk after 5 consecutive trades above the 50-SMA

Caveat: equity-curve filters reduce variance but typically cost 10–20% of expectancy in backtests. They are a discipline tool, not a profit tool.

4. Never change strategy mid-drawdown

  • Don't adjust rules during a cold streak
  • Use backtesting and simulation to test changes before going live

If you break the rules during a drawdown, the stats no longer apply.

The inverse failure mode is just as real: refusing to stop a strategy whose live behaviour is outside its backtest distribution. The P95/P99 rule above is what tells you which side of the line you are on.


Variance drawdown vs ruin drawdown

Drawdowns are the cost of doing business — until they aren't. Two failure modes:

  1. Variance drawdown — within historical distribution, recoverable. Ride it.
  2. Ruin drawdown — leverage or sizing error has dragged your account toward zero, where the recovery math (75% drawdown needs +300%) is no longer realistic.

The 1% rule plus a hard account-level halt (e.g. −20% equity → stop, review, restart at half size) is what separates the two. A 25% drawdown at 4× leverage is account zero — leverage compounds drawdowns, and the recovery table above stops being a guide and starts being an obituary.


Psychological resilience is a performance tool

Drawdowns don't just test math. They test belief.

Traders who survive:

  • Trust the system because they have proof from data
  • Accept losses without panic — they expected them
  • Think in terms of 100 trades, not 1
  • Know the difference between variance and ruin (above)

(See Mark Douglas, Trading in the Zone, for the canonical treatment of belief and discipline; Kahneman & Tversky 1979 for the prospect-theory foundation of mid-drawdown errors.)


FAQ

What is a drawdown in trading?

A drawdown is the percentage drop from peak equity to a subsequent valley before a new high. It is calculated as (Peak − Trough) / Peak × 100. The maximum drawdown over a trading record is one of the most important inputs to position sizing and ruin-risk analysis.

How much do you need to gain back from a drawdown?

Recovery is asymmetric. A drawdown of d requires a gain of 1 / (1 − d) − 1 to break even. So a 20% drawdown needs +25%, a 33% drawdown needs +49.3%, a 50% drawdown needs +100%, and a 75% drawdown needs +300%. This is why avoiding deep drawdowns through position sizing matters more than maximising trade-level returns.

How long is a normal losing streak?

The expected longest losing streak is approximately log(N) / −log(1 − p_loss), where N is the number of trades and p_loss is your historical loss rate. A 50% win-rate system over 100 trades expects 6–7 consecutive losses; a 35% win-rate trend system over 500 trades expects ~12. Calibrate to your own distribution, not to a generic range.

How can you tell variance from a broken edge?

Bootstrap your historical trade list 10,000 times and compare live drawdown to the simulated distribution. Below the 95th percentile, you are inside variance — do nothing. Between P95 and P99, halve size and watch closely. Above P99, pause and run a forensic review — your edge may have decayed or the regime may have changed.

Should you change your strategy during a drawdown?

No. Don't adjust rules during a cold streak — once you break the rules, your historical stats no longer apply. Use backtesting and simulation to test changes before going live. The exception is a hard account-level halt (e.g. −20%) that pauses trading entirely for review, which is a sizing rule, not a strategy change.


Related lessons

  • Prereq: Risk Per Trade & Position Sizing — the 1% rule, in detail
  • Prereq: Measuring and Optimizing Your Edge — what "within expected range" actually means
  • Reference: The 17 Most Important Trading Metrics — MaxDD, Calmar, MAR, Ulcer Index

Drawdowns are not failures of the edge — they are evidence the edge is being measured.

A 30% drawdown costs 43% to recover. A 50% drawdown costs 100%. The job is to make sure the first number never becomes the second — by sizing, not by hoping.