StandardDeviation Method¶
StandardDeviation¶
Summary¶
The Standard Deviation 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. |
maType | MovingAverageType | Type of the Moving Average. |
Return Value¶
StandardDeviation
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: January 27, 2023