ES··NQ··CL··GC··BTC··VIX··
MKT··
REGIME··
delayed
dhawal.org

Creations / Indicators / Liquidity Levels Pro

Indicator

Liquidity Levels Pro

NQ · ES · MNQ · MES · Futures

Tracks unswept pivot highs and lows on NQ, ES, MNQ and MES, scores each zone by touches, freshness, confluence with prior-day / prior-week / VWAP / OR anchors, fast reaction rate, and session memory. Surfaces the nearest strong liquidity above and below price as trade-planning targets, with sweep detection and a regime + time-of-day HUD.

Plate 01

ES · Daily · 90d·
Chart loading...
Preview · Live data · refreshes hourlyTradingView
ES daily, last 90 sessions. Overlay shows the prior-day and prior-week anchors plus a sample of unswept pivot highs/lows at daily resolution — the same pivot logic the script uses, scaled up from the intraday timeframes where it normally runs. VWAP, opening range, the scoring HUD and the regime classifier require an intraday chart to function.Yahoo Finance · CME

IMethodology

How it reads the market

Liquidity does not pool randomly. It collects at swing points the market has registered but not yet traded through — old highs, old lows, equal highs, equal lows. The next sweep, more often than not, happens at the closest one with the most weight behind it.

The script walks every bar looking for pivot highs and pivot lows (three bars left, three bars right by default), and either creates a new zone at each pivot or merges it into an existing one if the price is within twelve ticks. Each zone tracks its number of touches, the bar of its last touch, and a running record of how price reacted — fast moves, slow moves, continuations through and rejections away.

Every bar, each zone is re-scored on a 0–100 scale. Touches contribute up to 60 points, freshness up to 40, confluence with the prior-day high/low/close, prior-week high/low, session VWAP or the opening range adds another 40. A "fast reaction rate" — the share of touches where price travelled at least 14 ticks within two bars — adds up to 22 more, and the score is then multiplied by regime and time-of-day adjustments: midday with no confluence pays 0.6×, the power hour with confluence pays 1.10×, recently-swept zones are dampened by 0.55× during a cooldown.

Only the top-N zones by score are drawn, with a minimum-score cutoff, and the box border colour blends bull/bear by the zone's history of continuations versus rejections. A trade-planning overlay names the nearest above-and-below zone over the score threshold; the HUD reports the regime (trend up, trend down, mean-revert, mixed) with a confidence percent and the current time-of-day window.

What this does not do

  • Does not predict which zone will be tested first.
  • Does not generate entries, exits, or alerts on its own.
  • Does not work as a standalone strategy. It is a context layer for a trader with a plan.
  • Backtesting "unswept-liquidity touches" is a category error; no equity curve is shown because none would mean anything.

IIParameters

Inputs disclosed

ParameterDefaultRangeEffect
pivotLeft31–10Bars to the left a high must exceed to qualify as a pivot.
pivotRight31–10Bars to the right a high must exceed before the pivot confirms.
mergeTicks121–200Distance within which a new pivot merges into an existing zone rather than spawning a fresh one.
zonePadTicks81–200Half-height of each zone's box around the pivot price.
maxZones183–80Hard cap on tracked zones; oldest are pruned first.
minScoreToDraw250–100Score floor for drawing a zone. Below this it is tracked but invisible.
maxVisibleZones102–40Caps how many of the highest-scoring zones are drawn at once.
sweepCooldownBars505–500Bars a freshly-swept zone is dampened (×0.55) before it can score normally again.

IIISource

Open Pine source

Source · Pine v6 · Open

// Pine source available on TradingView.
// Open the script and click 'Source code' to view.
Open on TradingView →

Public · Open on TradingView

Pairs well with