Core controlBeginner

Position Sizing

Position sizing is the process of deciding how many units, shares or lots to trade so that a single position risks only a pre-defined amount of capital.

Quick answer: Position sizing is the process of deciding how many units, shares or lots to trade so that a single position risks only a pre-defined amount of capital.

In simple words

Position sizing answers the question 'how much do I buy or sell?' after you already know what to trade and where your stop is. Instead of trading a round number of lots by gut feel, you first decide the rupees you are willing to lose, then work backwards to a quantity. The stop distance and the value of one point decide the size, not how confident you feel.

Purpose

Sizing is the bridge between a signal and real risk: the same entry can be prudent or account-ending depending purely on how big the position is.

Visual explanation

Position Sizing

How a fixed risk budget and a stop distance combine to produce a trade quantity.

Risk-Based Position SizingCapital×Risk %Stop distance×Point value=Quantityround down to lot sizerisk a fixed fraction of capital per trade

Professional explanation

Sizing is a function of risk, not conviction

A common beginner error is to treat position size as a measure of confidence, buying more when a setup 'looks strong'. Professional sizing detaches quantity from emotion: you set a risk budget per trade in rupees, define where the trade is wrong (the stop), and let arithmetic produce the size. The strength of the signal, if it matters at all, belongs in the strategy logic or in a separate conviction weighting, not in an ad-hoc doubling of lots. This keeps the worst-case loss on every trade roughly constant regardless of mood.

Fixed-fractional sizing

Fixed-fractional sizing risks a constant percentage of current equity on each trade, for example 1 percent. Because the fraction is applied to the current account value, position size grows after wins and shrinks after losses, which compounds gains and cushions drawdowns automatically. The trade-off is that recovering from a drawdown is slower, since you are sizing off a reduced balance. It is the most widely taught retail sizing scheme because it is simple and it makes ruin mathematically hard when the fraction is small.

Fixed-risk (constant rupee) sizing

Fixed-risk sizing risks the same absolute amount, say ₹5,000, on every trade regardless of account size. It is easier to reason about intraday and keeps size stable, but it does not scale down automatically in a losing streak, so it is more aggressive than fixed-fractional during drawdowns and more conservative during winning runs. Many discretionary desks blend the two: fixed rupee within a session, re-based to a fraction of equity at the start of each week or month.

Volatility-based sizing

Volatility-based sizing sets the stop distance and therefore the size from a measure of instrument volatility, most commonly the Average True Range (ATR). If the stop is placed at a multiple of ATR, then quiet instruments get larger positions and noisy ones get smaller positions, so that each trade carries comparable rupee risk. This normalises risk across instruments with very different price levels and volatility, such as sizing a Nifty position and a mid-cap stock on the same risk budget. It is the backbone of most trend-following and managed-futures sizing.

The core formula

The quantity follows directly from the risk budget and the loss per unit at the stop. Units equal the rupee risk budget divided by the rupee loss one unit would take at the stop. For a futures or options position the loss per unit is the stop distance in points multiplied by the point value (lot size times the value of a one-point move). Rounding must always be downward to whole lots: rounding up silently increases risk beyond the budget, which defeats the purpose.

Interaction with leverage and margin

Sizing off risk, not off available margin, is what separates survivors from blow-ups. Derivatives let you take a position far larger than your risk budget would ever allow, so the binding constraint should be the stop-based size, with margin only as a secondary check. If the risk-based size needs less margin than you have, the surplus stays as buffer; if it needs more margin than you have, the trade is simply too big for the account and should be skipped, not shrunk to fit the margin while ignoring the stop.

Formula

Units = (Capital × Risk%) ÷ (Stop distance × Point value)

Capital = account equity in rupees; Risk% = fraction risked per trade (e.g. 0.01 for 1%); Stop distance = entry-to-stop gap in points; Point value = rupees gained or lost per one-point move per unit (for a lot, lot size × ₹ per point). Round the result DOWN to whole lots.

Fixed-fractional vs Fixed-risk sizing

