# Woodie Pivots

A Support/Resistance & Levels concept (Pivot families) in the LuxAlgo Library, with 1 indicator implementation.

## What are Woodie Pivots?

Woodie pivots are a variant of the classic pivot-point set, named for the trader Ken Wood (Woodie), that changes the weighting of the central pivot. Where [floor pivots](https://www.luxalgo.com/library/concept/floor-pivots/) average the prior period's high, low, and close equally, the most widespread Woodie formulation double-weights the close: pivot = (prior high + prior low + 2 x prior close) / 4. The surrounding levels follow the familiar structure: R1 = 2 x pivot minus the prior low, S1 = 2 x pivot minus the prior high, with R2 and S2 adding or subtracting the prior high-low range.

Definitions vary by source. Implementations closer to the original convention substitute the current session's open for the close, so the pivot absorbs the overnight gap and the whole ladder shifts to reflect where today actually opened. Both versions coexist on charting platforms, which is why two Woodie overlays can disagree on the same chart; check which input yours uses.

The name comes from Ken Wood, who ran a large free online trading community in the early 2000s and is best known for his CCI-based methods. The pivot calculation that circulated under his name spread from there into mainstream charting packages alongside the classic floor formula. The open-based formulation matches an intraday focus: index futures routinely gap overnight, and a pivot anchored purely to yesterday's close can leave the entire ladder stranded away from where trading actually resumes.

Like every pivot calculation, Woodie levels are objective: anyone using the same inputs and session definition draws identical lines before the session begins, which removes the discretion involved in hand-drawing an [S/R zone](https://www.luxalgo.com/library/concept/s-r-zone/). That objectivity is also the honest limit of the tool. The levels are arithmetic projections from one prior period, not memories of actual transactions, so their value comes from how price behaves on arrival, and many traders formalize those reactions with explicit [level interaction rules](https://www.luxalgo.com/library/concept/level-interaction-rules/) rather than assuming every touch will hold.

## How to identify Woodie pivots on a chart

Woodie pivots are computed rather than drawn, so identification is about applying the right calculation and confirming which variant you are looking at.

1. Apply a pivot-point indicator that offers a Woodie mode and choose the anchor period: prior day for intraday charts, prior week or month for swing timeframes.
2. Verify the formula. Hand-calculate the central pivot from yesterday's high, low, and close; if it does not equal (high + low + 2 x close) / 4, the tool is likely using the open-based variant.
3. Read the ladder: the central pivot in the middle, R1 and R2 above, S1 and S2 below. Note where the session opens relative to the pivot, since many playbooks key off that relationship.
4. Overlay the classic floor calculation to see the difference: after a strong directional day or an opening gap the two pivots separate, and the distance between them shows how much the extra close or open weighting mattered.
5. Mark confluences where a Woodie level lands near an independent reference such as a [prior period level](https://www.luxalgo.com/library/concept/prior-period-levels/) or a [period open](https://www.luxalgo.com/library/concept/period-opens/); agreement between unrelated calculations is what most practitioners actually trade.

## How traders use it

- As an intraday S/R ladder: like other pivot sets, the levels are computed once from the prior period and left in place, with the central pivot read as the session's bias line (trade above it favors longs, below it favors shorts).
- When gaps matter: the open-based variant is favored by traders who want the overnight gap priced into the levels rather than anchoring everything to yesterday's close.
- In multi-set comparisons: some traders overlay Woodie, [Camarilla](https://www.luxalgo.com/library/concept/camarilla/), and [Fibonacci pivots](https://www.luxalgo.com/library/concept/fibonacci-pivots/) and give extra weight to prices where several calculations agree.
- For targets and stop placement: a long taken at the pivot commonly uses R1 as the first objective with a stop beyond the nearest level below, keeping risk defined by prices that existed before the trade.
- As a swing framework on higher anchors: weekly and monthly Woodie pivots give position traders [support](https://www.luxalgo.com/library/concept/support-level/) and [resistance](https://www.luxalgo.com/library/concept/resistance-level/) references that update only once per period.
- As one input in confluence checks: a Woodie level that coincides with an independent reference such as a major [option strike](https://www.luxalgo.com/library/concept/option-strike-walls/) or a prior weekly extreme tends to attract more attention than a level standing alone.

## Woodie pivots vs. other pivot calculations

- **Floor Pivots** (https://www.luxalgo.com/library/concept/floor-pivots/): Identical architecture, different center: floor pivots weight the prior high, low, and close equally, while Woodie double-weights the close or substitutes the open. After quiet mid-range closes the two ladders nearly overlap; after trend days or gaps they diverge.
- **Camarilla** (https://www.luxalgo.com/library/concept/camarilla/): Camarilla projects its levels from the prior close using fractions of the range, and its playbook centers on fading moves into R3/S3. Woodie keeps the classic pivot grammar of a central bias line with symmetric supports and resistances.
- **Fibonacci Pivots** (https://www.luxalgo.com/library/concept/fibonacci-pivots/): Fibonacci pivots keep the standard central pivot but space the R and S levels at 38.2%, 61.8%, and 100% of the prior range. Woodie changes the pivot itself and keeps the standard spacing.
- **Prior Period Levels** (https://www.luxalgo.com/library/concept/prior-period-levels/): Prior period levels mark where price actually traded, such as yesterday's high, low, and close, while Woodie levels are arithmetic projections from those prices. Many intraday traders plot both and treat agreement between them as the signal.

## FAQ

### How are Woodie pivots calculated?

The common platform version sets pivot = (prior high + prior low + 2 x prior close) / 4, then R1 = 2 x pivot minus the prior low, S1 = 2 x pivot minus the prior high, and R2/S2 = pivot plus or minus the prior range. An alternative tied to the original convention replaces the close with the current session's open, so the set adjusts for overnight gaps. Verify which formula your platform implements.

### How do Woodie pivots differ from classic floor pivots?

Only in the central pivot's inputs. Classic floor pivots weight the high, low, and close equally; Woodie either double-weights the close or uses today's open, tilting the pivot toward the most recent information. When the close sits mid-range the two sets nearly coincide; after a strong directional day or an opening gap they diverge, and every level in the ladder shifts with the pivot.

### Which timeframe do Woodie pivots work best on?

They are most associated with intraday trading: daily-anchored pivots plotted on 1- to 15-minute charts. The arithmetic works on any anchor, and weekly or monthly Woodie pivots are common for swing context. What matters is that the anchor period is large relative to the chart timeframe, so the levels frame many bars rather than a handful.

### Do Woodie pivots work on crypto and forex?

The formula applies anywhere a prior period can be defined, but the session definition does the heavy lifting. Continuous markets have no official close, so platforms use an exchange or server midnight, and different session conventions produce different levels. The open-based variant also loses its rationale when there is no overnight gap, since the open then equals the prior close almost exactly.

### Why do Woodie pivot values differ between platforms?

Three reasons: the close-weighted versus open-based formula choice, different session boundaries (exchange close, midnight UTC, electronic versus pit hours), and data feeds printing slightly different highs and lows. Comparing the central pivot against a hand calculation reveals which convention a platform uses.

### Is there an R3 or S3 in the Woodie system?

Many platforms extend the set with R3 = prior high + 2 x (pivot minus prior low) and S3 = prior low minus 2 x (prior high minus pivot), matching the classic extensions. Sources disagree on whether these belong to the original Woodie convention, so treat extended levels as a platform choice rather than a canonical part of the formula.

### Are Woodie pivots better than standard pivots?

There is no rigorous public evidence that any pivot weighting outperforms the others. The Woodie versions tilt the ladder toward the most recent information, which helps when closes are directional or opens gap, and changes little when the close sits mid-range. Most practitioners pick one convention, learn how price behaves around it, and stay consistent.

## Implementations in the Library

- Woodie Pivots (LuxAlgo): https://www.luxalgo.com/library/indicator/woodie-pivots/

## Related concepts

- Pivot Points: https://www.luxalgo.com/library/concept/pivot-points/
- Floor Pivots: https://www.luxalgo.com/library/concept/floor-pivots/
- Camarilla: https://www.luxalgo.com/library/concept/camarilla/
- DeMark Pivots: https://www.luxalgo.com/library/concept/demark-pivots/
- Fibonacci Pivots: https://www.luxalgo.com/library/concept/fibonacci-pivots/
- Central Pivot Range: https://www.luxalgo.com/library/concept/central-pivot-range/

---

Source: https://www.luxalgo.com/library/concept/woodie-pivots/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/