MovingAverageType
Summary
An enumeration of the different MovingAverage weighting (smoothing) methods.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | |
1 2 3 4 5 6 7 8 9 10 | |
Fields
Simple
Summary
Use uniform weighting. Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
Exponential
Summary
Use exponential weighting. Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
TimeSeries
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
Triangular
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
VIDYA
Summary
VIDYA (Variable Index Dynamic Average) variable length weighting. Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
Weighted
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
WilderSmoothing
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
1 | |
Hull
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
1 | |
DoubleExponential
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
1 | |
TripleExponential
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
1 | |
KaufmanAdaptive
Summary
Represents indicator oftype.
Signature
1 | |
Return Value
MovingAverageType
Examples
1 2 | |
1 | |