# The Kelly Criterion for Traders - Simplified

> The Kelly Criterion is a mathematical formula for optimal position sizing. Here is what it says, why most traders should use a fraction of it, and how to apply it.

**Tags:** kelly-criterion, position-sizing, mathematics, advanced
**URL:** https://traderjournal.app/money-management/kelly-criterion-for-traders-simplified

---


# The Kelly Criterion for Traders - Simplified

The Kelly Criterion is a mathematical formula that calculates the theoretically optimal percentage of capital to risk on each trade in order to maximize long-term account growth. It is used in gambling, investing, and trading as a benchmark for position sizing.

Understanding Kelly helps you think about position sizing more rigorously, even if you do not apply the formula directly.

---

## The Formula

Kelly % = W - (L / R)

Where:
- W = win rate (as a decimal, e.g., 0.55 for 55%)
- L = loss rate = 1 - W (e.g., 0.45)
- R = average win / average loss ratio (e.g., 1.5 for a 1:1.5 win/loss ratio)

**Example:**
Win rate: 55% (W = 0.55)
Average win = 1.5x average loss (R = 1.5)

Kelly % = 0.55 - (0.45 / 1.5)
= 0.55 - 0.30
= 0.25 or 25%

The formula says: risk 25% of your account on each trade.

---

## Why You Should Not Use Full Kelly

A 25% risk per trade is catastrophic for retail traders. A 4-trade losing streak would cost approximately 68% of the account. The Kelly Criterion maximizes long-term growth but produces enormous short-term volatility.

The standard practice among professional traders and gamblers who use Kelly is the "Fractional Kelly" approach: use a fraction of the full Kelly percentage, typically 1/4 to 1/2 Kelly.

Using 1/4 Kelly in the example above:
Full Kelly = 25%
1/4 Kelly = 6.25%

Still high by retail trading standards but much more survivable.

Most retail traders find that the common 1-2% risk range represents an even smaller fraction of Kelly (1/10 to 1/20) for typical strategy parameters. This level of conservatism is justified by:

- Uncertainty in win rate estimates (your true edge may be lower than historical data suggests)
- Psychological sustainability (smaller sizes allow clearer decision-making)
- Model risk (your strategy may underperform during out-of-sample periods)

---

## Kelly as a Sanity Check

Even if you never use the Kelly formula for direct position sizing, it is useful as a sanity check.

Calculate your Kelly % from your journal data every quarter. If your full Kelly is below 5%, your edge is thin - lower than you might hope. If your full Kelly is above 50%, either your data sample is too small to be reliable or you genuinely have an unusual edge.

Typical retail traders with solid strategies see full Kelly values in the 10-30% range. At 1/4 Kelly, that produces 2.5-7.5% per trade. Most choose to stay well below even that for psychological reasons.

---

## Negative Kelly

If your Kelly calculation produces a negative number, your strategy currently has negative expectancy. This is important information:

Kelly % = W - (L / R) < 0
Means: W < L / R
Means: your win rate is insufficient for your average R:R

At negative Kelly, no position sizing approach makes the strategy profitable over the long run. The strategy itself needs adjustment.

---

Use your journal's win rate and average win/loss data to calculate your Kelly quarterly and track whether your edge is improving over time.

Download Trader Journal at android.traderjournal.app or ios.traderjournal.app.