At a glance
- Standard method
- Fixed fractional: risk a constant percentage of equity
- Best refinement
- Volatility-based stops via ATR
- Required inputs
- Equity, risk percentage, entry, stop
- Common error
- Choosing size first and the stop afterwards
Key takeaways
- Size is an output, not a decision: it follows from your risk percentage and the distance to your stop.
- Volatility-based stops using ATR equalise risk across instruments, so a quiet stock and a volatile one contribute similar risk.
- Fixed fractional sizing is automatically anti-martingale: positions shrink in drawdowns and grow in recoveries.
- Always apply a notional cap alongside the risk cap, because a tight stop can otherwise create an enormous position.
- In futures and options, contract granularity means the correct answer is sometimes zero contracts, and rounding up is how leveraged accounts fail.
The main sizing methods compared
| Method | How it works | Best for | Weakness |
|---|---|---|---|
| Fixed fractional | Risk a constant percentage of equity per trade | Almost everyone | Requires a defined stop |
| Volatility (ATR) based | Stop distance set by ATR, size derived from it | Multi-market strategies | Needs reliable volatility data |
| Fixed notional | Equal dollar amount per position | Simple portfolios | Volatile instruments dominate risk |
| Equal risk contribution | Weight by inverse volatility across a portfolio | Rotation and allocation strategies | Ignores correlation unless extended |
| Fixed ratio | Increase size after fixed profit increments | Small futures accounts | Arbitrary; not risk-based |
| Kelly and fractional Kelly | Size by edge divided by variance | Known, stable edges | Requires accurate estimates; full Kelly is far too aggressive |
| Martingale | Increase size after losses | Nothing | Guarantees eventual ruin, see why |
Fixed fractional sizing, step by step
Position size = (Equity x Risk%) / (Stop distance x Value per point)
STOCKS: 25,000 equity, 1% risk, entry 47.80, stop 44.90
Risk amount = 250, stop distance = 2.90, value per point = 1
Shares = 250 / 2.90 = 86 shares (4,111 USD position)
FUTURES: 50,000 equity, 0.5% risk, micro crude (MCL), 100 USD/point
Risk amount = 250, stop distance = 2.80 points
Contracts = 250 / (2.80 x 100) = 0.89 -> 0 contracts
The stop is too wide for this account at this risk level.
FOREX: 10,000 equity, 1% risk, stop 45 pips, 10 USD/pip per lot
Risk amount = 100
Lots = 100 / (45 x 10) = 0.22 standard lotsThe futures example is the important one. The correct answer is zero contracts, and the correct response is to recognise that this trade does not fit the account, not to round up to one contract and accept 0.56 percent risk instead of 0.5 percent. Rounding up repeatedly is how leveraged accounts drift into oversized positions.
Volatility-based sizing with ATR
Using a fixed percentage stop treats a quiet utility stock and a volatile technology stock identically, which means the volatile one will stop out constantly while the quiet one is given far more room than it needs. ATR solves this by measuring each instrument’s own typical movement.
Stop distance = k x ATR(n) typically k = 1.5 to 3
Stock A: price 40, ATR(14) = 0.60, k = 2 -> stop 1.20 (3.0%)
Stock B: price 40, ATR(14) = 2.40, k = 2 -> stop 4.80 (12%)
With 100,000 equity and 0.5% risk (500 USD):
Stock A: 500 / 1.20 = 416 shares (16,640 USD position)
Stock B: 500 / 4.80 = 104 shares ( 4,160 USD position)
Both positions lose 500 USD if stopped. The volatile stock
receives a quarter of the capital, which is correct: it carries
four times the movement per share.The caps that sit on top
- Notional cap per position. Typically 10 to 20 percent of equity. Protects against the gap that ignores your stop.
- Total open risk cap. The sum of risk across all positions, typically 4 to 6 percent of equity.
- Sector and theme caps. Usually two to three positions per group, because correlated positions are one position.
- Liquidity cap. No more than a small fraction of average daily volume, so you can exit without moving the price.
- Leverage cap. Stated explicitly and checked at portfolio level, particularly in futures and forex where it accumulates invisibly.
- Drawdown-based reduction. Halve the risk percentage after a defined drawdown, restoring it only after recovery.
Sizing mistakes and their consequences
| Mistake | What happens |
|---|---|
| Choosing size first, then placing the stop where it fits | The stop ends up at an arbitrary level with no relation to structure |
| Using a fixed percentage stop across all instruments | Volatile names stop out constantly; quiet names are under-sized |
| Ignoring the notional cap | A tight stop creates a position that a gap turns into a large loss |
| Sizing on margin requirement | Brokers permit far more than sound risk allows, especially in futures |
| Rounding contracts up | Systematic risk creep in leveraged markets |
| Not reducing after drawdowns | Risk stays constant in dollars while equity falls, raising effective risk |
| Counting positions rather than exposures | Five correlated positions look diversified and behave as one |
Frequently asked questions
What percentage should I risk per trade?
Between 0.25 and 1 percent of equity for most retail strategies. The exact figure should follow from your expected losing streak and the drawdown you can tolerate: with a 40 percent win rate, ten consecutive losses is a routine event, which costs 10 percent at 1 percent risk and 20 percent at 2 percent.
How do I size a position without a stop loss?
Use a volatility-based proxy: decide the maximum adverse move you would tolerate before exiting, expressed in ATR terms, and size as if that were the stop. Strategies genuinely without stops, such as long-term allocation, should instead size by target portfolio volatility rather than by trade risk.
Should position size change as my account grows?
Yes, automatically, if you use a percentage of current equity. This scales positions with the account and reduces them during drawdowns without requiring any decision. Recalculate equity at least weekly, and always after a significant gain or loss.
How does position sizing work for options?
Size on the maximum loss of the structure, not on margin or premium. For a defined-risk spread, the maximum loss is width minus credit, so the number of spreads equals your risk amount divided by that figure. For long options, the maximum loss is the premium, so size on the premium paid.
What if the correct size is less than one contract or one share?
Then the trade does not fit the account at that risk level. The options are fractional shares where available, micro contracts in futures, a closer stop if the strategy supports one, or skipping the trade. Rounding up is the one option that reliably damages accounts over time.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- RiskRisk Management in Trading: The Complete Guide
- RiskStop Loss Strategies: Placement, Types, and What They Cannot Do
- IndicatorsATR Indicator Guide: The Most Useful Number in Risk Management
- RiskThe Kelly Criterion: Optimal Sizing and Why Nobody Uses Full Kelly
- RiskVolatility Targeting: Sizing by Risk Instead of by Capital
- RiskRisk of Ruin: The Mathematics of Not Blowing Up
Referenced by
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.