VOLUME SENTIMENT BREAKOUT CHANNELS Trading Guide

Last updated: February 17, 2026

The Volume Sentiment Breakout Channels indicator is designed to automatically detect structural trading channels based on price action and evaluate the bullish or bearish volume sentiment within them.

What does the indicator show?

  • Channel Boundaries: Highlights the top, bottom, and center of automatically detected price channels.
  • Sentiment Columns: Displays volume sentiment distribution at different price levels to reveal buyer and seller dominance.
  • Breakout Arrows: Creates visual signals when price successfully breaks out of the established channel limits.
  • Trend Flow Lines: Tracks short-term bullish and bearish trends using dynamic baselines.

Key Settings

  • Normalization Length: The lookback period for determining long-term price normalization boundaries.
  • Box Detection Length: Sets the number of bars required to calculate volatility levels and trend structures.
  • Strong Closes Only: When enabled, breakouts are confirmed only if the bar's midpoint, rather than its extreme, crosses the boundary.
  • Profile Resolution: Controls how detailed the horizontal volume sentiment profile bins will be.

How to use Strategy Parameters (Condition Source)

Within the Strategy Tester module, you can leverage the data from this indicator to create powerful logical conditions for trade entries and exits.

1. Channel Breakout Signals

These are discrete events triggered when the price escapes the detected structural boundaries.

  • bullishChannelBreak — Fires when the price breaks above the top of the channel.
  • bearishChannelBreak — Fires when the price falls below the bottom boundary.
  • channelFormed — Indicates that a new valid consolidation channel has been fully finalized.

Strategy Example: To capture strong momentum shifts, you might enter a Long position when bullishChannelBreak is true. To avoid false breakouts, you can enable "Strong Closes Only" in the settings.

2. Sentiment Metrics

These values track the continuous flow of signed volume pressure.

  • currentSentimentPct — Represents the normalized signed volume (-100 to 100) exactly at the current price level.
  • overallSentiment — Accumulates the total volume sentiment for the entire active channel structure.

Strategy Example: Before taking a breakout trade, you could require overallSentiment > 0 to ensure that the aggregate volume within the channel leans bullish.

3. Structural Lines

These numeric thresholds mark key dynamic support and resistance.

  • channelTop — The upper boundary of the current consolidation box.
  • channelBottom — The lower boundary of the box.
  • bullTrend — A dynamic trail following the upward price thrusts.
  • bearTrend — A dynamic trail capping the downward thrusts.

Strategy Example: Set a stop loss condition by tracking if the close crosses below channelBottom or bullTrend.

Continue Research

Explore the full academy, the product documentation, and the main platform pages for deeper crypto backtesting and strategy research.

Browse all academy guides Read the documentation Compare platform plans See the research engine