The math of position sizing — balancing growth against the risk of ruin.
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.
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:
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.
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.
Half-Kelly simply uses f*/2 — half the position size Kelly recommends. The tradeoffs:
| Metric | Full Kelly | Half-Kelly |
|---|---|---|
| Long-term growth rate | 100% (maximum) | ~75% of full Kelly |
| Maximum drawdown | Severe (40-60% common) | ~50% of full Kelly's drawdown |
| Volatility | Very high | Moderate |
| Sensitivity to estimation error | Catastrophic if edge overestimated | Robust — survives significant errors |
| Recovery time from drawdown | Can be very long | Much shorter |
| Practical survivability | Low for uncertain edges | High — 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).
For each trade, the Fin45 agent calculates position size using:
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
An AI agent's conviction scores are estimates, not certainties. Using Half-Kelly means:
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.
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.
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.
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.
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.