| Name | Value | Description |
|---|---|---|
| Simple | 0 | An average of the last n values. |
| Weighted | 1 | Weighted average of the last n values, where the weightage decreases by 1 with each previous value. |
| Exponential | 2 | Weighted average of the last n values, where the weightage 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. |
Specifies the type of MovingAverage Series.