See Also

StatisticalEngine Class  | StatisticalEngine Members  | Overload List

Language

Visual Basic

C#

Show All

s
An series where the first term correspond the latest periods value and the previous element is the value of the element before that and so on... The length of this series is equal to the number of periods used in the evaluation of the standard deviation.
standardDeviationLevel
The (positive) number of standard deviations which the lower band in shifted from the moving average.
lengthOfMA
The length of the moving average used within the evaluation of the Bollinger Bands. Note that this also corresponds to the length of the period over which the standard deviation is evaluated.
See Also Languages dotnetCHARTING Send comments on this topic.

UpperBollingerBands(Series,Double,Int32) Method

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

[Visual Basic]
Overloads Public Shared Function UpperBollingerBands( _    ByVal s As Series, _    ByVal standardDeviationLevel As Double, _    ByVal lengthOfMA As Integer _ ) As Series
[C#]
public static Series UpperBollingerBands(    Series s,    double standardDeviationLevel,    int lengthOfMA );

Parameters

s
An series where the first term correspond the latest periods value and the previous element is the value of the element before that and so on... The length of this series is equal to the number of periods used in the evaluation of the standard deviation.
standardDeviationLevel
The (positive) number of standard deviations which the lower band in shifted from the moving average.
lengthOfMA
The length of the moving average used within the evaluation of the Bollinger Bands. Note that this also corresponds to the length of the period over which the standard deviation is evaluated.

Return Type

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.

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

StatisticalEngine Class  | StatisticalEngine Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.