Most retail traders pick position sizes arbitrarily — $500 per trade, or "whatever feels right." That approach ignores the single most important input: the quality of your edge. Kelly Criterion does the opposite. It takes your edge — your win rate and your average win-to-loss ratio — and returns the exact fraction of capital that maximizes long-run compounded growth.

This is not a trading strategy. It is a mathematical framework for answering one question: given that I have a verified edge, how much should I bet on each occurrence?

ℹ️ INFO
Kelly Criterion was developed by Bell Labs mathematician John Kelly Jr. in 1956, originally for signal noise problems. Ed Thorp adapted it for blackjack card counting, then for convertible bond arbitrage at Princeton Newport Partners. Today it underpins position sizing at many quantitative funds.

Why Arbitrary Position Sizing Destroys Edge

Consider two traders with identical systems — 55% win rate, 1.5:1 average win-to-loss ratio. Trader A risks a flat $500 per trade regardless of account size. Trader B risks a fixed 3% of current capital per trade.

Both traders expect a positive outcome over 100 trades. But the path — the drawdowns, the compounding, and critically the probability of ruin before reaching 100 trades — differs entirely based on sizing alone. A positive expected value does not protect you from sequence risk. Running three losses in a row at 20% of capital per trade can force you out of the market before your edge has a chance to play out.

🚨 DANGER
An edge you cannot survive long enough to collect on is not a usable edge. Ruin does not care that your backtest was profitable. Kelly solves for the fraction of capital that survives bad runs while still maximizing long-run growth.

The Kelly Formula

The Kelly fraction — the optimal percentage of capital to risk per trade — is:

Where:

  • = fraction of capital to risk per trade (0.20 = 20%)
  • = win rate — the probability of a winning trade
  • = win/loss ratio — average winning trade divided by average losing trade

A negative means you have no mathematical edge. Do not trade the system.

Kelly maximizes the expected logarithm of wealth, which is equivalent to maximizing long-run compounded growth rate:

This is why Kelly sizing produces faster long-run growth than any fixed-fraction system — it is mathematically optimal given accurate inputs.


A Concrete Example System

The numbers below come from a backtested momentum day-trading system — 200 trades across six months of data, not cherry-picked:

58%
Win Rate
$420
Avg Win
$240
Avg Loss
1.75
Win/Loss Ratio R
2.41
Profit Factor
14.3%
Max Drawdown
+$143
Expectancy per Trade
200 trades
Sample Size

Win rate above 50%, R above 1.0, profit factor above 2.0. This system has edge. Kelly will return a positive fraction.


Computing the Kelly Fraction

For this system: W = 0.58, R = 1.75.

*f = W − (1 − W) / R**

Step by step:

f* = 0.58 − (1 − 0.58) / 1.75

f* = 0.58 − 0.42 / 1.75

f* = 0.58 − 0.24

*f = 0.34 — Kelly says risk 34% of capital per trade**

Use the live calculator to compute your own Kelly fraction:

Kelly Criterion Calculator

Should You Even Use Kelly?

Kelly assumes your edge estimate is accurate and stable. Before applying any output to live capital, answer these questions:

flowchart TD A([I have a trading system]) --> B{Sample size ≥ 100 trades?} B -- No --> X([Do not use Kelly yet\nCollect more data first]) B -- Yes --> C{Win rate statistically\nsignificant?} C -- No --> X C -- Yes --> D{Edge stable across\ndifferent market conditions?} D -- No --> Y([Use fixed 1–2% sizing\nuntil edge is confirmed stable]) D -- Yes --> E{Kelly fraction is positive?} E -- No --> Z([No mathematical edge\nDo not trade this system]) E -- Yes --> F([Apply fractional Kelly\nStart at quarter-Kelly])
⚠️ WARNING
Kelly assumes your historical win rate equals your true future win rate. It never does exactly. Markets shift, regimes change, and edges degrade. A win rate estimate that is 5 percentage points too high can inflate your Kelly fraction by 30–40%. Always treat the Kelly output as an upper bound — never a target.

Full Kelly vs. Fractional Kelly vs. Fixed Sizing

No professional systematic trader runs full Kelly on live capital. The comparison below shows why:

Full Kelly — 34%Half Kelly — 17%Quarter Kelly — 8.5%Fixed 2%
Capital at risk34% per trade17% per trade8.5% per trade2% per trade
Expected max drawdown60–80% on bad runs25–40%10–18%6–10%
Recovery from 5 lossesExtremely slowManageableFastFast
Psychological survivabilityVery lowModerateHighVery high
Growth rateTheoretically maximum~75% of full Kelly growth~50% of full Kelly growthConservative but consistent
When to useNever in live tradingExperienced traders, verified live edgeRecommended starting point for most tradersNew systems, uncertain edge, learning phase

