MetaTrader 5 Android HelpChartsIndicatorsTrend IndicatorsEnvelopes

Envelopes

Envelopes Technical Indicator is formed with two Moving Averages, one of which is shifted upward and another one is shifted downward. The selection of optimum relative number of band margins shifting is determined with the market volatility: the higher the latter is, the stronger the shift is.

Envelopes define the upper and the lower margins of the price range. Signal to sell appears when the price reaches the upper margin of the band; signal to buy appears when the price reaches the lower margin.

The logic behind envelopes is that overzealous buyers and sellers push the price to the extremes (i.e., the upper and lower bands), at which point the prices often stabilize by moving to more realistic levels. This is similar to the interpretation of Bollinger Bands® (BB).

Envelopes

Calculation:

UPPER BAND = SMA (CLOSE, N) * [1 + K / 1000]

LOWER BAND = SMA (CLOSE, N) * [1 - K / 1000]

Where:

UPPER BAND – the upper line of the indicator;
LOWER BAND – the lower line of the indicator;
SMA – simple moving average;
CLOSE – the close price;
N – the averaging period;
K / 1000 – the value of shifting from the average (measured in basis points).