MovingAverageType¶
Summary¶
An enumeration of the different MovingAverage weighting (smoothing) methods.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Fields¶
Name | Description |
---|---|
Simple | Use uniform weighting. Represents indicator oftype. |
Exponential | Use exponential weighting. Represents indicator oftype. |
TimeSeries | Represents indicator oftype. |
Triangular | Represents indicator oftype. |
VIDYA | VIDYA (Volatility Index Dynamic Average) variable length weighting. Represents indicator oftype. |
Weighted | Represents indicator oftype. |
WilderSmoothing | Represents indicator oftype. |
Hull | Represents indicator oftype. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
Last update: March 23, 2023