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



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

Overload List

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

Exceptions

ExceptionDescription
ArgumentExceptionThrown when the series in empty or the number of standard deviations considered (i.e. the parameters standardDeviationLevel) is not positive 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 Lower 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