Vidya Method¶
Vidya¶
Summary¶
Volatility Index Dynamic Average (VIDYA) is a smoothing (moving average) based on dynamically changing periods.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
source | DataSeries | The source data used for calculation. |
periods | int | The value of the periods used for calculation. |
r2Scale | double | The value of the r-squared scale used for calculation. |
Return Value¶
Vidya
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: July 1, 2022