The Position Sizing Problem

Even with a genuine edge, improper position sizing destroys portfolios. Bet too large and a string of losses wipes you out. Bet too small and your edge barely compounds. The Kelly criterion and its half-size variant solve this mathematically.

The Kelly Criterion

Developed by John Kelly at Bell Labs in 1956, the Kelly criterion calculates the optimal fraction of capital to risk on a bet with known edge:

f* = (b × p - q) / b

Where:

Example

A trade with 60% win rate and 2:1 reward-to-risk ratio:

f* = (2 × 0.60 - 0.40) / 2 = (1.20 - 0.40) / 2 = 0.40

Full Kelly says to risk 40% of capital. This maximizes long-term growth but creates enormous volatility — you'll regularly see 30-50% drawdowns.

Why Full Kelly Is Dangerous

Full Kelly is optimal only if you know your exact edge. In reality:

Overestimating your edge by even 10% while using full Kelly can lead to ruin.

Enter Half-Kelly

Half-Kelly simply uses f*/2 — half the position size Kelly recommends. The tradeoffs:

MetricFull KellyHalf-Kelly
Long-term growth rate100% (maximum)~75% of full Kelly
Maximum drawdownSevere (40-60% common)~50% of full Kelly's drawdown
VolatilityVery highModerate
Sensitivity to estimation errorCatastrophic if edge overestimatedRobust — survives significant errors
Recovery time from drawdownCan be very longMuch shorter
Practical survivabilityLow for uncertain edgesHigh — designed for real-world uncertainty

The insight: you sacrifice only 25% of long-term growth but cut drawdown risk roughly in half. This is why nearly every professional risk manager recommends fractional Kelly (typically 1/4 to 1/2).

How Fin45 Applies Half-Kelly

For each trade, the Fin45 agent calculates position size using:

  1. Estimate win probability from signal conviction score and historical accuracy of similar signals
  2. Estimate reward/risk ratio from expected move (must be ≥ 5%) divided by stop-loss distance (7%)
  3. Calculate full Kelly fraction
  4. Halve it for Half-Kelly position size
  5. Apply hard cap: Maximum 20% of portfolio in any single position regardless of Kelly output
  6. Apply sector and correlation caps: 40% max sector, 30% max correlated exposure

Worked Example

Signal conviction: 0.82 (maps to estimated 65% win probability)
Expected move: +12% (reward) vs. 7% stop (risk) → b = 12/7 = 1.71

Full Kelly: f* = (1.71 × 0.65 - 0.35) / 1.71 = (1.11 - 0.35) / 1.71 = 0.445
Half-Kelly: f*/2 = 0.222 → 22.2% of portfolio
After hard cap: min(22.2%, 20%) = 20% position

Why This Matters for AI Trading

An AI agent's conviction scores are estimates, not certainties. Using Half-Kelly means:

Position Sizing in Practice

Most traders fail not because their trade ideas are bad, but because their position sizing is wrong. Half-Kelly provides a mathematically rigorous framework that:

Learn more about Fin45's complete risk management framework on the Methodology page.

Frequently Asked Questions

What is the Half-Kelly criterion?

Half-Kelly is a position sizing strategy that uses half the bet size calculated by the Kelly criterion formula. It sacrifices approximately 25% of maximum long-term growth in exchange for roughly 50% lower drawdowns and much greater robustness to estimation errors in win probability.

Why is full Kelly dangerous in practice?

Full Kelly assumes perfect knowledge of your edge (win probability and reward/risk ratio). In real markets, these are always estimates. If you overestimate your edge by even 10-15%, full Kelly sizing can lead to catastrophic drawdowns or ruin. Half-Kelly provides a critical safety margin.

How does Fin45 calculate position sizes?

Fin45 estimates win probability from signal conviction scores, calculates reward/risk from expected move vs. stop-loss distance, applies the Half-Kelly formula, then enforces hard caps: max 20% single position, max 40% single sector, max 30% correlated exposure. Maximum loss per trade is ~1.4% of portfolio.

What is a good Kelly fraction to use?

Professional risk managers typically recommend 1/4 to 1/2 Kelly for live trading. Fin45 uses 1/2 (Half-Kelly) combined with hard position caps. The more uncertain your edge estimate, the smaller the Kelly fraction should be. When in doubt, smaller is safer.