Specifies the type of MovingAverage Series.
Name | Value | Description |
---|---|---|
Simple | 0 |
An average of the last n values. |
Weighted | 1 |
Weighted average of the last n values, where the weight decreases by 1 with each previous value. |
Exponential | 2 |
Weighted average of the last n values, where the weight decreases exponentially with each previous value. |
Triangular | 3 |
Weighted average of the last n values, whose result is equivalent to a double smoothed simple moving average. |