Concept

Envelope

Envelope is a Volatility concept. The Library holds 8 implementations, each one a working definition you can pull into Quant.

percent

Top Envelope indicators

8 total

What is an Envelope?

An envelope is a pair of boundary lines offset symmetrically above and below a baseline, most commonly a moving average shifted up and down by a fixed percentage: upper = baseline × (1 + p), lower = baseline × (1 - p). Unlike Bollinger Bands or Keltner Channels, whose width breathes with measured volatility, a percentage envelope holds its relative width constant until the trader changes it. The classic case, a simple or exponential average with percent offsets, is often labeled an MA Envelope; the broader envelope idea also covers fixed offsets around other baselines such as regression fits or kernel smoothers.

The fixed offset is both the appeal and the burden. It gives a stable, easily interpreted definition of stretched: price beyond the band is further from the baseline than the chosen tolerance, full stop. But the right tolerance is instrument- and timeframe-specific, since a 2% band that contains nearly every daily close on a quiet large-cap stock would be crossed constantly on a volatile crypto pair. Envelopes therefore need periodic recalibration, and the percent distance they threshold is the same quantity the Disparity Index plots as an oscillator.

How traders use it

  • As an overextension gauge: price reaching or exceeding a band flags an unusually large displacement from the baseline, which range traders fade back toward the average, accepting that strong trends can hold price outside the band for extended stretches.
  • As a whipsaw filter: requiring a close beyond the envelope, rather than a mere baseline cross, adds a dead zone around the average that suppresses many false moving average crossover signals at the cost of later entries.
  • As a trend channel: in steady trends the baseline plus one band can contain most of the swing, so pullbacks to the baseline or the near band become continuation entries while the far band frames profit-taking.

Envelope vs related concepts

MA Envelope: The canonical envelope: an SMA or EMA baseline with fixed percent offsets. Envelope is the broader construction, including fixed bands around non-MA baselines such as regression lines or kernel-smoothed curves.

Bollinger Bands: Width is a multiple of the standard deviation of recent closes, so the bands expand and contract automatically with volatility; an envelope's width only changes when you change the setting.

Keltner Channels: Offset by a multiple of ATR rather than a fixed percent, so the channel adapts to average bar range and gaps; a percentage envelope treats a quiet week and a wild week identically.

More Envelope implementations

Related concepts · Band & channel systems

Concept family

Volatility

56 concepts mapped · 43 in the Library

Envelope FAQ

What percentage should a moving average envelope use?

There is no standard number. The offset should reflect the instrument's typical noise on your timeframe: wide enough that ordinary fluctuation stays inside, tight enough that a band touch still means something. Textbook illustrations often use low single-digit percentages on daily equity charts, but volatility drifts over time, so any fixed setting needs periodic review.

What is the difference between an envelope and Bollinger Bands?

Both wrap bands around a baseline; the difference is how width is set. An envelope uses a fixed offset (usually a percentage) that stays constant until you change it, while Bollinger Bands scale with the standard deviation of recent prices and widen or tighten on their own. Fixed width is simpler and more stable; adaptive width tracks changing volatility.

Can an envelope be built around something other than a moving average?

Yes. The envelope construction is just a baseline plus symmetric offsets, so any smoother can serve as the center: linear regression fits, kernel-regression curves, or adaptive averages. The percent-offset moving average version is simply the oldest and most common form, which is why envelope and MA envelope are often used interchangeably.

Build Envelope your way.

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