4.7.9Risk & Money Management

Understand risk of ruin concept

2,092 words10 min readdifficulty · medium3 backlinks

WHAT is Risk of Ruin?

Three levers control it:

  • Win rate WW — fraction of trades that win.
  • Reward-to-risk ratio RR — average win size divided by average loss size (a payoff descriptor, not the same as expectancy).
  • Risk per trade ff — fraction of capital risked on each trade (position sizing).

The edge (expectancy per unit risked) is a derived quantity that combines the first two: Edge G=W(R+1)1.\text{Edge } G = W(R+1) - 1. G>0G>0 means positive expectancy. The scary insight: you can have a profitable system (G>0G>0) and still go broke if ff is too large. RoR is where edge meets survival.


WHY it exists — the survival problem

Expectancy tells you if you win on average over infinite trades. But you don't trade infinite times with infinite capital. Losses cluster. A run of losers early on can hit zero, and zero is an absorbing barrier — once you're out, the average never gets a chance to save you.


HOW to derive a simple RoR formula (from scratch)

Let's build the simplest version: fixed bet size, symmetric outcomes (you win or lose the same unit amount each trade).

Setup. Let pp = probability of winning one unit, q=1pq = 1-p = probability of losing one unit. You start with NN units of capital. Ruin = reaching 00 units.

Step 1 — define the unknown. Let r(N)r(N) = probability of ruin starting from NN units.

Why this step? We want a function of current capital; ruin depends only on how many units cushion you have (memoryless).

Step 2 — one-step recursion. From NN units, the next trade either wins (→ N+1N+1) or loses (→ N1N-1): r(N)=pr(N+1)+qr(N1)r(N) = p\cdot r(N+1) + q\cdot r(N-1)

Why this step? Total probability: condition on the two possible next outcomes.

Step 3 — boundary conditions. r(0)=1r(0)=1 (already ruined), and r()=0r(\infty)=0 (with infinite capital you never go broke if edge is positive).

Step 4 — solve the recursion. Try r(N)=xNr(N)=x^N. Substituting: x=px2+q    px2x+q=0x = p\,x^2 + q \;\Rightarrow\; p\,x^2 - x + q = 0 Factor (since p+q=1p+q=1): roots x=1x=1 and x=q/px = q/p.

Why this step? Linear recurrences have geometric solutions; the characteristic equation gives the growth ratio.

Step 5 — apply boundaries. The general solution is r(N)=A+B(q/p)Nr(N)=A + B(q/p)^N. Using r()=0r(\infty)=0 (needs q<pq<p so the ratio <1<1) and r(0)=1r(0)=1:

Sanity checks (Forecast-then-Verify):

  • If p=q=0.5p=q=0.5 (no edge): q/p=1r=1q/p=1 \Rightarrow r=1ruin is certain. ✔ (a fair coin game with a floor at 0 always eventually hits 0)
  • If p>qp>q (real edge): base <1<1, and raising it to power NN → smaller RoR as NN grows. More units of cushion = safer.

The practical version (unequal win/loss & fractional risk)

Real trades have a reward-to-risk RR (average win / average loss) and you risk a fraction ff each time. There is no simple closed form for RoR under proportional (multiplicative) betting, so practitioners use a heuristic borrowed from the fixed-unit gambler's-ruin model. Treat it as an ordering guide, not a precise number:

The takeaway is structural, not the exact digit:

  • ==Bigger edge GG → base shrinks → RoR crashes toward 0.==
  • ==More units UU (smaller ff) → exponent grows → RoR crashes toward 0.==
Figure — Understand risk of ruin concept

Worked Examples


Common Mistakes


Flashcards

