Evaluates the position of the Lower Bollinger Band for a given standard deviation level for a given interval.
The value of the Lower Bollinger Band for the interval considered.
| 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 | LowerBollingerBands(double[], double, int) - Evaluates the Lower Bollinger Band over all sub-intervals of a given number of periods rather than a single interval.