Evaluates the position of the Lower Bollinger Band for a given standard deviation level.
[Visual Basic]
Overloads Public Shared Function LowerBollingerBands( _
ByVal seriesName As String, _
ByVal s As Series, _
ByVal standardDeviationLevel As Double, _
ByVal lengthOfMA As Integer _
) As Series
[C#]
public static Series LowerBollingerBands(
string seriesName,
Series s,
double standardDeviationLevel,
int lengthOfMA
);
A series where the first term corresponds to the value of the Upper Bollinger Band for the latest periods, the second terms to the previous period and so on.
Exception | Description |
---|---|
ArgumentException | Thrown when the series in empty or the number of standard deviations considered (i.e. the parameters standardDeviationLevel) is not positive number. |
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.
StatisticalEngine Class | StatisticalEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.