AspectFixed-fractionalFixed-risk (rupee)
Risk basisPercent of current equityConstant rupee amount
Behaviour in drawdownAuto-reduces sizeSize unchanged (more aggressive)
Behaviour in winning runAuto-increases sizeSize unchanged (more conservative)
Recovery speedSlower (sizing off smaller base)Faster but riskier
SimplicitySimpleSimplest

Practical example

Illustrative example (Indian market)

Capital is ₹5,00,000 and you decide to risk 1 percent, so the budget is ₹5,000 per trade. You are trading Nifty futures with a lot size of 75, where each one-point move is worth ₹75 per lot. Your strategy places the stop 50 points away from entry, so one lot risks 50 × 75 = ₹3,750 at the stop. Units = 5,000 ÷ 3,750 = 1.33, which you round DOWN to 1 lot. If instead the stop were only 25 points away, one lot would risk 25 × 75 = ₹1,875, and the budget would allow 5,000 ÷ 1,875 = 2.6, rounded down to 2 lots. Notice the tighter stop permits a larger position at the same rupee risk.

On NSE, lot sizes are set by the exchange and revised periodically (Nifty has been 75, Bank Nifty has its own lot), so a sizing engine must read the current lot size from a reference table rather than hard-coding it, or every position will be mis-sized after a revision.

Advantages

  • Caps the worst-case loss on every trade to a known rupee figure
  • Makes results comparable across instruments of very different price and volatility
  • Fixed-fractional compounds gains and de-risks drawdowns automatically
  • Removes emotion and conviction-creep from the quantity decision

Limitations

  • The maths only holds if the stop actually executes near its level; gaps and slippage can exceed the budgeted loss
  • Rounding to whole lots means small accounts cannot size finely and may be forced to over- or under-risk
  • Sizing off ATR assumes recent volatility predicts near-term volatility, which breaks in regime shifts
  • Ignores correlation between open positions, so total risk can be far higher than the per-trade budget suggests
  • A too-large fraction can still lead to ruin even with disciplined per-trade sizing

Why it matters in practice

  • Position sizing, not signal quality, is usually what decides whether an account survives a losing streak
  • It is the single most direct lever a trader has over portfolio risk

Common mistakes

  • Sizing by available margin instead of by stop distance, so a tight-margin instrument invites an oversized position
  • Rounding lots UP to 'use the budget', which quietly pushes risk above the intended percentage
  • Increasing size after losses to 'win it back' (Martingale), which maximises the odds of ruin
  • Using a fixed number of lots on every trade regardless of stop distance, so risk swings wildly trade to trade
  • Forgetting that the point value changes with lot-size revisions, leaving the engine mis-sized
  • Treating leverage headroom as permission to trade bigger rather than as a mere feasibility check

Professional usage

Professional desks make sizing a first-class, testable module separate from signal generation. Managed-futures and CTA programs almost universally size on volatility (ATR or realised standard deviation) so that each market contributes a target risk unit, then scale the whole book to a portfolio volatility target. Sizing rules are version-controlled, unit-tested against known inputs, and monitored live, because a sizing bug is one of the fastest ways to breach risk limits without any signal being wrong.

Key takeaways

  • Decide the rupee risk first, then derive the quantity from the stop distance and point value
  • Units = (Capital × Risk%) ÷ (Stop distance × Point value); always round lots down
  • Fixed-fractional de-risks automatically; fixed-risk is simpler but harsher in drawdowns; volatility sizing normalises across instruments
  • Size on risk, never on available margin, and account for correlation across open positions

Frequently asked questions

