The exact definition of pip, pipette and point in MetaTrader. Learn how to calculate the dollar value of a pip per lot and why it is the base unit of risk management.
"This month the system is up +340 pips". Phrases like this flood trading social media, and yet most of the people repeating them couldn't answer a basic question: how many dollars are 340 pips?
The uncomfortable answer is: it depends on the lot size. And that dependency is exactly why the pip is the most misunderstood (and most marketing-abused) unit of measurement in the entire Forex ecosystem.
Today we break down what a pip is, how its value is calculated in real money, and why no institutional risk management system can work without mastering this arithmetic.
What Is a Pip: The Technical Definition
A pip (Percentage in Point) is the standardized minimum unit of price variation in a currency pair.
- In most pairs (EURUSD, GBPUSD, AUDUSD...), a pip is the fourth decimal: 0.0001. If EURUSD moves from 1.0850 to 1.0851, it has moved 1 pip.
- In Japanese Yen pairs (USDJPY, GBPJPY), a pip is the second decimal: 0.01. If USDJPY moves from 155.20 to 155.30, it has moved 10 pips.
Pip vs Pipette (Point): The 5-Decimal Trap
Modern brokers quote with one extra decimal of precision (5 decimals on EURUSD, 3 on USDJPY). That fifth decimal is called a pipette or point: one tenth of a pip.
This matters because MetaTrader 5 and many Expert Advisors work internally in points, not pips. A Stop Loss configured as "500" in an EA's code usually means 500 points = 50 pips. Confusing the two units multiplies (or divides) your risk by 10.
How the Value of a Pip Is Calculated
The general formula is:
Pip value = (pip size / exchange rate) × contract size
In practice, for pairs where the USD is the quote currency (EURUSD, GBPUSD), the arithmetic simplifies and stays fixed:
- 1 standard lot (100,000 units): 1 pip = $10 USD
- 1 mini lot (0.10 lots / 10,000 units): 1 pip = $1 USD
- 1 micro lot (0.01 lots / 1,000 units): 1 pip = $0.10 USD
For pairs where the USD is not the quote currency (like USDJPY), the pip value fluctuates slightly with the exchange rate, but MetaTrader calculates it automatically in the symbol specification.
Real Example: Translating Pips into Dollars
An algorithm opens a 0.01-lot position on EURUSD with a Stop Loss at 60 pips:
- Real risk = 60 pips × $0.10 = $6 USD
- On a $1,000 account, that is a 0.6% risk: institutional management.
- On a $50 account, that same Stop Loss compromises 12% of the capital: statistical suicide, as we break down in our minimum capital analysis.
Why the Pip Is the Foundation of Quantitative Risk Management
The "+340 pips" of a signals channel mean nothing without context. A system can gain 340 pips with 0.01-lot trades and lose 500 pips with 0.50-lot trades: the net result in dollars would be catastrophic despite a positive "pip count".
That is why serious algorithmic trading never measures performance in pips, but in:
- Percentage return on capital (audited, not in screenshots).
- Maximum drawdown as a percentage: the survival metric we explain in our Max Drawdown article.
- Risk per trade, calculated as: lots × SL distance in pips × pip value.
The pip is just the unit of measurement. Real risk appears when you multiply it by your lot size.
> [!TIP]
> Let the engine do the math for you
> In the AbacuQuant Portfolio Builder you don't need to convert pips to dollars manually: you select the instruments, define the lot size according to your capital, and the system shows you the projected combined drawdown of your portfolio in dollars and percentage, before risking a cent.