Glossary

Position Sizing

Position sizing determines what percentage of a portfolio to allocate to a single crypto trade, balancing potential profit against acceptable risk.

Key Takeaways

  • Position sizing determines how large a trade should be relative to total account equity, making it the single most important risk management discipline in trading: more important than entry timing, exit strategy, or asset selection.
  • The three main methods are fixed percentage risk (the 1-2% rule), the Kelly Criterion (mathematically optimal growth), and volatility-based sizing using ATR: crypto traders typically reduce standard thresholds due to higher volatility.
  • Common mistakes like over-leveraging and concentrating in a single token account for most catastrophic losses in crypto, not poor trade selection.

What Is Position Sizing?

Position sizing is the process of determining how many units of an asset to buy or sell in a single trade, calculated to limit risk and preserve capital while maximizing potential returns. It answers a deceptively simple question: "How large should this trade be relative to my account?"

While most traders focus on what to buy and when, position sizing determines how much to buy, and that distinction often matters more. A trader with mediocre entries but disciplined position sizing will typically outperform a trader who picks excellent entries but sizes positions recklessly. The reason: a single oversized losing trade can destroy months of carefully accumulated gains.

In cryptocurrency markets, where daily price swings of 5-10% are routine and liquidation cascades can amplify losses, position sizing becomes even more critical than in traditional equities or forex.

How It Works

Every position sizing method follows the same core logic: define how much you are willing to lose on a single trade, then calculate the number of units that keeps your loss within that limit if your stop-loss is hit.

Fixed Percentage Risk (The 1-2% Rule)

The most widely used method. Traders risk a fixed percentage of total account equity on any single trade, typically 1-2% in traditional markets. The formula:

Position Size (units) = (Account Size × Risk %) / (Entry Price − Stop Loss Price)

Example:
  Account: $10,000
  Risk per trade: 1% ($100)
  Entry price: $50.00
  Stop loss: $48.00
  Risk per unit: $2.00

  Position size = $100 / $2.00 = 50 units

At 1% risk per trade, ten consecutive losing trades cost roughly 10% of the account: painful but survivable. At 5% risk per trade, the same streak costs nearly 40%, requiring a 65% gain just to break even. This asymmetry is why conservative sizing matters.

For crypto trading, the 2% rule from traditional finance is commonly reduced to 1% or even 0.5% due to higher volatility. Some traders use conviction-based scaling: 1.5% risk for high-conviction setups, 1% for standard trades, and 0.5% for experimental positions.

Kelly Criterion

Developed by John L. Kelly Jr. in 1956 at Bell Labs, the Kelly Criterion calculates the mathematically optimal fraction of capital to risk per trade in order to maximize long-run geometric growth of wealth.

Kelly % = (W × R − L) / R

Where:
  W = win rate (as a decimal)
  L = loss rate (1 − W)
  R = reward/risk ratio (average win / average loss)

Example:
  Win rate: 55% (W = 0.55, L = 0.45)
  Average win: $300
  Average loss: $200
  R = 300 / 200 = 1.5

  Kelly % = (0.55 × 1.5 − 0.45) / 1.5
         = (0.825 − 0.45) / 1.5
         = 0.25 → 25% of capital per trade

Full Kelly produces the fastest theoretical growth but causes maximum drawdowns of 50-80% or more: few traders can tolerate that. In practice, most algorithmic traders use "Half Kelly," which delivers approximately 75% of the growth rate with roughly half the maximum drawdown. Some use quarter-Kelly for additional conservatism.

The Kelly Criterion's primary limitation is that it requires accurate estimates of win rate and payoff ratio. If those estimates are wrong (and in crypto markets they often are), full Kelly can lead to ruin. Fractional Kelly provides a margin of safety against this estimation error.

Volatility-Based Sizing (ATR Method)

This method uses Average True Range (ATR) to adjust position size based on current market volatility, automatically reducing exposure in turbulent conditions and increasing it in calm periods.

Position Size = Risk Dollars / (ATR × Multiplier)

Where:
  Risk Dollars = Account Size × Risk %
  ATR = Average True Range (typically 14-period)
  Multiplier = stop distance as ATR multiple (commonly 1.5× to 3×)

True Range = max of:
  1. Current high − current low
  2. |Current high − previous close|
  3. |Current low − previous close|

Example:
  Account: $100,000, Risk: 1% ($1,000)

  Token A: ATR = $3.00, 2× multiplier → stop = $6.00
    Position = $1,000 / $6.00 = 166 units

  Token B: ATR = $8.00, 2× multiplier → stop = $16.00
    Position = $1,000 / $16.00 = 62 units