What does Risk of Ruin measure?
The probability your capital falls to an unrecoverable level (blow-up / chosen floor) before your positive edge can compound the account.
In the simple fixed-bet model, what is the RoR formula?
r(N)=(q/p)Nr(N)=(q/p)^N, where pp=win prob, q=1pq=1-p, NN=capital in bet-units.
Why does a fair game (p=qp=q) with a floor at 0 always lead to ruin?
Because q/p=1q/p=1 so r=1r=1; a random walk with an absorbing barrier at 0 hits it with probability 1.
Which single lever reduces RoR most powerfully?
Reducing risk-per-trade ff (i.e., increasing units U=1/fU=1/f), because RoR is exponential in the number of units of cushion.
Can a profitable system still go broke?
Yes — if position size is too large, a clustered losing streak hits the floor before long-run expectancy pays off.
What three inputs jointly determine RoR?
Win rate WW, reward-to-risk ratio RR, and fraction risked per trade ff.
What is the edge (expectancy per unit risked) formula?
G=W(R+1)1G = W(R+1) - 1; G>0G>0 means positive expectancy.
Is reward-to-risk RR the same as edge?
No — RR is just the payoff size; edge G=W(R+1)1G=W(R+1)-1 also requires the win rate WW.
Is the fractional-ff RoR formula exact?
No — it's a heuristic carried over from the fixed-unit gambler's-ruin model; under true proportional betting there is no simple closed form, so use it only for relative comparisons.

Recall Feynman: explain to a 12-year-old

You have a jar of 10 marbles and you're playing a game. Each round you might win a marble or lose one, but you're slightly luckier at winning. Still, if you have a run of bad luck early, your jar can hit empty — and once it's empty, the game is over forever, even if you were "supposed" to win in the long run. Risk of Ruin is the chance your jar empties out. The trick: start with more marbles (smaller bets) and be luckier per round (bigger edge), and the chance of emptying drops incredibly fast.


Connections

  • Position Sizing — controls ff, the strongest RoR lever.
  • Kelly Criterion — optimal ff that balances growth vs ruin.
  • Expectancy & Edge — supplies G=W(R+1)1G = W(R+1)-1, the base of the RoR heuristic.
  • Reward-to-Risk Ratio — the RR that feeds into edge (but is not edge itself).
  • Drawdown Management — the path to ruin; RoR is its worst outcome.
  • Random Walk & Absorbing Barriers — the math engine behind the derivation.

Concept Map

feeds into

feeds into

amplifies

positive edge yet risky

answers

can hit

is an

makes recovery impossible

modeled by

with boundaries r0=1 r-inf=0

roots 1 and q over p

survival vs average

Win rate W

Edge G = W times R+1 minus 1

Reward-to-risk R

Risk per trade f

Risk of Ruin

Chance of blowing up account

Losses cluster

Zero capital

Absorbing barrier

One-step recursion r of N

Solve characteristic eq

RoR formula

Expectancy assumes survival

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, Risk of Ruin ka matlab hai: aapka account zero (ya aapke chosen floor) tak pahunchne ka chance, before aapka trading edge kaam dikhaye. Bahut log sochte hain ki "mera system profitable hai, main kabhi broke nahi ho sakta" — lekin ye galat hai. Profit long-run average hota hai, aur average tabhi milta hai jab aap zinda raho. Agar losing trades ek saath aa jayein (jo aati hain), aur aapne har trade pe bahut zyada paisa laga rakha hai, to account pehle hi khaali ho jayega.

Ek zaroori baat: reward-to-risk ratio RR aur edge alag cheezein hain. RR sirf ye batata hai ki jeetne pe kitna bada milta hai vs haarne pe kitna jaata hai. Edge (expectancy) hoti hai G=W(R+1)1G = W(R+1) - 1 — ismein win rate WW bhi chahiye. Bada RR hone par bhi agar WW kam ho, system loss-making ho sakta hai.

Formula simple hai jab bet size fixed ho: r=(q/p)Nr = (q/p)^N. Yahan pp jeetne ka chance, qq haarne ka, aur NN aapke paas kitne "units" ka cushion hai. Agar edge nahi hai (p=qp=q), to base =1=1, matlab ruin guaranteed! Fractional ff wala formula sirf ek heuristic hai — proportional betting mein exact nahi hota, isliye usse sirf relative comparison ke liye use karo, exact number ke liye nahi. Practically teen cheezein control karo — Size (chhota ff), Edge (positive GG), aur Equity units (bada cushion). Yaad rakho: "small base, big power, tiny ruin."

Test yourself — Risk & Money Management

Connections