What is position sizing in trading?
Position sizing is the decision of how many units, shares or lots to trade so that the position risks only a pre-set amount of capital if the stop is hit. It is calculated from the risk budget, the stop distance and the value of one point, independently of how confident the trader feels.
What is the position sizing formula?
A standard formula is Units = (Capital × Risk%) ÷ (Stop distance × Point value). You divide the rupees you are willing to lose by the rupees one unit would lose at the stop, then round down to whole lots.
What is the difference between fixed-fractional and fixed-risk sizing?
Fixed-fractional risks a percentage of current equity, so size shrinks in drawdowns and grows after wins. Fixed-risk stakes a constant rupee amount regardless of balance, which is simpler but does not de-risk automatically during a losing streak.
What is volatility-based position sizing?
It sets the stop distance and hence the size from a volatility measure such as ATR, so quiet instruments get larger positions and noisy ones smaller, keeping rupee risk roughly equal across very different markets.
How does ATR help with position sizing?
ATR estimates typical price movement, so placing a stop at a multiple of ATR adapts the stop to current volatility. Sizing off that ATR-based stop means each trade carries comparable risk whether the instrument is calm or turbulent.
Should position size reflect how confident I am in a trade?
Generally no. Detaching size from conviction keeps worst-case loss constant and prevents emotional over-sizing. If conviction is to matter, encode it explicitly in the strategy rather than by informally adding lots.
Why must I round lots down and not up?
Rounding up increases the actual rupee risk above the budget, defeating the purpose of sizing. Rounding down keeps the trade within the intended risk at the cost of using slightly less than the full budget.
Does a tighter stop mean I can trade a bigger position?
Yes, at the same rupee risk a tighter stop allows more units because each unit loses less if stopped. But a stop placed too tight just to enlarge size will be hit by normal noise, so the stop should reflect the strategy, not the desired quantity.
Should I size based on my available margin?
No. Margin decides whether a trade is feasible, not how big it should be. Sizing on margin invites oversized positions in low-margin instruments; size on stop-based risk and treat margin only as a secondary check.
How does position sizing relate to risk per trade?
Risk per trade sets the rupee budget (for example 1 percent of capital); position sizing converts that budget into an actual quantity given the stop distance. They are two halves of the same decision.
Can position sizing alone prevent ruin?
It greatly reduces the chance if the fraction is small and stops execute, but it cannot eliminate ruin. Correlation between positions, gap risk and an overall too-large risk fraction can still compound into severe drawdowns.
How do gaps affect a position-sizing calculation?
The formula assumes the stop fills near its level. An overnight gap or a fast market can fill well beyond the stop, so the realised loss exceeds the budget. This is why sizing is paired with limits on overnight exposure and worst-case gap assumptions.
Is position sizing the same across stocks, futures and options?
The principle is identical but the point value differs: for futures it is lot size times rupees per point, for options the premium and Greeks make the loss-per-unit non-linear, so a fixed stop distance is a rougher approximation and often needs a premium-based or delta-based budget instead.

Voice search & related questions

Natural-language questions people ask about Position Sizing.

How many lots should I trade?
Take the rupees you are willing to lose, divide by the loss one lot would take at your stop, and round down. That quantity, not a gut number, is your size.
What is the one percent rule for position size?
It means risking about one percent of your capital on a trade. On five lakh that is five thousand rupees of risk, which then decides your quantity given the stop.
Why do I keep blowing up even with good trades?
Usually the positions are too big for the stop distance. Fix the sizing so each trade risks a small fixed fraction, and one bad run stops ending the account.
Should I add more lots when I am sure?
Better not. Confidence is a poor guide to size and tends to grow just before losses. Keep the risk per trade fixed and let the strategy, not emotion, decide.
How do I size a quiet stock versus a wild one?
Use volatility sizing. Set the stop as a multiple of ATR, so the calm stock gets more units and the wild one fewer, and both risk the same rupees.
Is bigger size the way to make more money faster?
It also makes ruin faster. Oversizing raises both the upside and the odds you never recover from a drawdown, which is why professionals cap the fraction risked per trade.

Sources & references

    Last reviewed 11 July 2026. Educational content only — not investment advice. Markets and rules change; verify current conventions with SEBI, NSE/BSE and your broker.

    Educational content only — not investment advice. Examples use illustrative numbers and simplified models. Algorithmic trading and derivatives involve substantial risk. See our Risk Disclosure and SEBI Disclaimer.