NuvoraSyncNuvoraSync
Educational guideRisk & analytics8 min readUpdated June 2026

How Position Sizing Works

Position sizing converts a risk decision — how much of the account a single trade may lose — into the volume you actually type into a MetaTrader order ticket. The calculation runs through a short chain: risk budget, money at risk, stop distance, pip value, and finally lots. What follows walks through that chain and the standard formula, the currency conversion hiding inside pip value, why trading a fixed lot size quietly distorts risk, and a complete worked example.

Key takeaways

  • Position size is derived backwards: fix the loss you accept if the stop is hit, then solve for the volume that produces exactly that loss.
  • The standard formula is lots = risk amount ÷ (stop distance in pips × pip value per lot).
  • Pip value starts in the quote currency; when that differs from your account currency, one conversion at the current rate is required.
  • Fixed-lot sizing lets stop distance set your risk: at the same volume, a 60-pip stop loses three times more than a 20-pip stop.
  • Brokers accept volume only on a lot step (often 0.01), so the calculated size is rounded down and the actual risk re-checked.
  • Margin is a separate constraint — it limits how large a position you can open, not how much the stop loss costs.

One question, answered backwards

Position sizing answers a single question: if this trade hits its stop loss, how much money leaves the account? Entry, stop and target are decisions about the market. Volume is the one input on the ticket that is purely about you — and it is the only one that controls what a losing trade costs.

The reliable way to choose it is to work backwards. Fix the acceptable loss first, then solve for the volume that produces exactly that loss at the stop. Five quantities connect in a chain:

Each link is plain arithmetic. The first two fix how much may be lost; stop distance and pip value translate price movement into money; the final division turns it all into a volume.

The position sizing formula

lots = risk amount ÷ (stop distance in pips × pip value per lot)

risk amount
money at risk in account currency, e.g. 1% of 10,000 = 100
stop distance
entry price to stop-loss price, measured in pips
pip value per lot
what one pip moves a 1.00-lot position, in account currency

The denominator is the cost of the full stop distance for one standard lot. On EUR/USD with a USD account, one pip on 1.00 lot is worth $10, so a 25-pip stop costs $250 per lot. With a $100 budget, the account can afford 100 ÷ 250 = 0.40 lots. Halve the stop to 12.5 pips and the same budget affords 0.80 lots; double it to 50 pips and it affords 0.20.

One requirement is easy to miss: every term must be expressed in the same currency. That is where the only genuinely fiddly part of the calculation lives.

Pip value and your account currency

Pip value starts in the quote currency — the second currency of the pair. One pip on one standard lot is always 0.0001 × 100,000 = 10 units of the quote currency (1,000 units for JPY-quoted pairs, where a pip is 0.01 — see the pip guide for the conventions). Whether those 10 units are already your money depends on the account currency.

Pip value per standard lot for different pair and account currency combinations
PairAccount currencyPip value per 1.00 lot
EUR/USDUSD$10 — quote currency matches the account, no conversion
USD/JPYUSD¥1,000 ÷ 146.00 ≈ $6.85 — converted at the current USD/JPY rate
EUR/USDEUR$10 ÷ 1.0850 ≈ €9.22 — converted at the current EUR/USD rate

Because the conversion uses a live exchange rate, pip value in account currency drifts as prices move. Platforms and calculators handle this automatically, but it explains why the “same” position can carry slightly different risk on different days.

Why fixed lot sizes distort risk

A common shortcut is to trade the same volume on everything — say 0.50 lots, every trade. The problem is that the formula then runs forwards instead of backwards: money at risk becomes a by-product of stop distance rather than a decision. Two equally sensible stops of different widths produce very different losses.

Fixed-lot sizing versus one-percent-risk sizing on two EUR/USD trades with different stop distances, 10,000 USD account
Sizing methodTrade A — 20-pip stopTrade B — 60-pip stop
Fixed 0.50 lots$100 loss at the stop = 1.0% of account$300 loss at the stop = 3.0% of account
1% risk ($100)0.50 lots → $100 loss = 1.0%0.16 lots → $96 loss ≈ 1.0%

Same account, same fixed size — yet trade B risks three times more, simply because its stop is wider. Percent-risk sizing inverts the relationship: the wider stop gets a smaller position, and every losing trade costs roughly the same fraction of the account. Over a long series of trades, that consistency is what makes statistics such as drawdown and expectancy meaningful — a mixed history of 1% and 3% losses is much harder to interpret.

