"Pressure Scanner" logo
Pressure Scanner
"Pressure Scanner" uploaded image
42.1M
Traded volume
6.13M
Pips won
136
Sales
5.78K
Free installs

Pressure Scanner ๐Ÿ”๐Ÿ“Š


1. What Pressure Scanner does

Pressure Scanner is a volatility-and-direction tool that:

  • detects when the market is under volatility pressure / compression โœ…
  • shows when that pressure is released into expansion ๐Ÿ’ฅ
  • measures the direction and strength of the resulting price drive through a scanner value plotted as a histogram.

It combines:

  • a Bollinger-style price band,
  • a Keltner-style volatility channel,
  • and a linear-regression-based scanner line,

to display both pressure states (on / released / neutral) and the directional impulse (up or down).


2. How it works (logic)

  1. Source
    The indicator uses the closing price as the main input.
  2. Outer volatility band (BB-style)
    • Basis = SMA(close, BB Length)
    • Deviation = KC MultFactor ร— standard deviation of close
    • Upper band = basis + deviation
    • Lower band = basis โˆ’ deviation
  3. Inner volatility channel (KC-style)
    • Center = SMA(close, KC Length)
    • Range = either True Range or Highโˆ’Low (set by Use TrueRange)
    • Range average = SMA(range, KC Length)
    • Upper channel = center + rangeAvg ร— KC MultFactor
    • Lower channel = center โˆ’ rangeAvg ร— KC MultFactor
  4. Pressure states
    By comparing the outer band and the inner channel:
    • Pressure ON โ€“ black dots at zero
      • Lower band > lower channel and upper band < upper channel
      • The band is fully inside the channel โ†’ volatility is compressed, high pressure.
    • Pressure RELEASED โ€“ gray dots at zero
      • Lower band < lower channel and upper band > upper channel
      • The band is fully outside the channel โ†’ volatility is expanding after pressure.
    • Neutral pressure โ€“ blue dots at zero
      • Any other configuration.
  5. Scanner value (val)
    The histogram shows a scanner value computed via linear regression:
    • Over the last KC Length bars, the indicator finds:
      • highest high,
      • lowest low,
      • SMA of close.
    • It builds a dynamic midline:
      • rangeMid = (highest + lowest) / 2
      • combinedMid = average(rangeMid, SMA(close))
    • Then it defines:
      scannerInput=closeโˆ’combinedMid\text{scannerInput} = \text{close} - \text{combinedMid}scannerInput=closeโˆ’combinedMid
    • A linear regression over KC Length bars is run on this scannerInput, and the final value at the last bar is the scanner value val.

Interpretation:

  • val > 0 โ†’ price is pressing above the midline โ†’ bullish pressure
  • val < 0 โ†’ price is pressing below the midline โ†’ bearish pressure
  • changes in val bar-to-bar โ†’ increase or decrease in that directional pressure.


3. How to read the colors

Histogram โ€“ directional pressure (scanner value)

Each bar of the histogram corresponds to val and is colored as:

  • Lime โ€“ val > 0 and rising (val > previous val)
    โ†’ strong bullish pressure, scanner value strengthening upward.
  • Green โ€“ val > 0 but falling (val โ‰ค previous val)
    โ†’ still bullish, but pressure is fading.
  • Red โ€“ val < 0 and dropping further (val < previous val)
    โ†’ strong bearish pressure, downward drive intensifying.
  • Maroon โ€“ val < 0 but rising (val โ‰ฅ previous val)
    โ†’ still bearish, but pressure is losing strength.

So:

  • Above 0 โ†’ bullish pressure regime
  • Below 0 โ†’ bearish pressure regime
  • Color change on the same side of 0 = pressure accelerating vs slowing.

Zero line โ€“ pressure states

Dots plotted at zero show the pressure state:

  • Blue โ€“ neutral pressure (normal volatility)
  • Black โ€“ Pressure ON (compression active)
  • Gray โ€“ Pressure RELEASED (expansion after compression)


4. Parameter reference (English)

