# Risk of ruin

> Risk of ruin is the probability that a sequence of trades drives an account down to a defined failure threshold before the strategy’s edge has time to compound. It depends on the win rate, the payoff ratio, the risk taken per trade, and how much drawdown counts as ruin — and it is dominated by the last two, which is why identical strategy statistics can be perfectly safe or nearly certain to fail.

Canonical HTML page: https://qanterion.com/glossary/risk-of-ruin
Updated: 2026-08-18
Also known as: RoR, probability of ruin

## How it is calculated

```
A   = (p·R − q) ÷ (p·R + q)     normalised edge
U   = Ruin threshold % ÷ Risk per trade %
RoR = ((1 − A) ÷ (1 + A))^U     when A > 0, otherwise 100 %

  p = win rate    q = 1 − p    R = payoff ratio
```

## Worked example

45% win rate at 2:1 payoff, risking 1% per trade against a 40% ruin threshold → near-zero probability.

## Sizing moves it by orders of magnitude

Halving the risk per trade doubles the number of consecutive losses an account can absorb, and ruin probability falls exponentially in that count. A strategy risking 1% per trade and the same strategy risking 5% are not variations on a theme — they are different propositions, and only one of them survives an ordinary losing streak.

## Ruin is rarely zero

Most accounts are abandoned long before they are emptied, so the useful threshold is the drawdown at which you would genuinely stop, not 100%. A strategy abandoned at −40% has failed exactly as completely as one liquidated at −100%, and setting the threshold honestly is what makes the resulting probability worth anything.

## How it gets misread

A low risk-of-ruin figure is often read as a safety guarantee. The formula assumes constant fractional risk, independent trades, and a stable edge — real strategies violate all three, since losses cluster in regime changes and correlated positions concentrate risk that looks diversified. Treat it as a lower bound on danger.

## Calculate it

- Risk of Ruin Calculator: https://qanterion.com/tools/risk-of-ruin-calculator
- Kelly Criterion Calculator: https://qanterion.com/tools/kelly-criterion-calculator

## See also

- Position sizing: https://qanterion.com/glossary/position-sizing
- Expectancy: https://qanterion.com/glossary/expectancy
- Maximum drawdown: https://qanterion.com/glossary/max-drawdown

## Sources

- [Grinstead and Snell's Introduction to Probability](https://math.dartmouth.edu/~prob/prob/prob.pdf) — American Mathematical Society (CHANCE Project edition)
- [Optimal Gambling Systems for Favorable Games](https://digicoll.lib.berkeley.edu/record/112884) — Proceedings of the Fourth Berkeley Symposium (UC Berkeley Digital Collections)

## Other languages

- 简体中文: https://qanterion.com/zh/glossary/risk-of-ruin
- 繁體中文（台灣）: https://qanterion.com/zh-TW/glossary/risk-of-ruin
- 繁體中文（香港）: https://qanterion.com/zh-HK/glossary/risk-of-ruin
- 日本語: https://qanterion.com/ja/glossary/risk-of-ruin
- 한국어: https://qanterion.com/ko/glossary/risk-of-ruin
- Português (Brasil): https://qanterion.com/pt-BR/glossary/risk-of-ruin
- Türkçe: https://qanterion.com/tr/glossary/risk-of-ruin
- Bahasa Indonesia: https://qanterion.com/id/glossary/risk-of-ruin
- العربية: https://qanterion.com/ar/glossary/risk-of-ruin

## Risk notice

Definitions are educational. Nothing here is investment advice, and no metric described on this page predicts future results.