Evaluates the position of the Lower Bollinger Band for a given standard deviation level of each sub period for which sufficient data is given.
An array 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 Type | Condition |
|---|---|
| ArgumentException | Thrown when the Prices array in empty or the number of standard deviations considered (i.e. the parameters standardDeviationLevel) is not positive number. |
BollingerBands Class | WebCab.COM.Finance.Trading.Indicators Namespace | LowerBollingerBand(double[], double) - Evaluate the Bollinger Band over a single interval rather than several intervals.