Bollinger Band

Bollinger Bands are similar to moving average envelopes. The difference between Bollinger Bands and envelopes is envelopes are plotted at a fixed percentage above and below a moving average, whereas Bollinger Bands are plotted at standard deviation levels above and below a moving average. Since standard deviation is a measure of volatility, the bands are self-adjusting: widening during volatile markets and contracting during calmer periods.

Bollinger Bands were created by John Bollinger.

Bollinger Bands are usually displayed on top of security prices, but they can be displayed on an indicator. These comments refer to bands displayed on prices.

As with moving average envelopes, the basic interpretation of Bollinger Bands is that prices tend to stay within the upper- and lower-band. The distinctive characteristic of Bollinger Bands is that the spacing between the bands varies based on the volatility of the prices. During periods of extreme price changes (i.e., high volatility), the bands widen to become more forgiving. During periods of stagnant pricing (i.e., low volatility), the bands narrow to contain prices.

Mr. Bollinger notes the following characteristics of Bollinger Bands.

Syntax:

BollingerBand
BollingerBand()
BollingerBand(“Method”)
BollingerBand(“Period”, ”Deviation”, “Method”)
BollingerBand(“OutPutStartCell”, ”Period”, ”Deviation”, “Method”)

Inputs:

'Close' column values

Parameters:

Examples:

BollingerBand
BollingerBand()
BollingerBand(“MvAvg”)
BollingerBand(MvAvg)
BollingerBand(“LinWgtMvAvg”)
BollingerBand(LinWgtMvAvg)
BollingerBand(“ExpMvAvg”)
BollingerBand(ExpMvAvg)
BollingerBand(“14”, ”7”,”MvAvg”)
BollingerBand(14, 7, MvAvg)
BollingerBand(“14”, 7, ExpMvAvg)
BollingerBand(“G2”, ”14”, ”7”, ”MvAvg”)
BollingerBand(G2, 14, 7,”MvAvg”)
BollingerBand(“G2”, 14, 7,MvAvg”)
BollingerBand(G2,”14”, 7, ExpMvAvg)


Copyright © 1998-2012 Franz AG
Visit website: http://www.analyzerxl.com
Send feedback: [email protected]