Concept

Donchian Width

Donchian Width is a Volatility concept. The Library holds 1 implementations, each one a working definition you can pull into Quant.

Top Donchian Width indicators

1 total

What is Donchian Width?

Donchian width is the vertical distance between the upper and lower lines of Donchian channels: the highest high of the last N bars minus the lowest low over the same window. Because it is built from range extremes rather than dispersion around a mean, it behaves differently from deviation-based measures: it can only expand when price prints a new extreme, and it only contracts when an old extreme ages out of the lookback. The result is a step-like series that summarizes how much ground price has actually covered.

Raw width is in price units, so it is usually normalized, divided by the channel midline or the close, before readings are compared across instruments or across time. Narrow width reads as compression, widening as range expansion; neither says anything about direction on its own.

How traders use it

  • As a compression screen: width that is narrow relative to its own recent history flags consolidations where a breakout attempt becomes more likely, though never scheduled.
  • As expansion confirmation: width turning up as price clears a channel extreme distinguishes genuine range expansion from a marginal poke above old highs.
  • As a volatility input: normalized width can drive adaptive lookbacks, stop distances, or position sizing much like ATR, with the caveat that it updates only when extremes change.

Related concepts · Band & channel systems

Concept family

Volatility

56 concepts mapped · 43 in the Library

Donchian Width FAQ

Is Donchian width the same as Bollinger BandWidth?

No. BandWidth measures the spread of Bollinger Bands, which is driven by standard deviation around a moving average, so it moves a little every bar. Donchian width is the span between the highest high and lowest low of a lookback window, so it changes only when a new extreme prints or an old one drops out. Both quantify compression and expansion, from different raw material.

What does narrow Donchian width mean?

It means price has covered little ground over the lookback: consolidation. Narrow readings often precede expansion, which is why they appear in breakout screens, but compression can persist far longer than expected and says nothing about exit direction. Treat narrow width as context that sharpens other setups, not as a standalone signal.

Build Donchian Width your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.