At a glance
- What it computes
- The bet fraction that maximises long-run growth rate
- Formula (binary)
- f = p - (1 - p) / R
- Practical use
- One quarter to one half of full Kelly
- Main hazard
- Overestimating your edge makes Kelly dangerously large
Key takeaways
- Kelly maximises the growth rate of capital, not expected wealth, which is why it never recommends risking everything.
- Full Kelly produces drawdowns approaching 50 percent routinely, which almost no trader can sit through without abandoning the strategy.
- The formula is extremely sensitive to the estimated edge, and edges are estimated with large error, so overestimation is the normal failure.
- Half Kelly captures roughly three quarters of the growth with substantially less than half the volatility, which is why fractional Kelly dominates in practice.
- For trading with continuous outcomes, Kelly approximates to mean return divided by variance, which is closely related to volatility targeting.
The formula and what it means
BINARY VERSION
f* = p - (1 - p) / R
p = probability of winning
R = ratio of win size to loss size
f* = fraction of capital to risk
Example: 40% win rate, winners are 3x losers
f* = 0.40 - 0.60 / 3 = 0.40 - 0.20 = 0.20
Full Kelly says risk 20% of capital per trade.
CONTINUOUS APPROXIMATION (for return series)
f* = mean return / variance of returns
Example: strategy with 12% expected annual return and
18% annual volatility
f* = 0.12 / 0.0324 = 3.7 -> 3.7x leverage at full KellyBoth results illustrate the problem. Risking 20 percent of capital per trade, or running 3.7 times leverage, is far beyond what any disciplined trader would consider. Kelly is mathematically correct about growth maximisation and practically unusable at full size.
Why nobody uses full Kelly
- Drawdowns are brutal. At full Kelly, a drawdown of 50 percent from a peak is a routine occurrence rather than a crisis. Most traders abandon a strategy well before that.
- Edge estimates are wrong. Kelly assumes you know p and R exactly. In practice both are estimated from a limited sample with substantial error, and overestimating the edge means the computed size is above optimal, where growth falls rapidly.
- Overbetting is asymmetrically punished. The growth curve is roughly flat just below optimal and falls steeply above it. Betting half of optimal costs a quarter of the growth; betting double optimal produces zero growth.
- Returns are not independent. Kelly assumes each bet is independent. Trading returns are serially correlated and cluster, which makes realised drawdowns worse than the theory suggests.
- The edge changes. A size computed from a historical edge becomes wrong when the edge decays, and Kelly does not know that it has.
Fractional Kelly in practice
| Fraction of Kelly | Share of maximum growth | Relative volatility | Practical assessment |
|---|---|---|---|
| Full (1.0) | 100% | 100% | Theoretically optimal, practically unusable |
| Half (0.5) | About 75% | 50% | Aggressive but defensible for a proven edge |
| Quarter (0.25) | About 44% | 25% | Common professional choice |
| Tenth (0.1) | About 19% | 10% | Very conservative; appropriate for uncertain edges |
The key property is that growth falls slowly as you reduce size while volatility falls linearly. Half Kelly gives up a quarter of the growth for half the volatility, which is an excellent trade for anyone who has to live through the drawdowns. Quarter Kelly is the most commonly cited practical choice for strategies with genuine but uncertain edges.
Applying it to a real strategy
- 1
Estimate p and R from out-of-sample results
Use forward-tested or out-of-sample data rather than the optimised backtest, which overstates both figures.
- 2
Compute full Kelly and immediately discount it
Apply a fraction of 0.1 to 0.25 for most retail strategies, reflecting the uncertainty in the estimates.
- 3
Convert to a per-trade risk percentage
The result is usually far closer to the conventional 0.5 to 1 percent per trade than to the raw Kelly figure, which is a useful sanity check on standard practice.
- 4
Cap by drawdown tolerance, not only by Kelly
Run a Monte Carlo simulation at the proposed size and check the distribution of maximum drawdowns. If the 95th percentile exceeds what you can sit through, reduce the size regardless of what Kelly says.
- 5
Re-estimate periodically
Recompute from rolling live results rather than from the original backtest, and reduce size if the realised edge is below the estimate.
- 6
Account for correlation across positions
Kelly for a single bet does not extend directly to a portfolio of correlated positions. The portfolio equivalent requires the covariance matrix and produces smaller individual sizes.
Kelly and volatility targeting
The continuous form of Kelly, mean divided by variance, has a direct relationship with volatility targeting. If you assume a constant expected return, then Kelly sizing implies scaling exposure inversely with variance, which is exactly what volatility targeting does.
This is why volatility targeting is often described as an implicit Kelly implementation: it does not require estimating the edge, only the variance, which is far easier to measure reliably. For most practical purposes, targeting a fixed portfolio volatility at a conservative level achieves what fractional Kelly aims at, with fewer fragile estimates.
Frequently asked questions
Should I use the Kelly criterion for position sizing?
Use it as an upper bound and a sanity check rather than as a sizing rule. Compute it, take a quarter or less of it, and compare the result with your conventional fixed fractional risk. If Kelly suggests far less than you are risking, that is important information; if it suggests far more, it is almost certainly because your edge estimate is too optimistic.
What happens if I bet more than Kelly?
Long-run growth falls, and at twice the Kelly fraction the expected growth rate reaches zero despite a positive edge on every individual bet. Beyond that, expected long-run capital declines toward zero. This is the mathematical reason overbetting destroys accounts even when the strategy is genuinely profitable.
Why does Kelly recommend such large positions?
Because it maximises the long-run geometric growth rate and is indifferent to interim volatility. It assumes infinite time, perfectly known probabilities, and no psychological constraints. Remove any of those assumptions and the practical optimum falls sharply, which is why fractional Kelly exists.
How do I use Kelly with a portfolio of positions?
The multi-asset extension requires the covariance matrix and produces individual sizes smaller than the single-bet formula, because correlated positions share risk. In practice most traders approximate this with a total open-risk cap plus correlation limits, which achieves a similar outcome without fragile estimates.
Is fixed fractional sizing related to Kelly?
Yes. Risking a constant percentage of equity is a fractional Kelly implementation with a fixed, conservative fraction chosen by judgement rather than computed from an edge estimate. Given how unreliable edge estimates are, that judgement-based approach is often more robust than the calculation it approximates.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- RiskPosition Sizing Guide: How Many Shares or Contracts to Trade
- RiskRisk of Ruin: The Mathematics of Not Blowing Up
- RiskVolatility Targeting: Sizing by Risk Instead of by Capital
- BacktestingMonte Carlo Simulation for Trading Strategies
- RiskDrawdown Explained: The Number That Decides If You Quit
- RiskRisk Management in Trading: The Complete Guide
Referenced by
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.