Position sizing in one sentence

Position sizing is the rule that determines how much capital you allocate to a trade. In systematic trading, it often matters more than the entry signal because it controls drawdowns, volatility, and survival.

A strategy with a 55% win rate can still blow up if each trade risks too much. Meanwhile, a modest edge can compound steadily if the sizing is disciplined.

Educational content only, not financial advice.

Why the entry signal is only half the story

Most beginners focus on finding the “best” entry: a moving-average crossover, RSI oversold, MACD divergence, breakout confirmation, and so on. But the entry signal only answers:

  • When do I enter?

Position sizing answers:

  • How much do I buy or sell?
  • How much can I lose if I’m wrong?
  • How quickly does the account grow or shrink?

Two traders can use the exact same signal and get very different outcomes. If Trader A risks 0.5% per trade and Trader B risks 5%, Trader B will experience about 10x the account volatility and far deeper drawdowns. That difference often matters more than a small improvement in signal accuracy.

The core idea: risk per trade

The most common systematic approach is to define position size from a fixed fraction of equity at risk.

A simple formula is:

Position size = Account equity × Risk per trade / Stop distance

If you trade shares, stop distance is usually in dollars per share. If you trade forex or crypto, you convert the stop distance into account currency using the contract’s tick value or pip value.

Example

  • Account equity: $20,000
  • Risk per trade: 1% = $200
  • Entry price: $50
  • Stop loss: $48
  • Stop distance: $2 per share

Position size:

$200 / $2 = 100 shares

If the stop is hit, the loss is approximately $200 before fees and slippage.

This is the key idea: position sizing turns a price-based stop into a dollar-based risk limit.

Why it matters more than the signal

A signal can improve your odds, but sizing determines the damage when the signal fails.

1) Losses are nonlinear

A 50% loss requires a 100% gain just to recover. That means large losses are much harder to overcome than small ones. If you risk 10% per trade, a short losing streak can permanently impair the account. If you risk 1%, the same streak is uncomfortable but survivable.

2) Variance can overwhelm edge

Suppose Strategy A has a slight edge: average win = 1.2R, average loss = 1R, win rate = 52%. That may be profitable over many trades. But if you size too aggressively, random losing streaks can force you out before the edge has time to play out.

3) Emotional and operational errors increase with size

Oversized positions often lead to:

  • premature exits
  • revenge trading
  • moving stops farther away
  • abandoning the system after drawdowns

Good sizing reduces the chance that one bad trade, or even one bad week, breaks the plan.

Common sizing methods

Fixed fractional sizing

Risk a fixed percentage of equity per trade, often 0.25% to 2% for retail systematic traders.

  • Conservative: 0.25%–0.5%
  • Moderate: 1%
  • Aggressive: 2%+

This is popular because it scales down during drawdowns and scales up as the account grows.

Volatility-based sizing

Size positions so each trade contributes similar risk based on volatility, often using ATR (Average True Range).

A common stop rule is:

Stop distance = 1.5 × ATR(14) or 2 × ATR(14)

Then size the position so the dollar risk stays constant. This helps avoid taking huge positions in quiet markets and tiny positions in volatile ones.

Equal risk contribution

For multi-asset portfolios, allocate so each position contributes similar portfolio risk, not just equal dollars. This is useful when combining stocks, forex pairs, and crypto, which can have very different volatility profiles.

A practical example with ATR

Imagine a stock trading at $100 with ATR(14) = $3.

If you set a stop at 2 × ATR, the stop distance is $6.

With a $50,000 account and 1% risk per trade:

  • Dollar risk = $500
  • Shares = $500 / $6 ≈ 83 shares

If volatility rises and ATR becomes $5, the stop distance becomes $10, and the same $500 risk only allows 50 shares. That is the point: position size adapts to market conditions.

The biggest pitfalls

1) Confusing notional size with risk

Buying $10,000 of a low-volatility ETF is not the same as buying $10,000 of a highly volatile crypto asset. What matters is the downside between entry and stop.

2) Ignoring correlation

If you buy five tech stocks at once, you may think you have five trades, but you may really have one concentrated bet on the same factor. Correlated positions increase effective risk.

3) Using too much leverage

Leverage can make a good system look amazing in backtests and disastrous in live trading. Always test how the strategy behaves under larger-than-expected moves, gaps, and slippage.

4) Optimizing size to past returns

It is tempting to maximize CAGR by increasing risk per trade. But the “best” backtest return is often achieved with a drawdown profile that is unrealistic to hold in real life.

How to test sizing properly

When evaluating a strategy, don’t just test the entry and exit rules. Test multiple sizing assumptions:

  • 0.25%, 0.5%, 1%, and 2% risk per trade
  • fixed size vs volatility-adjusted size
  • different stop distances
  • realistic fees and slippage

Look at:

  • maximum drawdown
  • Sharpe or Sortino ratio
  • profit factor
  • average trade and expectancy
  • exposure and turnover

A tool like Algovex can help you backtest these variations visually, compare risk settings, and run walk-forward analysis to see whether the sizing rule generalizes out of sample.

A simple rule of thumb

If you are building a systematic strategy, start with:

  • 1% or less risk per trade
  • a clear stop-loss based on structure or volatility
  • position size derived from that stop
  • portfolio-level limits on total open risk

If the strategy is robust, you can scale later. If it is not, bigger size will only reveal the weakness faster.

Bottom line

The entry signal tells you what to trade. Position sizing tells you how to survive long enough for the edge to matter. In practice, that makes sizing one of the most important parts of any trading system.

Educational content only, not financial advice.