ENV

Envelope
Description
An envelope is comprised of a single moving average shifted above and below the close price by a fixed amount.
Category
Bands Indicators
Parameters
N ( Default: 14 Min: 2 Max: 300 )
Chart Script

UPPER : MA(CLOSE,N)*1.06;
LOWER : MA(CLOSE,N)*0.94