Direct answer
Errors that affect a Pip Based Position Sizing usually come from incorrect pip value inputs. In practice, four categories dominate: stale (delayed) prices, quote convention mismatches, contract size misunderstandings, and currency conversion mistakes. Even when the formula is correct, these input errors can cause the position size to be off.
Mechanism or definition
“Pip Based Position Sizing” is the process of choosing a trade size so that a defined move in pips corresponds to a target monetary amount (for example, a fixed amount per pip movement). To do this, you need an estimate of the pip value in your account currency.
A typical calculation conceptually uses:
- Instrument quote convention: how many decimal places define one pip for that instrument.
- Contract size: how much notional exposure one “lot” (or one unit) represents.
- Pip value: the monetary value of one pip move per unit of position.
- Currency conversion: converting the pip value from the instrument’s pricing currency into the account currency.
The key point is that pip value is not universal. It depends on both the instrument and the conversion path you assume.
Evidence or example
1) Stale prices and delayed quotes
If the price you use to infer pip value (or to determine the relevant conversion rate) is outdated, your pip value estimate can be wrong. For instance, if you convert pip value using an exchange rate that has moved since the price snapshot, the computed pip value no longer matches the live conditions assumed by the sizing.
A related failure mode is mixing timestamps: you might use a recent price for one step and an older price for another step. That inconsistency can create a position size error even if each individual step seems reasonable.
2) Quote conventions and pip definitions
“Pip” is tied to how an instrument is quoted (decimal places and whether the market uses fractional pip pricing). If you apply a pip definition intended for one convention to an instrument quoted under another convention, the pip-to-price translation changes.
A simple way to see the impact: if you treat a pip as one decimal place when it should be a different increment, the monetary value per pip changes proportionally, and the resulting position size shifts.
3) Contract size assumptions
Contract size links position units (like a standard lot) to underlying notional exposure. Errors occur when:
- You assume the wrong contract size for the instrument.
- You use “units” versus “lots” incorrectly.
- You apply contract size rules from one provider or product variant to another.
If contract size is off by a factor, pip value is typically off by the same factor, directly scaling the position size error.
4) Currency conversion mistakes
Many instruments price one currency against another (the “quote” currency). If your account currency is different, pip value must be converted. Common errors include:
- Converting in the wrong direction (multiplying vs dividing).
- Using a conversion rate that does not correspond to the pricing currency pair you actually need.
- Relying on an indirect conversion path when a direct rate is assumed elsewhere.
Because conversion involves additional inputs, it adds another place where assumptions can diverge from what the platform uses during execution.
Limitations and risks
- No real-time data guarantee: Sizing depends on the accuracy and timing of inputs; without current quote and conversion information, any pip value estimate can be stale.
- Variable execution conditions: Costs like spreads, commissions, and execution slippage can change realized outcomes compared with a purely theoretical pip-to-money mapping.
- Historical relationships do not ensure future results: Even if pip value behavior looked consistent in prior examples, market and provider conditions can change.
A material limitation is that “pip-based” sizing treats pip movement as the driver. In real execution, the mapping from price movement to account currency P&L can differ due to conversion timing and trade costs.
Verification or next question
To independently verify your pip-based position sizing assumptions, check each required input separately:
- Confirm the instrument’s pip increment under the quote convention you are using. - Confirm the contract size definition for the exact instrument and unit type. - Confirm which currency the pip value is computed in before conversion.