BollingerBands Method¶
BollingerBands¶
Summary¶
The Bollinger Bands indicator shows volatility.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
source | DataSeries | The source data used for calculation. |
periods | int | The value of the periods used for calculation. |
standardDeviations | double | The value of the standard deviations used for calculation. |
maType | MovingAverageType | Type of the Moving Average. |
Return Value¶
BollingerBands
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 27, 2023