The one formula that matters more than every indicator combined.
intermediate · 3 min read · 20 XP
This lesson contains the single most useful piece of arithmetic in retail trading. By the end you will be able to size any trade so that being wrong costs exactly what you decided in advance.
Almost every new trader thinks in the wrong order: how much can I make? The professional order is the reverse — decide what a loss costs, then work backwards.
The rule: risk a fixed, small percentage of the account on each trade. Commonly 0.5% to 2%. This is risk-per-trade, and it is the input everything else depends on.
Why a percentage rather than a fixed amount? Because it scales automatically. As the account grows, position sizes grow with it; as it shrinks, they shrink — reducing risk exactly when the strategy is struggling, without you having to remember to do it.
position size = risk amount ÷ (stop distance in pips × pip value per lot)
Worked through:
$100 ÷ (25 × $10) = 0.40 standard lots
If the stop is hit you lose $100. Exactly $100. Not "about" $100.
Notice what determines the size
The stop distance does. A wider stop means a smaller position; a tighter stop means a larger one. The money at risk never changes. This inverts the intuition that a wide stop is "riskier" — it is only riskier if you fail to adjust the size, which is precisely the mistake this formula prevents.
Size this trade
Interactive exercise — enable JavaScript to try it.
"I always trade 0.1 lots" sounds disciplined and is the opposite.
With a 10-pip stop, 0.1 lots risks $10. With a 100-pip stop, the same 0.1 lots risks $100 — ten times as much, from an identical-looking decision. Your risk is now set by whatever stop the chart happened to require, which is to say: by accident.
The $10-per-pip figure applies when the quote currency is USD. For others:
Most platforms compute this for you. The important thing is to check, not assume, because a wrong pip value silently multiplies your risk.
Rounding
Always round down. Rounding 0.1875 up to 0.19 means you are risking more than your rule allows. It is a tiny amount on one trade and a systematic overexposure across a thousand.
What to remember
Size every position so that being wrong costs a fixed, small percentage of the account: position size = risk amount ÷ (stop distance × pip value). The stop distance sets the size while the money at risk stays constant — which is why a fixed lot size is dangerous and a fixed percentage is not.