Evaluates the value of the Upper Bollinger Band for a given standard deviation level for a given interval.
A double equal to the value of the Upper Bollinger Band over the period considered.
| Exception Type | Condition |
|---|---|
| ArgumentException | Throw if the array historicalPrices is empty or if the number of standard deviations given (i.e. the parameter standardDeviationsLevel) is a negative number. |
BollingerBands Class | WebCab.COM.Finance.Trading.Indicators Namespace | lowerBollingerBands(double[], double, int) - Evaluates the Lower Bollinger Band over all sub-intervals of a given number of periods rather than a single interval.