[]
The BollingerBands class.
public class BollingerBands : IndicatorBase, IDisposable, ISeries, IStyleProvider
| Name | Description |
|---|---|
| BollingerBands() |
| Name | Description |
|---|---|
| LowerYVals | Gets the array of lower Y values. |
| MiddleYVals | Gets the array of middle Y values. |
| Multiplier | Gets or sets the standard deviation multiplier. |
| UpperYVals | Gets the array of upper Y values. |
| XVals | Gets the array of X values. |
| Name | Description |
|---|---|
| GetItem(int) | Gets the data item. |