量化知識庫12 min read

Position Sizing and Risk Control Strategy 2026: Complete Guide to the Kelly Criterion

The Kelly Criterion is a classic mathematical method for determining the optimal proportion to allocate to each trade. This article provides a complete explanation of the Kelly formula, practical adjustments (half Kelly / quarter Kelly), and how to combine it with other risk control strategies.

Algo Lab Team發布於 2026-05-10 08:00

重點摘要

Kelly Criterion is a mathematical formula for calculating the optimal betting proportion, proposed by John Kelly in 1956. Formula: Kelly% = (Win Rate × Win/Loss Ratio - Loss Rate) ÷ Win/Loss Ratio. Example: Win Rate 55%, Win/Loss Ratio 2:1 → Kelly = (0.55×2-0.45)÷2 = 32.5%. In practice, use half Kelly (½ Kelly = 16%) or quarter Kelly (¼ Kelly = 8%) for safety. Key principle: Kelly ratio is optimal but not safest — use conservatively in practice.

Kelly Criterion Core Definition

Kelly Criterion is a mathematical formula proposed by John Kelly in 1956 for calculating the optimal capital allocation ratio for each bet to maximize long-term capital growth.

Basic Formula

Kelly% = (Win Rate × Win/Loss Ratio - Loss Rate) ÷ Win/Loss Ratio

Example: Win Rate = 55%, Win/Loss Ratio = 2:1 (average profit is 2x average loss)

  • Kelly = (0.55 × 2 - 0.45) ÷ 2 = (1.10 - 0.45) ÷ 2 = 32.5%

This means theoretically you should allocate 32.5% of total capital to each trade.


Why Use Fractional Kelly in Practice?

Kelly RatioRisk LevelDrawdown RangeSuitable For
Full KellyExtremely HighPotentially >50%Not recommended
½ KellyMedium20-30%Experienced traders
¼ KellyLow10-15%Most traders
⅛ KellyVery Low<10%Conservative

Reason: Full Kelly assumes you know the exact win rate and win/loss ratio, but in practice these are estimates. Using fractional Kelly keeps you safe even with estimation errors.


Practical Calculation Steps

1. Determine Strategy Statistics

Extract from Trading Journal:

  • Win rate: Average win rate from the last 50-100 trades
  • Win/Loss ratio: Average profit amount ÷ Average loss amount

2. Calculate Kelly Ratio

Kelly = (Win Rate × Win/Loss Ratio - Loss Rate) ÷ Win/Loss Ratio

3. Choose Fractional Kelly

Recommend using ¼ Kelly:

Practical Ratio = Kelly% ÷ 4

Limitations of Kelly

Limitation 1: Requires Accurate Statistics

If win rate or win/loss ratio estimates are inaccurate, the Kelly result will also be off. It is recommended to use data from at least 50 trades.

Limitation 2: Does Not Account for Consecutive Losses

Kelly assumes independent win/loss distribution, but trading often involves consecutive losses. This is why fractional Kelly is safer in practice.

Limitation 3: Not Suitable for Correlated Trades

If your multiple trades are highly correlated (e.g., holding multiple tech stocks simultaneously), Kelly will underestimate risk.


Comparison with Other Position Sizing Methods

MethodProsCons
Fixed PercentageSimpleDoesn't consider strategy characteristics
Kelly CriterionMathematically optimalRequires accurate statistics
Volatility-AdjustedAdapts to marketRequires ATR
Hybrid ApproachMost comprehensiveMore complex

Recommendation: Use fixed percentage as a base (1-2% risk per trade), use Kelly as an upper reference, and use volatility-adjusted method for final fine-tuning.


Summary

Key points of the Kelly Criterion:

  1. Formula: Kelly% = (Win Rate × Win/Loss Ratio - Loss Rate) ÷ Win/Loss Ratio
  2. Use ¼ Kelly in practice — Safety first
  3. Need at least 50 trades of data — Statistics must be meaningful
  4. Combine with fixed percentage method — Double safety protection

For more position sizing strategies, refer to the Strategy Center and Learning Center risk management courses.

#Position Sizing#Risk Control#Kelly Criterion#Money Management#Position Sizing Strategy#Kelly Criterion Calculator#Risk Management Trading#Fractional Kelly Betting#Position Sizing Risk Reward#Optimal Position Size Calculator#Portfolio Risk Management#Drawdown Protection#Risk Per Trade Calculation#Kelly Formula Trading#Max Position Sizing#Account Risk Management#Volatility Based Position Sizing#Money Management System#Trading Risk Calculator

上一篇

Volume Spike Screening Guide 2026: Tracking Institutional Capital Footprints

下一篇

Volatility Trading Strategy Complete Guide 2026: Practical Applications of ATR and Volatility Indicators

想要每日接收高勝率信號?

訂閱 VIP 會員,每日 TOP 20 信號推送,形態識別 + AI 選股,助你做出明智投資決策。

延伸閱讀

文章相關問題