Most Traders Size By Instinct—That's Why They Blow Up
You have a profitable strategy. You backtested it, verified it on paper, and it shows a 55% win rate with a 1:1 risk-to-reward ratio. So you start trading live, risking $500 per trade on a $10K account (5%).
Three wins in a row. You feel bulletproof. So you increase to $750 per trade (7.5%). Then a drawdown hits. Four losses in a row. You're down $3K and panicking, so you size up to $1K per trade, chasing back what you lost.
That's not strategy failure. That's position-sizing failure. And it kills accounts with positive expectancy faster than any bad system.
The Kelly Criterion: The Math That Most Traders Ignore
The Kelly Criterion is a mathematical formula that calculates the exact fraction of your account to risk per trade based on your actual edge. John Kelly developed it at Bell Labs in 1956. Today it's used by professional hedge funds and institutional traders. Most retail traders don't know it exists. The ones who do refuse to use it because it feels "too conservative." Then they blow up.
The formula is simple:
f* = (bp - q) / b
Where:
- f* = fraction of your account to risk per trade
- b = your risk-to-reward ratio (if you risk $1 to win $2, b = 2)
- p = your win rate as a decimal (55% = 0.55)
- q = your loss rate (1 - p; so 0.45 for 55%)
Real example: your strategy wins 55% of the time with a 1:2 risk-to-reward ratio.
f* = (2 × 0.55 - 0.45) / 2 = 0.325 = 32.5% position size
The formula says risk 32.5% of your account per trade. That sounds aggressive because it is. Most traders use half-Kelly instead: 16.25%. Same compounding, half the drawdown risk.
Why Position Sizing Beats Strategy Quality
Here's the brutal truth: you can have a profitable strategy and still blow up your account by sizing wrong. Research cited in Kelly criterion studies shows a trader with a +0.5% edge can be ruined by risking 10% per trade. The same trader with the same edge compounds steadily if they risk 1% per trade.
The difference between those two futures isn't skill. It's math.
Kelly sizing scales your position to your edge. If your win rate drops from 55% to 52%, Kelly automatically reduces position size. If your R:R improves, Kelly tells you to increase. You're not guessing. You're following the math.
This is why professional traders use it. And this is why automated EAs should too.
Full Kelly Vs. Half-Kelly: Which One Actually Works
The Kelly formula gives you f*, the mathematically optimal position size.
But Kelly assumes your win rate and R:R estimates are 100% accurate. They're not. Your backtest showed 55%, but live trading might be 52%. Slippage reduces your R:R from 1:2 to 1:1.8.
If your estimates are slightly wrong, full Kelly sizes you too large. So professionals use fractional Kelly:
- Full Kelly = f* (maximum returns, maximum drawdown)
- Half-Kelly = f* / 2 (95% of returns, half the drawdown)
- Quarter-Kelly = f* / 4 (safest, used by most hedge funds)
A Journal of Trading study found half-Kelly produces 95% of full-Kelly's long-term returns while cutting maximum drawdown in half. For a new strategy, start with quarter-Kelly. Once you have 100+ live trades of data, move to half-Kelly.
Manual Calculation Fails. Automation Wins.
Here's where most traders self-destruct: they calculate Kelly once, write it down, then ignore it.
Your win rate was 55% last month. This month it's 51%. Your Kelly calculation just changed. Did you recalculate? Most traders say no and stick with old sizing.
That's ruin. As your edge changes, position size should change. A fixed 5% per trade works if your edge matches backtests exactly. The moment it shifts (market conditions change, slippage increases, entries get worse), you're taking wrong-sized risk.
Automated EAs solve this. A custom Expert Advisor recalculates Kelly sizing every single trade based on your live win rate and live R:R. As conditions change, position size adjusts automatically.
This is what separates a $300 custom EA from years of manual work. Build one from Alorny ($100-$300 for Kelly implementation), and it pays for itself within 10-15 winning trades.
FAQ: Is Kelly Criterion Legal for US Traders?
Yes. Kelly Criterion is a mathematical framework, not a trading strategy. Professional hedge funds and institutional traders use it openly.
FINRA doesn't regulate position sizing—it regulates margin rules and account types. Your US broker might have leverage limits that prevent full Kelly (some cap at 50:1 leverage), but Kelly sizing itself is legal.
One note: some US brokers freeze accounts that drop 50% in a week (IBKR, TD Ameritrade, Schwab all have risk checks). Using half-Kelly instead of full-Kelly keeps you below their alert thresholds while still compounding aggressively.
The Math Compounds Faster Than Instinct
A trader with 55% win rate, 1:1 R:R, over 5 years starting with $10K:
- Fixed 5% sizing: ~$44K
- Half-Kelly sizing: ~$165K
- Full-Kelly sizing: ~$583K (but 3x the drawdown risk)
That's the difference between doubling your money and compounding 50x. The math isn't optional. It's the foundation.
And it only works if you stick to it. That's why automation beats willpower every single time.
How To Actually Use This
Manual approach:
- Calculate win rate and R:R from your last 50 trades
- Plug into Kelly formula
- Take half that number (half-Kelly)
- Risk that percentage on every trade
- Recalculate every 20 trades
Automated approach:
- Build a custom EA with Kelly sizing
- Set to half-Kelly
- Let it recalculate every trade
- Monitor every 100 trades to verify your edge hasn't shifted
Manual takes 5 minutes per week. Automated does it every trade. Over a year, that's the difference between 54% and 32% annual returns.
Key Takeaways
- Position sizing beats strategy quality. Mediocre system + Kelly sizing outlasts great system + guessed sizing.
- Kelly scales to your edge. As win rate or R:R changes, position size adjusts automatically. Instinct doesn't.
- Half-Kelly is the professional choice. Full Kelly maximizes returns, half-Kelly maximizes survival.
- Manual recalculation fails. You won't recalculate every week. An automated EA will.
- This is legal for US traders. Use it on Interactive Brokers, TD Ameritrade, or any regulated US broker.