A wider stop is not automatically more risk. With percent-risk sizing, stop distance changes the position’s size, not its cost.

Rounding to your broker's lot steps

Brokers accept volume only in increments: a minimum lot (often 0.01), a volume step (often 0.01) and a maximum. The raw formula output is almost never exactly on a step, so it has to be rounded — and the safe direction is down, because rounding up risks more than the budget allows.

  • $100 ÷ (27 pips × $10) = 0.3704 lots → rounds down to 0.37 on a 0.01 step.
  • After rounding, recompute the actual risk: 27 × $3.70 = $99.90 — slightly under budget, as intended.
  • If the calculated size falls below the broker’s minimum volume, the trade cannot be taken at that risk level — the options are a smaller budget, a structurally tighter setup, or no trade.
On small accounts the minimum lot is often the binding constraint. A 0.01-lot EUR/USD position with a 30-pip stop loses about $3 at the stop — already 3% of a $100 account, no matter what risk percentage was intended.

Sizing and margin are different constraints

Position size determines what a trade loses if the stop is hit. Margin determines whether the broker lets you open the position at all. They are computed from different inputs and answer different questions.

Risk (sizing)

Driven by volume and stop distance. A 0.37-lot EUR/USD position with a 27-pip stop loses about $100 — at 1:30 leverage or 1:500, the stop costs the same.

Margin (collateral)

Driven by notional value and leverage. 0.37 lots of EUR/USD is roughly $40,100 notional; at 1:100 it reserves about $401 of margin, at 1:30 about $1,338.

Notice that leverage never appears in the sizing formula. It changes how much margin a position locks up, not what the stop loss costs — a distinction unpacked in the margin and leverage guide. A trade can pass the risk check and still fail the margin check on an account with many open positions, so both constraints have to clear before the order is placed.

A worked example, end to end

Sizing a EUR/USD trade on a 10,000 USD account

  • Risk budget: 1% of $10,000 = $100.
  • Planned trade: buy EUR/USD at 1.0850, stop loss at 1.0823.
  • Stop distance = 1.0850 − 1.0823 = 0.0027 = 27 pips.
  • Pip value = 0.0001 × 100,000 = $10 per pip per 1.00 lot (quote currency matches the account).
  • Lots = 100 ÷ (27 × 10) = 0.3704 → round down to 0.37 on a 0.01 step.
  • Actual risk after rounding: 27 pips × $3.70 per pip = $99.90 ≈ 1.0% of the account.
  • Margin check at 1:100 — 37,000 EUR × 1.0850 ÷ 100 ≈ $401 reserved: comfortably clear.

The same arithmetic — with the pip-value conversion handled for any pair and account currency — runs in the free Position Size Calculator. And the reverse check is just as useful: reviewing the percentage each past trade in your own MetaTrader history actually risked shows quickly whether sizing was a plan or an accident.

Frequently asked

What percentage of my account should one trade risk?

There is no single correct figure, and this guide does not recommend one. Educational examples often illustrate the math with 0.5–2%, but the mechanics matter more than the number: whatever budget you choose, percent-risk sizing keeps it constant from trade to trade, and smaller budgets produce shallower drawdowns when losses cluster.

How do I calculate lot size when the quote currency is not my account currency?

Compute pip value in the quote currency first, then convert. On USD/JPY one pip per standard lot is 1,000 yen; with USD/JPY at 146.00 that is about $6.85 for a USD account. The formula is unchanged — only the pip-value input is converted.

Does a wider stop loss mean more risk?

Only with fixed-lot sizing, where money at risk scales linearly with stop distance. With percent-risk sizing the wider stop is offset by a smaller volume, so the loss at the stop stays at the same fraction of the account.

Why does my broker reject or adjust the lot size I calculated?

Every symbol has a minimum volume, a volume step and a maximum volume set by the broker. A raw formula output like 0.3704 lots has to be rounded to the step (down, to stay inside the budget), and if it falls below the minimum volume the trade cannot be opened at that risk level.

Related guides

Related free tools

Free, no login required.

Related NuvoraSync features

Sources & further reading

Want to analyze your own MetaTrader account data automatically?

NuvoraSync is a read-only MetaTrader journal and analytics workspace. Connect MT4 or MT5 once and your trades, drawdown and performance update on their own — no manual entry, no signals, just your own data.

This article is for educational purposes only. It does not provide trading signals, investment advice, financial recommendations, broker recommendations or trade execution. Calculations are based on user inputs and are estimates only.