Summary
Use exponential weighting. Represents indicator of ExponentialMovingAverage type.
Syntax
MovingAverageType.Exponential
Example 1
[Parameter("MAType", DefaultValue = MovingAverageType.Exponential)] public MovingAverageType MaType { get; set; }