[]
Represents the moving average type for the envelopes.
public enum MovingAverageType
| Name | Description |
|---|---|
| Exponential | The exponential moving average is a weighted average of the last n values, where the weighting decreases exponentially with each previous value. |
| Simple | The simple moving average is simply the average of the last n values. |