Bollinger Band Width

The width of Bollinger Band shows middle price value in percent for the last PERIOD time periods. Sharp price changes tend to occur after the bandwidths tighten. You must be careful after the bandwidth’s tighten, because upon the historical experience, the market often starts the false movement just before the big price changes in another direction.

Syntax:

BollingerBandWidth
BollingerBandWidth()
BollingerBandWidth(“Period”,”Deviation”)
BollingerBandWidth(“OutPutStartCell”, ”Period”, ”Deviation”)

Inputs:

'Close' column values

Parameters:

Examples:

BollingerBandWidth
BollingerBandWidth()
BollingerBandWidth(“14”,”7”)
BollingerBandWidth(14,7)
BollingerBandWidth(“G2”, “14”,”7”)
BollingerBandWidth(G2,14,7)


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