Skip to main content

Overview

Delta Volume measures the difference between buy volume and sell volume for each individual candle. Unlike CVD, which accumulates over time, Delta Volume resets every bar, giving you a clean read on who dominated that specific period.
  • Positive delta = more aggressive buying (volume executed at the ask).
  • Negative delta = more aggressive selling (volume executed at the bid).

How It Works

For each bar:
Delta[n] = buyVolume[n] - sellVolume[n]
The result is displayed as a histogram in a subchart. The height of each bar represents the magnitude of the imbalance, and the color indicates direction.

Chart Type

PropertyValue
TypeSubchart
PositionBelow main chart
Data sourceTrade-level buy/sell classification

Settings

ParameterDescriptionDefault
positiveColorColor for bars where buyers dominate#22c55e
negativeColorColor for bars where sellers dominate#ef4444
displayModeRendering stylecolumns
highlightAnomaliesFlag statistical outliersfalse
anomalyThresholdStandard deviation multiplier2.5
anomalyPeriodLookback period for anomaly stats30
gradientIntensityFill gradient strength (0-1)0

Display Modes

ModeDescription
columnsHistogram bars (default). Best for quick visual scanning.
lineContinuous line connecting delta values.
candlesOHLC-style representation of delta.

Interpretation

Spike Analysis

Large delta spikes indicate a sudden imbalance between buyers and sellers. These often appear at:
  • Support/resistance levels — absorption or breakout
  • News events — rapid positioning
  • Exhaustion points — final push before reversal
Large delta spikes often mark exhaustion points, especially at support and resistance levels. A massive positive delta bar at resistance that fails to push price higher suggests buyers are being absorbed.

Delta vs. Price Movement

DeltaPriceInterpretation
Large positivePrice risesConfirmed buying pressure
Large positivePrice flat/dropsBuying absorbed by passive sellers
Large negativePrice dropsConfirmed selling pressure
Large negativePrice flat/risesSelling absorbed by passive buyers

Anomaly Detection

When enabled, anomaly highlighting marks bars where delta exceeds the rolling average by more than anomalyThreshold standard deviations. These bars are rendered with distinct styling to draw attention.
Delta Volume shows the per-bar picture. For the cumulative trend, use CVD. The two are complementary — Delta for timing, CVD for trend.

Practical Examples

  • Breakout confirmation: Price breaks resistance with a large positive delta bar — real demand behind the move.
  • Absorption: Repeatedly large negative delta bars at support, but price holds — passive buyers absorbing the selling.
  • Climactic volume: Extreme delta spike after an extended trend often signals exhaustion and potential reversal.