Mechanism and definition
Pip based position sizing is a way to choose a trade size so that a move of a certain number of pips corresponds to a target change in account value (for example, loss if price moves against a position). The core idea is simple: estimate how much one pip is worth for the instrument and then scale position size to match the desired monetary impact.
In practice, the calculation typically needs inputs such as:
- the distance to the reference move (in pips)
- the pip value per unit of position (how much one pip costs or earns per lot/contract size)
- the intended risk or impact amount in account currency
A key point is that pip based sizing is a mapping from “pips” to “money.” If that mapping is wrong, the position size will be wrong too.
Where it can break: failure modes
Even when the mechanics are correct, several limitations can cause the approach to be less useful or even misleading:
-
Pip value assumptions may not match reality Pip value depends on instrument details (contract size, quoted pricing format, and how pips are defined for that market) and can require currency conversion if the account currency differs from the instrument’s quote currency. If any of these assumptions are off—such as using an incorrect pip definition (e.g., fractional pip conventions) or an inaccurate conversion rate—the computed pip value can deviate, and the resulting position size will not produce the intended money-per-pip relationship.
-
Execution uncertainty changes costs and outcomes Pip based sizing often treats the entry and exit prices as if they will be achieved exactly and treats spread or trading costs as if they are either fixed or negligible. In real conditions, fills can occur at different prices than expected, and spreads can widen. That means the realized pip distance and the realized net cost per pip may differ from what the sizing calculation assumes.
-
The “risk per pip” concept is not time-invariant Forex prices are not guaranteed to move in tidy, repeatable increments. The relationship between “a given pip move” and “account impact” can be affected by timing (when a move happens), the trading venue’s pricing model, and additional costs that are not captured in a simplified pip-to-money conversion.
-
Rounding and unit mismatches scale into larger errors Many position sizing formulas require converting between lot sizes, contract units, and account currency values with decimals. If you round lot size to what is allowed, or you mistakenly treat pip counts or decimals incorrectly, the error can be small for one trade but larger when multiplied across multiple positions or repeated attempts.
Example limitations and verification
Consider a simplified scenario: you assume one pip is worth a fixed monetary amount for a given position size, then scale size so that a specified pip move corresponds to a chosen monetary amount. This can work as a mechanical conversion.
However, verifying whether it holds requires checking at least three things:
- Contract and pip definition: Does your platform define pips and contract sizing the same way your calculation assumes?
- Pip value consistency: If you compute pip value from instrument specs, does the platform’s reported profit/loss for a controlled price change align with “money per pip”?
- Net effects: Do commissions, swaps/rollover, and spreads meaningfully change the net result versus the estimate?
If any check fails, the limitation is not the idea of converting pips to money, but the mismatch between your assumptions and the actual execution and instrument/account mechanics.
Limitations and risks summary
Pip based position sizing is best viewed as a model with inputs. Its main limitation is that it can only be as accurate as the assumptions behind pip value, pip definition, pricing, and costs. Because market conditions and execution can vary, the approach does not guarantee that a chosen pip distance will translate to the same monetary impact in every circumstance. Historical behavior and previous calculations also do not establish future results.
To use it in an evidence-based way, you should be able to independently verify your pip definition, pip value computation, and how your platform translates price moves into profit/loss after costs and rounding constraints.