dotnetCHARTING Send comments on this topic.
UpperBollingerBands Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : UpperBollingerBands Method



Evaluates the position of the Upper Bollinger Band for a given standard deviation level.

Overload List

OverloadDescription
UpperBollingerBands(String,Series,Double,Int32) Evaluates the position of the Upper Bollinger Band for a given standard deviation level.  
UpperBollingerBands(Series,Double,Int32) Evaluates the position of the Upper Bollinger Band for a given standard deviation level.  
UpperBollingerBands(SeriesCollection,Double,Int32) Evaluates the position of the Upper Bollinger Band for a given standard deviation level.  

Exceptions

ExceptionDescription
ArgumentExceptionThrow if the series historicalPrices is empty or if the number of standard deviations given (i.e. the parameter standardDeviationsLevel)is a negative number.

Remarks

Please note that by standard deviation level we not only refer to the number of standard deviations shifts away from the moving average at which the Higher Bollinger Band is drawn but also the number of time series points which are used in the evaluation of the standard deviation and the moving average.

See Also