Both trades risk exactly $1,000, but the volatile token gets a smaller position and wider stop. This is the key advantage: ATR-based sizing normalizes dollar risk across assets with very different volatility profiles, which is especially valuable in crypto where altcoins can be 3-5 times more volatile than Bitcoin.

Portfolio-Level Position Sizing

Individual trade sizing is only half the equation. Portfolio-level sizing determines total exposure across all positions simultaneously.

Portfolio Heat

Portfolio heat measures the total percentage of capital at risk across all open positions. Alexander Elder's 6% Rule provides a practical framework: risk no more than 2% per trade, and never let cumulative open risk exceed 6% of account equity. When the 6% threshold is hit, stop opening new positions.

Even with disciplined 1% per-trade sizing, ten open positions create 10% portfolio heat. In a correlated crypto crash, all positions can hit their stops simultaneously.

Total Crypto Allocation

For investors managing a multi-asset portfolio, the question of how much total capital to allocate to crypto is itself a position sizing decision. Common guidelines suggest 1-5% of total investment portfolio in crypto, with more aggressive investors allocating up to 7.5%. These relatively small percentages reflect crypto's high volatility and tail risk.

Allocation Within Crypto

A core-satellite model is the most common framework for crypto portfolio allocation:

  • Core (roughly 60%): BTC and ETH for stability, liquidity, and reduced counterparty risk
  • Growth satellite (roughly 30%): established Layer-1 tokens and mid-cap projects with proven traction
  • High-risk satellite (roughly 10%): new altcoins, memecoins, and speculative positions

DeFi Position Sizing

DeFi introduces additional risk dimensions that traditional position sizing does not account for: smart contract risk, protocol governance risk, and impermanent loss. Conservative allocations suggest 20-40% of a crypto portfolio in DeFi protocols, with exposure diversified across protocol types (lending, liquidity provision, staking) and limited per single protocol.

Modular DeFi architectures now provide protocol-level risk isolation. When sizing DeFi positions, consider the protocol's audit history, total value locked, time in production, and governance structure alongside standard price-based risk metrics.

Use Cases

Crypto Day Trading

Day traders executing multiple trades per session use the fixed percentage rule to prevent any single trade from derailing their account. With crypto's 24/7 markets and frequent flash crashes, consistent 0.5-1% risk per trade keeps drawdowns manageable even during losing streaks.

Leveraged Crypto Derivatives

Margin trading and perpetual futures amplify both gains and losses. Position sizing becomes critical: a trader using 10x leverage who risks 10% of their account per trade faces 100% effective risk. At that sizing, a single adverse move triggers liquidation. Proper sizing on leveraged positions means calculating risk based on the full notional exposure, not just the margin posted.

Long-Term Portfolio Construction

Investors using dollar-cost averaging still benefit from position sizing principles. Determining what percentage of each contribution goes to Bitcoin versus altcoins versus stablecoins is a position sizing decision that compounds over months and years.

Automated Trading Systems

Algorithmic trading systems typically implement Kelly Criterion or ATR-based sizing to dynamically adjust position sizes based on recent performance and market conditions. This removes the emotional component that causes manual traders to oversize after wins or revenge-trade after losses.

Risks and Considerations

Over-Leveraging

The most dangerous position sizing mistake in crypto. Traders often confuse margin requirements with actual risk exposure. Leverage changes how much margin you post, not how much you can lose. A 10x leveraged position with 10% of account equity as margin risks the entire account on a 10% adverse move: routine in crypto markets.

Concentration and Correlation Risk

Multiple positions in correlated tokens behave like one large position during broad selloffs. Three altcoin longs each risking 2% with high correlation can produce an effective 5-6% loss in a macro downturn. Before opening new positions, traders should assess correlation with existing holdings, particularly during periods of high market sentiment alignment.

Inconsistent Sizing

Switching between 1% risk on cautious trades and 10% on "sure things" destroys the statistical edge that disciplined sizing provides. The outsized losses from the occasional large position overwhelm the small gains from conservative ones. Consistency matters more than optimization.

Trading Without Stop Losses

Position sizing without a defined exit point is meaningless. The entire calculation depends on knowing the maximum loss per unit. Traders who size positions correctly but then remove or ignore their stop-loss orders expose themselves to unlimited downside, negating every benefit of proper sizing.

Estimation Error

Methods like the Kelly Criterion require accurate estimates of win rate and average payoff. In crypto markets, where regime changes are frequent and historical statistics may not predict future performance, overestimating these parameters leads to positions that are too large. Using fractional Kelly (half or quarter) provides a buffer against this uncertainty.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.