Half-Kelly retains roughly 75% of the optimal growth rate while cutting maximum expected drawdown roughly in half. That tradeoff is why most quant funds operate somewhere between quarter-Kelly and half-Kelly.


What the Equity Curve Actually Looks Like

The chart below simulates half-Kelly sizing (17% per trade) across 20 recorded sessions using our example system — 58% win rate, 1.75 R ratio, starting from $50,000:

Half-Kelly Equity Curve — Simulated 20 Sessions

Starting at $50,000. After 20 sessions at half-Kelly the simulated account reaches ~$101,700 — a 103% gain. The same system at 2% fixed returns roughly 22% over the same period. The volatility — including the sharp dips in session 5 and session 12 — is the cost of that compounding.

💡 TIP
Run a Monte Carlo simulation of your system at full Kelly across 1,000 random trade sequences. You will find a meaningful percentage of runs hit 70–80% drawdowns even with a positive-expectancy edge. Half-Kelly cuts those catastrophic outcomes dramatically while retaining most of the growth rate. The math is clear: the cost of surviving is worth it.

From Kelly Fraction to Actual Share Count

Kelly gives you a fraction of capital to risk — not a dollar amount to buy. Convert it using your stop distance:

For our example system at quarter-Kelly (multiplier = 0.25) on a $50,000 account:

Use the position size calculator to apply this to your own entry and stop:

Position Size Calculator
⚠️ WARNING
Do not confuse Kelly fraction with percentage of account to buy. Kelly is a **risk fraction** — dollars at risk relative to your stop distance. On a wide stop, the same Kelly fraction buys far fewer shares. On a tight stop, it buys many more. The stop distance is what determines your actual position size.

Frequently Asked Questions

What if my win rate estimate is wrong?

This is the largest practical risk with Kelly. An estimate that is 5 percentage points too high can inflate your Kelly fraction by 30–40% and push sizing into genuinely dangerous territory.

Consider the sensitivity: if your true win rate is 52% but you model 58%, your Kelly fraction goes from ~14% to ~34% — more than double. Running that oversized position on a weaker-than-modeled edge produces drawdowns far larger than your model predicts.

The fix: always apply a conservative haircut to your win rate estimate. If backtesting shows 58%, model at 54%. The cost of undersizing is slower growth. The cost of oversizing is potential ruin.

What is fractional Kelly and which fraction should I use?

Fractional Kelly means running a fixed proportion of the full Kelly output — typically half, quarter, or tenth.

  • Half Kelly (0.5×): Retains approximately 75% of the optimal growth rate at roughly half the drawdown. Most institutional systematic traders operate in this range.
  • Quarter Kelly (0.25×): Retains approximately 50% of optimal growth at roughly 25% of the drawdown. Recommended as the starting point for most retail systematic traders.
  • Tenth Kelly (0.1×): Conservative. Produces results similar to a well-calibrated fixed-percentage system.

Start at quarter-Kelly for any new live system. Graduate to half-Kelly only after 6+ months of live performance confirms the edge holds out of sample.

Why does Kelly require recalculation on every trade?

Kelly gives you a fraction of current capital — not a fixed dollar amount. As your account grows, position sizes grow. As your account shrinks during a drawdown, position sizes shrink automatically. This is the mechanism that prevents ruin.

If you fix your dollar size based on an initial Kelly calculation and do not update it, you are not running Kelly — you are running a fixed-dollar system with a Kelly-informed initial number. For true Kelly compounding, recalculate before every trade using your current account value.

Can Kelly be applied to options or futures?

Yes, with modifications. The R ratio must reflect the actual payout structure of the instrument:

  • Defined-risk options spreads: Use max profit as the win and max loss as the loss. Kelly works cleanly.
  • Naked options: Theoretical max loss can be uncapped — Kelly produces undefined or absurdly large fractions. Never apply Kelly to undefined-risk positions.
  • Futures: Kelly works well. Use dollar risk (ticks × tick value × contracts) as your loss unit.

For options, always use defined-risk structures (vertical spreads, iron condors, calendars) if you intend to size with Kelly. The math requires a bounded loss.


Key Takeaway
Kelly Criterion tells you the ceiling — the maximum fraction of capital that produces optimal long-run growth given your verified edge. Your job as a systematic trader is to stay well below that ceiling. Compute the full Kelly fraction. Apply a 0.25 multiplier. Prove the edge holds through at least six months of live trading. Only then consider scaling up. The math rewards patience more than aggression.