Pivot Points¶
OVERVIEW¶
Pivot points are a set of horizontal price levels — one central pivot plus several support and resistance lines — derived mathematically from the prior trading session's high, low, and close. They are widely used by futures, forex, and equity day traders as objective reference levels for intraday support, resistance, and bias. The standard "Floor Pivots" formula was popularized by Chicago floor traders in the 1980s and remains the default on Tapeboard charts; variants include Camarilla, Woodie, DeMark, and Fibonacci pivots.
Note
Pivot points are arithmetic calculations, not predictive signals. They give equal weight to every session's high, low, and close regardless of how price moved during that session.
FORMULA¶
Standard Floor Pivots derive all levels from the prior period's high (H), low (L), and close (C).
| Level | Formula |
|---|---|
| Pivot (P) | (H + L + C) / 3 |
| Resistance 1 (R1) | (2 × P) − L |
| Support 1 (S1) | (2 × P) − H |
| Resistance 2 (R2) | P + (H − L) |
| Support 2 (S2) | P − (H − L) |
| Resistance 3 (R3) | H + 2 × (P − L) |
| Support 3 (S3) | L − 2 × (H − P) |
Session bias rule: price trading above P signals bullish bias; below P signals bearish bias. R1/S1 are the first reaction zones, R2/S2 the secondary zones, and R3/S3 are extreme levels that print only on outsized sessions.
PIVOT VARIANTS¶
Tapeboard supports five pivot calculation methods. Select a variant from the Pivot Type dropdown in chart settings.
| Variant | Basis | Best For |
|---|---|---|
| Floor (default) | HLC average | General intraday reference |
| Camarilla | Close-weighted | Tight fade ranges |
| Woodie | Close-weighted with open | Open-range traders |
| DeMark | Conditional on close vs. open | Trend-day bias |
| Fibonacci | HLC with Fib ratios | Level confluence with retracements |
Tip
Floor Pivots and Fibonacci Pivots are most commonly overlaid together. Use the Add Indicator panel to stack both on a single chart without duplicating the pivot line.
WORKED EXAMPLE¶
SPY — May 5, 2026 session: High $521.10 · Low $516.40 · Close $520.40
Calculated pivots for May 6, 2026:
| Level | Calculation | Value |
|---|---|---|
| P | (521.10 + 516.40 + 520.40) / 3 | $519.30 |
| R1 | (2 × 519.30) − 516.40 | $522.20 |
| S1 | (2 × 519.30) − 521.10 | $517.50 |
| R2 | 519.30 + (521.10 − 516.40) | $524.00 |
| S2 | 519.30 − 4.70 | $514.60 |
Reading the levels: If SPY opens May 6 at $520.20, price is above the pivot — bullish bias. The first resistance test is $522.20 (R1) and the first support cushion is $517.50 (S1). A break above R1 with relative volume above 1.5 opens R2 at $524.00 as the next target.
HOW TO USE¶
Pivot points support three primary trading approaches:
Bias confirmation Price above the daily pivot favors long setups; below favors short setups. Use as a simple bullish/bearish session toggle before placing directional orders.
Fade levels Short R1 or R2 in choppy, range-bound sessions. Buy S1 or S2 dips when the broader trend is up. Pivots work as mean-reversion anchors when price is not trending.
Breakout entries A session that opens between R1 and R2 and then breaks R2 with elevated volume often extends toward R3. Monitor Tapeboard's relative volume column alongside pivot levels to confirm breakout quality.
Tip
Pivot points also apply to weekly and monthly timeframes. Switch the Pivot Period setting from Daily to Weekly or Monthly to project zones for swing trades using the prior period's HLC.
LIMITATIONS¶
| Limitation | Detail |
|---|---|
| No volume weighting | A quiet drift and a panic flush produce identical pivots if HLC values match. A pivot test on thin tape carries no more weight than one on a volume spike. |
| Arithmetic, not predictive | Levels are calculated outputs. Price has no obligation to react at any given level. |
| Gap sensitivity | Overnight gap moves can invalidate intraday pivots. On major news days, price may slice through every level without reaction. |
| Self-fulfilling behavior | Heavy retail usage means algorithms sometimes run stops just past R1 or S1 to flush orders before reversing. |
Note
Always confirm pivot-level reactions with a secondary indicator — such as VWAP, relative volume, or a Volume Profile node — before acting on a touch alone.