Skip to content

ENV Overview

The Envelope (ENV) indicator places bands at a fixed percentage above and below a moving average. Unlike Bollinger Bands (dynamic width from standard deviation) or Keltner Channels (ATR-based), Envelope uses a constant percentage offset — making band width predictable and consistent.

Envelope is the simplest band indicator: if the MA is 100 and the percentage is 5%, the upper band is 105 and lower is 95. This simplicity makes it easy to understand and optimize.


  1. Calculate center line: Moving average of price over n periods
  2. Calculate bands: Apply offset (ATR, StdDev, or percentage) above and below center
  3. Compare price to bands: Price above upper = breakout/overbought, below lower = breakdown/oversold

Key Characteristics:

  • Volatility Envelope = Bands define price boundaries
  • Overlay Display = Plotted directly on the price chart
  • Dynamic Width = Width adapts to market conditions

ENV Behavior:

  • Price breaking above upper band suggests bullish breakout
  • Price breaking below lower band suggests bearish breakdown
  • Price between bands = within normal range

These are the signal names you select when configuring ENV in the algorithm builder or via the MCP agent:

SignalTriggers WhenTypical Use
price_above_upperBandPrice crosses above the upper envelopeOverbought / breakout above percentage band
price_below_lowerBandPrice crosses below the lower envelopeOversold / breakdown below percentage band

Display: Overlay (on price chart)

Category: Volatility

Threshold range: Price-based


What Envelope Does Well:

  • Volatility Measurement: Envelope excels at identifying price extremes
  • Visual Clarity: Bands clearly show price boundaries on the chart
  • Works Across All Markets: Universal application