Direct answer: the pivot point calculation in forex
Pivot points in forex are computed from a previous time period’s prices—typically the prior period’s high, low, and close—and then transformed into a set of reference levels (often a pivot point plus support and resistance levels). The essential idea is the same across common variants: you summarize the prior range and turn it into levels you can plot on the next period.
Explanation: inputs, formulas, and what each level means
Step 1: choose the time frame and the “prior” prices
Pick the time frame for the pivot levels (for example, prior day pivots used for the next day). Define the inputs from that prior period:
- H = prior period high
- L = prior period low
- C = prior period close
These definitions must match your chart settings; otherwise, the numbers you compute will differ.
Step 2: calculate the base pivot value
A commonly used pivot-point formula is:
- Pivot (P) = (H + L + C) / 3
Step 3: calculate support and resistance levels
A frequent set of levels is:
- Resistance 1 (R1) = (2 × P) − L
- Support 1 (S1) = (2 × P) − H
- Resistance 2 (R2) = P + (H − L)
- Support 2 (S2) = P − (H − L)
In plain terms: the distance between the prior high and low (H − L) is reused to project additional levels above and below the base pivot.
How it “works” in practice
Once you compute P, S1/S2, and R1/R2, you plot them and compare where the next period’s price trades relative to those levels. Pivot points are best understood as reference levels derived from historical prices, not as a rule that ensures outcomes.
Example and checks: verify the arithmetic and the assumptions
Quick arithmetic example (symbolic)
If you compute P from your chosen H, L, C, then:
- R1 must be symmetric with S1 around P only in the sense that both use the same pivot value and swap H/L in the subtraction.
- R2 is exactly P + (H − L), and S2 is exactly P − (H − L), so their distance from P equals the prior range.
Independent checks you can do
- Check your units: forex platforms may display prices with different decimal places; your arithmetic uses the displayed numeric values.
- Check your “prior” period: using the prior week vs prior day changes H, L, and C.
- Check the variant: some pivot-point methods use additional terms (for example, including an extra weight for the close). If you use a different variant, the levels will not match.
Limitations and risks: uncertainty, data choices, and non-guarantees
- Time-frame sensitivity: pivot levels depend directly on which period you use for H, L, and C.
- Variant differences: multiple pivot formulas exist; mixing a formula from one source with inputs from another can produce misleading comparisons.
- No outcome guarantee: pivot points are derived from past prices and are used as technical reference levels, not as a certainty about future movement.
Because the method is formula-based, the most important risk is not “wrong math,” but mismatched assumptions (wrong time frame, wrong prior-close definition, or different pivot variant). Verifying with your chart’s chosen time frame and data definitions reduces that risk.