Daily Pivots: definition and inputs
Daily pivots are a set of price levels (commonly including a central “pivot” level plus support and resistance levels) calculated from the previous trading day’s high, low, and closing price. The purpose is to create reference levels that traders and analysts can observe on future sessions.
A worked example is helpful because the calculations are deterministic once you choose the formula and the inputs (the prior day’s H, L, C). In this article, there is no real-time market data: the numbers below are assumptions so you can verify the math.
How the calculation works
Different providers and textbooks may use slightly different pivot-point formulas, but many daily pivot systems follow a common structure:
- Choose the previous day’s values:
- H = previous day high
- L = previous day low
- C = previous day close
- Compute the pivot (often called P):
- P = (H + L + C) / 3
- Compute support and resistance levels using P plus or minus the “range” component (H − L):
- S1 = 2P − H
- R1 = 2P − L
- S2 = P − (H − L)
- R2 = P + (H − L)
Assumption for verification: the formula above is the one used in this worked example. If a platform uses a different variant, your computed values may not match.
Worked numerical example (with stated assumptions)
Assume the prior day had:
- H = 1.2000
- L = 1.1900
- C = 1.1950
Step 1: Pivot level
- P = (H + L + C) / 3
- P = (1.2000 + 1.1900 + 1.1950) / 3
- P = 3.5850 / 3
- P = 1.1950
Step 2: First support and resistance
- S1 = 2P − H = 2(1.1950) − 1.2000 = 2.3900 − 1.2000 = 1.1900
- R1 = 2P − L = 2(1.1950) − 1.1900 = 2.3900 − 1.1900 = 1.2000
Step 3: Second support and resistance
- H − L = 1.2000 − 1.1900 = 0.0100
- S2 = P − (H − L) = 1.1950 − 0.0100 = 1.1850
- R2 = P + (H − L) = 1.1950 + 0.0100 = 1.2050
Result (for the next day’s reference levels):
- Pivot P = 1.1950
- S1 = 1.1900
- R1 = 1.2000
- S2 = 1.1850
- R2 = 1.2050
Independent verification method: you can plug the same assumed H, L, C into the formulas above and re-derive the same values.
Limitations, failure modes, and what can be independently checked
Daily pivots are descriptive levels, not forecasts. Even with correct math, several uncertainties remain:
-
Wrong inputs (common failure mode): If you use the current day’s high/low instead of the previous day’s, or you use a different “session close” definition than your data source, the levels will differ. Independent check: confirm which day’s H/L/C are used and the exact definition of “close.”
-
Formula differences across providers: Some systems use alternative equations or additional components. If your platform’s method differs, your numbers may not match this example. Independent check: compare the provider’s pivot formula.
-
Market conditions and costs affect outcomes: Even if price touches or crosses these levels, actual results depend on spread, slippage, execution timing, and volatility. These are variable and not captured by the pivot calculation itself.
-
Treating levels as standalone signals: A pivot line alone cannot prove direction, momentum, or risk control. Independent check: evaluate pivots alongside the broader context you use (for example, whether price action is consistently aligned with the level).
Verification and next questions to answer
To verify Daily Pivots yourself, write down:
- which prior day you are using,
- the exact H/L/C inputs,
- the pivot formula variant,
- and then recalculate P, S1, R1, S2, and R2.
If you want to go further, the most important next question is not “do pivots work,” but “what exact formula and session definitions does my data source use, and how should I interpret touches or breaks relative to my own criteria?”