How to calculate position size
4 min read
Calculate position size by dividing a predefined account risk budget by the price distance to invalidation, adjusted for instrument value and trading costs. This method makes quantity responsive to the actual risk of the setup, unlike fixed lot sizing, which leaves risk uneven when stop distances vary. Evaluation of sizing rules should use risk‑adjusted metrics and overfitting controls; direct empirical evidence comparing fixed‑lot and risk‑based sizing is not provided.
Position sizing is the process of converting a trade idea into a quantity. A robust method starts with how much account capital you are willing to risk on one trade, then divides that risk budget by the distance between entry and invalidation. This differs from fixed lot sizing, where the same quantity is used regardless of stop distance or market conditions.
The core mechanism is straightforward. First define account risk per trade as a fixed fraction or fixed currency amount of capital that may be lost if the trade is invalidated. Then define invalidation as the price level where the original thesis is no longer true. The distance from entry to that invalidation level is the per unit risk. Position size is then:
position size = account risk per trade / per unit risk
If costs or contract multipliers apply, they must be included in per unit risk before calculating the final quantity.
A worked method follows this sequence.
1. Set the account risk budget. Choose a maximum loss for the trade in currency terms or as a fraction of equity.
2. Define the invalidation level. This is the level that makes the setup false, not an arbitrary fixed number of ticks.
3. Measure the distance from entry to invalidation. For a long trade this is entry minus stop. For a short trade this is stop minus entry. Convert the result into currency risk per share, contract, or unit.
4. Adjust for instrument mechanics. For futures and some derivatives, multiply price distance by the contract value per point. For assets with fees or slippage assumptions, add those to the risk per unit.
5. Divide risk budget by risk per unit. The result is the maximum quantity that keeps loss at invalidation near the chosen risk budget.
6. Round down to tradable size. Use the nearest valid lot, share, or contract count that does not exceed the budget.
A simple numerical example shows the logic. Suppose the account risk budget is 500 currency units. If a trade idea is invalidated 2 units away from entry, and each unit of price movement is worth 1 currency unit per share, the risk per share is 2. The position size is 500 / 2 = 250 shares. If another trade requires a 5 unit stop, the risk per share is 5, so the size falls to 100 shares. The same account risk budget leads to different quantities because the trade structures differ.
This approach matters because fixed lot sizing does not account for variation in stop distance. A constant quantity with a wider invalidation distance creates a larger potential loss than the same quantity with a tighter invalidation distance. By contrast, risk based sizing normalizes the loss at the point of invalidation across trades.
The method is especially useful when volatility changes. In higher volatility regimes, invalidation levels are often farther from entry, which increases per unit risk and therefore reduces position size. In lower volatility regimes, the same account risk budget can support a larger quantity because the invalidation distance is smaller. This is how distance to invalidation translates into size under changing market conditions.
For systematic traders, the main benefit is that risk becomes an explicit input to the trading rule set. The strategy no longer mixes signal quality with arbitrary quantity choices. Instead, the quantity is derived from the trade definition itself.
To evaluate sizing rules, use risk‑adjusted metrics such as maximum drawdown, profit factor, return volatility, and Sharpe‑type measures, and verify performance through out‑of‑sample testing and overfitting checks.
Drafted with AI assistance from cited sources. Reviewed and approved by Sonar Sciences Quant & Research Team.