Free Volume Based Support & Resistance

Trailing Peak Activity Level

Session-based analysis using volume and ATR to identify the highest-activity price levels, creating dynamic support/resistance zones that trail price throughout the session.

Published20 Mar 2026
CategoryVolume Based
PlatformTradingView, MT5
ScriptPine Script v5
Views3,120
RepaintsNo

Overview

The Trailing Peak Activity Level identifies the price levels at which the most trading activity occurred within a given session window. Using a combination of volume-weighted analysis and ATR-based band detection, it highlights the "high-activity nodes" price levels where large orders were placed and where price is most likely to react in future sessions.

Unlike static VWAP or fixed pivot levels, these zones trail dynamically as new session data arrives, giving you an always-current picture of where the market considers "value."

How It Works

  1. Session boundary detection: The indicator resets at the start of each configurable session window (default: London + New York).
  2. Volume profile construction: As each bar closes, volume is accumulated against its price range to build a rolling intra-session volume profile.
  3. Peak identification: The price level with the highest cumulative volume (Point of Control / POC equivalent) is identified and plotted as the "Peak Activity Level" line.
  4. ATR trailing zone: An ATR-based band is drawn around the PAL, widening in high-volatility conditions to define the full activity zone.

How to Use

  • Use the Peak Activity Level (PAL) line as a dynamic support/resistance zone during the session.
  • Price bouncing off the PAL with reduced volume = continuation trade opportunity.
  • Price breaking through PAL with high volume = potential momentum trade.
  • End-of-session PAL often becomes next session's key reference level.
  • Best used alongside session-based indicators (e.g., VWAP, Session Highs/Lows).

Settings

ParameterDefaultDescription
sessionLondon+NYSession window for activity zone calculation
atr_period14ATR period for zone width calculation
atr_multiplier0.5ATR multiplier for zone band width
show_zonetrueShow ATR-based activity zone band
extend_to_closetrueExtend previous session PAL into next session