Concept

Pivot Strength

Pivot Strength is a Market Structure concept. The Library holds 1 implementations, each one a working definition you can pull into Quant.

left/right bars

Top Pivot Strength indicators

1 total

What is Pivot Strength?

Pivot strength is the bar-count rule that defines a swing point: a pivot high of strength N is a bar whose high exceeds the highs of the N bars to its left and the N bars to its right, with the mirror definition for pivot lows (left and right counts can be set independently). The larger the strength, the more neighbors the bar must dominate, so fewer and more significant pivots survive. The Williams fractal is the fixed strength-2 special case, and general swing high/low detection is usually this rule with adjustable settings.

Strength buys significance with delay. A pivot cannot be confirmed until every right-side bar has closed, so a strength-10 pivot is only knowable 10 bars after it printed. That lag is structural, and tools that draw the label back at the pivot bar can look prescient in replay, which is the classic repaint-safe engineering concern. Choosing a strength setting is therefore choosing both the scale of structure you map and the confirmation delay you accept.

How traders use it

  • As a scale dial: low strength maps fine intraday swing grammar, high strength maps the major legs, and mismatched settings are a common reason two traders disagree about what the structure is.
  • As an anchor rule: confirmed pivots anchor structure labels, trendlines, retracement grids, and structure-based stops, so the strength setting quietly parameterizes everything built on top of them.
  • As backtest hygiene: acting only on pivots after their right-side bars close keeps historical tests honest, since using the final label at the pivot's own bar leaks future information.

Related concepts · Swing grammar

Concept family

Market Structure

31 concepts mapped · 26 in the Library

Pivot Strength FAQ

What do left bars and right bars mean in pivot settings?

Left bars set how many earlier bars the pivot must exceed; right bars set how many later bars must fail to exceed it before the pivot is confirmed. Raising left bars demands a longer structure before the turn; raising right bars demands stronger confirmation afterward and adds exactly that many bars of delay to the label.

Do higher pivot strength settings repaint less?

They do not repaint less, they confirm later. Any pivot logic is undecided until the right-side bars complete, and a provisional marker can move or vanish during that window. Once confirmed, a correctly implemented pivot never changes. What matters is whether a tool distinguishes provisional from confirmed pivots, not the size of the strength setting.

Build Pivot Strength your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.