Home/Study Plan/Fractional Kelly & Risk of Ruin
📈

Kelly Criterion & Bet Sizing

Fractional Kelly & Risk of Ruin

Hard4–5 hrsFractional KellyRisk of RuinDrawdownUncertainty

Overview

Full Kelly is theoretically optimal but practically dangerous. The reason: you never know your edge μ precisely, and overestimating μ leads to overbetting. If your true edge is 0 and you bet as if it's positive, Kelly says bet a lot — and you go bankrupt. The solution is fractional Kelly: bet a fraction λ of f*. At λ=0.5 (half Kelly), you give up 25% of growth rate but cut variance by 75%. The practical rule: if you're very confident in your edge, use 50% Kelly. If uncertain, use 25% or less.

How to Recognize

  • You want Kelly but are uncertain about your edge estimate
  • 'What is P(bankroll falls below X% of initial?)'
  • Risk management: how much cushion do you need?
  • Comparing full Kelly vs fractional Kelly over real horizons
  • Any question about ruin probability with positive edge

Step-by-Step Approach

  1. 1.Full Kelly maximizes long-run growth but has high volatility (50% drawdowns expected)
  2. 2.Fractional Kelly (fraction f of Kelly): reduces volatility at cost of slower growth
  3. 3.At half Kelly: growth rate = 3/4 of full Kelly, variance = 1/4 of full Kelly
  4. 4.Risk of ruin formula: P(ruin before N × bankroll) for a continuous Kelly process
  5. 5.In practice: use 25–50% Kelly to account for parameter estimation error

Key Formulas

01G(λf)=λG(f)λ2λ2σ2G(\lambda f^*) = \lambda G(f^*) - \frac{\lambda^2 - \lambda}{2}\sigma^2 — growth at fraction λ\lambda of Kelly
02Half Kelly:G=34G(f),  σ=12σ(f)\text{Half Kelly}: G = \frac{3}{4}G(f^*),\; \sigma = \frac{1}{2}\sigma(f^*)
03P(ruin to level ϵ)ϵ2μ/σ2P(\text{ruin to level }\epsilon) \approx \epsilon^{2\mu/\sigma^2} — continuous Kelly ruin probability
04Max expected drawdown12ln(1/α)\text{Max expected drawdown} \approx \frac{1}{2} \cdot \ln(1/\alpha) at level α\alpha

Worked Examples

0Quick Example
Full Kelly: expected growth 2%/round but σ=10%/round. Half Kelly: growth 1.5%/round, σ=5%/round. After 100 rounds: full Kelly wealth ~7.5×, half Kelly ~4.5× — but half Kelly has far lower probability of 50%+ drawdown.

Problem

A strategy has μ = 0.5%/day and σ = 2%/day. Compare full Kelly, half Kelly, and quarter Kelly over 500 days.

Solution

1

Full Kelly: f* = μ/σ² = 0.005/0.0004 = 12.5× leverage. G(f*) = μ²/(2σ²) = (0.005)²/(2×0.0004) = 0.03125/day.

2

After 500 days: W = W₀ × e^{500 × 0.03125} = W₀ × e^{15.6} ≈ W₀ × 6×10^6. Enormous growth — but enormous variance too.

3

Half Kelly: λ=0.5. f = 6.25×. G = (3/4)G* ≈ 0.0234/day. After 500 days: W ≈ W₀ × e^{11.7} ≈ W₀ × 120,000.

4

Quarter Kelly: λ=0.25. f = 3.125×. G = 0.75×(1-0.5)×G* ≈ 0.0117/day... Actually: G(λf*) = λ(2-λ)/2 × μ²/σ² = 0.25×1.75/2 × G* ≈ 0.219G*.

5

In practice: the 6×10^6 full Kelly gain assumes perfect μ and σ knowledge. Any estimation error makes half/quarter Kelly far more robust.

Answer

Full Kelly: astronomical in theory, fragile in practice. Half Kelly: 75% of growth, 50% of leverage, far better tail risk. Use half Kelly as default when edge is well-estimated, quarter Kelly when uncertain.

Common Mistakes

  • !

    Thinking fractional Kelly is 'playing it safe' in a bad way. Half Kelly still outperforms any fixed-fractional strategy that doesn't use Kelly in the long run.

  • !

    Not accounting for correlation between bets. If you run 10 correlated strategies and Kelly-size each independently, total leverage is 10× too high.

  • !

    Ignoring costs (spreads, commissions, funding rates). These reduce μ and therefore reduce f* significantly. Always use net-of-costs edge.

Practice Problems

Click "Show Answer" to reveal
1

A portfolio has Sharpe ratio = 1.0 (annualized). Daily expected return = μ, daily vol = σ. What is the Kelly leverage? What leverage does half-Kelly imply?

Hint: Sharpe = μ√252/σ = 1 → μ/σ = 1/√252. Kelly = μ/σ² = (μ/σ)/σ.

Only works in the Electron app

<webview> is an Electron-only tag. Run npm run electron:dev to use this.

25:00Focus
0

25 min focus · 5 min break · long break every 4 sessions

The Ultimate Grind