Position sizing is the single most important factor in trading success, and it is the one most traders spend the least time thinking about. You can have a 70% win rate and still blow up your account with bad position sizing. Conversely, a 45% win rate with proper position sizing can compound wealth for decades.
This is not theory. This is survival math.
Why Position Sizing Matters More Than Strategy
Consider two traders with identical strategies — 55% win rate, 1.5:1 reward-to-risk ratio. The only difference is position sizing:
Trader A risks 10% per trade:
- 5 consecutive losses (which will happen — the probability is 1.8%): Down 41%
- Recovery needed: 69% gain just to break even
- Probability of ruin over 1,000 trades: 31%
Trader B risks 2% per trade:
- Same 5 consecutive losses: Down 9.6%
- Recovery needed: 10.6% gain
- Probability of ruin over 1,000 trades: 0.1%
Both traders have the same edge. One survives long enough to realize it. The other blows up during an inevitable losing streak.
Method 1: Fixed Fractional (The Foundation)
The simplest and most robust position sizing method. Risk a fixed percentage of your current account on every trade.
Formula: Position Size = (Account Balance * Risk %) / Stop Loss Distance
Example: $50,000 account, 2% risk, BTC at $60,000, stop loss at $58,000 (3.33% below entry)
- Dollar risk = $50,000 * 0.02 = $1,000
- Stop loss distance = $60,000 - $58,000 = $2,000
- Position size = $1,000 / $2,000 = 0.5 BTC ($30,000 notional)
- Effective leverage = $30,000 / $50,000 = 0.6x
Note: this is often less leverage than traders think they need. But this is precisely the position size that keeps you in the game through losing streaks.
Choosing Your Risk Percentage
| Risk Per Trade | Profile | Max Consecutive Losses Before 20% Drawdown |
|---|---|---|
| 0.5% | Ultra-conservative | 44 |
| 1% | Conservative | 22 |
| 2% | Standard | 11 |
| 3% | Aggressive | 7 |
| 5% | Very aggressive | 4 |
For crypto, where 5-7 consecutive losing trades is common in choppy markets, 1-2% risk per trade is the professional standard. If you trade high-frequency strategies (10+ trades per day), use 0.5% or less.
Dynamic Fixed Fractional
As your account grows, your position sizes grow proportionally. As it shrinks, they shrink. This creates automatic anti-martingale sizing — you bet more when you are winning and less when you are losing. It is mathematically optimal for compounding.
Method 2: Kelly Criterion
The Kelly Criterion determines the theoretically optimal bet size to maximize long-term growth rate.
Formula: Kelly % = W - ((1 - W) / R)
Where:
- W = Win rate (decimal)
- R = Average win / Average loss ratio
Example: 55% win rate, 1.5:1 reward-to-risk
- Kelly % = 0.55 - ((1 - 0.55) / 1.5) = 0.55 - 0.30 = 0.25 = 25%
Full Kelly says risk 25% per trade. Do not do this. Full Kelly produces enormous drawdowns. The standard practice is "Half Kelly" or "Quarter Kelly":
- Full Kelly: 25% risk → Maximum growth but ~40% drawdowns
- Half Kelly: 12.5% risk → 75% of growth rate, ~20% drawdowns
- Quarter Kelly: 6.25% risk → 50% of growth rate, ~10% drawdowns
For most crypto traders, quarter Kelly is appropriate. It accounts for the fact that your estimated win rate and reward-to-risk ratio are not precise — they are estimates that can change as market conditions shift.
Kelly for Different Strategy Types
| Strategy | Typical Win Rate | Typical R:R | Full Kelly | Quarter Kelly |
|---|---|---|---|---|
| Trend following | 40% | 2.5:1 | 16% | 4% |
| Mean reversion | 65% | 0.8:1 | 21% | 5.25% |
| Scalping | 58% | 0.9:1 | 11% | 2.75% |
| Breakout | 50% | 2:1 | 25% | 6.25% |
Notice how different strategies call for different position sizes. A trend following system with low win rate and high R:R should size smaller per trade than a mean reversion system with high win rate and low R:R.
Method 3: Volatility-Adjusted Sizing (ATR Method)
Instead of using a fixed percentage stop, size your position based on the asset's current volatility using the Average True Range (ATR).
Formula: Position Size = (Account * Risk %) / (N * ATR)
Where N is typically 2 (for a stop at 2x ATR from entry).
Example: $50,000 account, 1% risk, BTC ATR(14) = $2,500
- Dollar risk = $50,000 * 0.01 = $500
- Stop distance = 2 * $2,500 = $5,000
- Position size = $500 / $5,000 = 0.1 BTC ($6,000 notional)
Why this is superior: When BTC volatility doubles (ATR goes from $2,500 to $5,000), your position size automatically halves. When volatility contracts, your position size increases. You are always calibrated to the market's current behavior.
This is how professional commodity traders and hedge funds size positions. It is the method used by the original Turtle Traders, and it remains the gold standard for systematic trading.
ATR Sizing Across Assets
| Asset | Typical 14-Day ATR | Position for $50K Account, 1% Risk |
|---|---|---|
| BTC | $2,500 (3-4%) | $10,000 notional |
| ETH | $200 (5-6%) | $6,250 notional |
| SOL | $12 (7-9%) | $4,167 notional |
Notice how the more volatile the asset, the smaller the position. This is exactly correct — you are equalizing risk across assets, not equalizing notional exposure.
Method 4: Portfolio Heat
Individual position sizing is important, but total portfolio exposure matters more. "Portfolio heat" is the sum of all individual position risks.
Rule: Total portfolio heat should not exceed 6-8% at any given time.
If you risk 2% per trade and have 4 simultaneous positions, your portfolio heat is 8%. Adding a 5th position would push you to 10% — too hot.
Why this matters in crypto: BTC, ETH, and SOL are highly correlated (0.75-0.90 correlation). Three "independent" long positions in these assets are really one correlated bet. Your effective portfolio heat is much higher than the sum suggests.
Correlation-adjusted heat: Multiply your raw portfolio heat by the average correlation.
- 3 positions, 2% risk each, 0.85 average correlation
- Raw heat: 6%
- Correlation-adjusted heat: 6% * (1 + 0.85) / 2 = 5.55%
If your correlation-adjusted heat exceeds 8%, reduce positions.
Surviving Losing Streaks
The mathematics of losing streaks are sobering. With a 55% win rate:
- 3 consecutive losses: 9.1% chance (happens roughly once per month)
- 5 consecutive losses: 1.8% chance (happens roughly once per year)
- 7 consecutive losses: 0.37% chance (happens once every 2-3 years)
- 10 consecutive losses: 0.034% chance (happens at least once in a trading career)
Your position sizing must survive the 10-trade losing streak, because it will happen.
The Drawdown Table
| Risk Per Trade | Drawdown After 5 Losses | After 7 Losses | After 10 Losses |
|---|---|---|---|
| 1% | -4.9% | -6.8% | -9.6% |
| 2% | -9.6% | -13.3% | -18.3% |
| 3% | -14.1% | -19.3% | -26.3% |
| 5% | -22.6% | -30.2% | -40.1% |
At 2% risk per trade, even a catastrophic 10-trade losing streak only draws you down 18.3%. That is survivable. At 5% risk, the same streak puts you down 40% — a hole many traders never climb out of psychologically.
Position Sizing on Otomate
Copy Trading
When you set up copy trading on Otomate, you configure a copy multiplier that determines your position size relative to the trader's. This is your de facto position sizing control.
Guidelines:
- Start with 0.5x multiplier (conservative)
- If the trader risks 5% per trade, your effective risk at 0.5x = 2.5%
- Monitor for 2-4 weeks before increasing
- Never use a multiplier that results in more than 3% account risk per trade
Smart Volume
Smart Volume on Otomate has three risk profiles that map to different position sizing:
- Conservative: Lower leverage, wider spreads, smaller per-order size
- Balanced: Moderate across all parameters
- Aggressive: Higher leverage, tighter spreads, larger per-order size
Combined with the configurable max drawdown (2.5%, 5%, or 10%), you control your total risk at the strategy level. Set max drawdown to match your risk tolerance, and the system handles individual position sizing automatically.
Strategy Builder
When using Otomate's Strategy Builder, define your position size and leverage as part of the strategy. The system uses these parameters for every execution:
"Go long ETH with $5,000 at 2x leverage when EMA 9 crosses above EMA 21. Stop loss at 3%."
This gives you $10,000 notional exposure with a $300 risk (3% of $10,000) — exactly 3% of a $10,000 position, or 0.6% of a $50,000 account. Precise, consistent, and automated.
Equity Stop
Every Otomate subaccount supports an equity stop — a maximum drawdown threshold that closes all positions if triggered. This is your position sizing backstop. Even if individual trades are sized correctly, the equity stop ensures that correlated losses across multiple positions cannot exceed your total risk budget.
Set your equity stop at 2-3x your maximum expected drawdown from the position sizing analysis above.
The Position Sizing Checklist
Before every trade:
- What is my risk per trade? (1-2% for most strategies)
- Where is my stop loss? (Defined by the setup, not the position size)
- What is the position size that makes the stop loss equal to my risk? (Calculate, do not guess)
- What is my current portfolio heat? (Sum of all open position risks)
- Am I under 8% portfolio heat? (If not, do not add the position)
- Is this position correlated with my existing positions? (If yes, reduce by correlation factor)
If you answer these six questions before every trade — or better yet, automate the process — you are practicing professional-level risk management. Most traders never get past question 1.
Position sizing is not glamorous. It does not create exciting trading stories. But it is the one factor that separates traders who survive from those who do not. Get this right, and your strategy has the time it needs to express its edge.
Don't trade. Automate.