BB Length
Period for the SMA and standard deviation used in the outer volatility band.

  • Shorter โ†’ more reactive band, more frequent pressure changes.
  • Longer โ†’ smoother band, fewer but more โ€œmacroโ€ signals.

BB MultFactor
Multiplier for the deviation of the outer band (kept as a user parameter for flexibility).
In this port, the deviation behaviour is tied to KC MultFactor as in the original formula, but you can adapt it if you want a different band style.

KC Length
Period for:

  • the center line of the volatility channel,
  • the range smoothing,
  • the high/low window and the scanner regression.

Defines how far back Pressure Scanner looks to estimate volatility structure and directional pressure.

KC MultFactor
Controls the width of the volatility channel and the outer band.

  • Larger value โ†’ wider channel, fewer Pressure ON states.
  • Smaller value โ†’ tighter channel, more frequent pressure signals.

Use TrueRange (KC)

  • true โ†’ channel range uses True Range (captures gaps and sharp moves).
  • false โ†’ range is simply High โˆ’ Low.


Indicator profile
0.0
Reviews: 0
Customer reviews
No reviews for this product yet. Already tried it? Be the first to tell others!
Breakout
Bollinger
Products available through cTrader Store, including trading bots, indicators and plugins, are provided by third-party developers and made available for informational and technical access purposes only. cTrader Store is not a broker and does not provide investment advice, personal recommendations or any guarantee of future performance.

More from this author

Read aggressive flow in real time. Flexible resets (Day/Week/Month), optional EMA smoothing, and non-repainting cumulati
The Prop-Ready Bot The Definitive Automaton for Challenges ๐Ÿ›ก๏ธ V2.0
Editions: Free (core VWAP + bands) ยท Pro (multiโ€‘VWAP, clickโ€‘toโ€‘anchor, alerts).
A price-action-first algorithm to trade Breakout, Approach, and Return around prior High/Low levelsโ€”with Prop-style risk
Volume Bubbles is a lightweight yet powerful visual indicator for cTrader
The Elliott Wave Pro Bot is a sophisticated and highly configurable algorithmic trading system
N.B.: Results with an initial invested capital of 100 euros.
Breakout scalping with prop-firm grade equity control.
Want a cBot based on this indicator? Contact us!
AILevelTrader โ€” Multi-AI Consensus Trading Bot 11 AI providers. One consensus. Prop Firm Ready.
1.9
Profit factor
4%
Max drawdown
ZigZag Free is a clean swing-detection tool that marks significant pivot highs/lows
โœ… Buy 3 prop accounts and manage just 1: cut management effort by 66% with a professional tool.

You may also like

VSA indicator analyzing volume, spread, and close location to detect supply/demand imbalances.
The standard Relative Strength Index (RSI), RSI & Signal Cloud, Smart Volatility Filter (ATR), On-Chart Info Dashboard
show symbol and time fram, daily net profit percent, daily net profit, and spread ln your chart. consider that timezone
Track major trading sessions (Tokyo, London, New York) with customizable colors and visual sessions on your chart.
Universal Moving Average indicator with extended features
Adaptive KAMA: fast in trend, slow in noise โ€” with color-coded market state visualization.
E7 Correlation Dashboard.
Precision SMC tool with HTF sweeps, MSS confirmation & smart FVG detection for high-probability reversals.
Microchannels
Shows bars from different Time Frame on zoom out and hides the current bars. Perfect tool for Multi TF "Market Reply"
Price action levels Session With VWAP โ€“ Precision Meets Price Action
Customizable cTrader indicator for marking trading sessions with vertical lines.
Multi-TF OHLC, NY Midnight, ZigZag & Gann S/Rโ€”clean visuals for SMC, scalping, and intraday precision.
This indicator is perfect for traders looking to focus on high-probability trading windows.
Trend Mosaic. Chart Art and Trading Signal Impressions.
Advanced price levels! Rounded prices with full style settings. Suitable for all currency pairs and timeframes.
Pattern Detector With Signal Buy and Sell
Stochastic Momentum Index (SMI) for cTrader optional higher-timeframe source, and clear overbought/oversold levels.
42.1M
Traded volume
6.13M
Pips won
136
Sales
5.78K
Free installs