Summary
Represents indicator of HullMovingAverage type.
Syntax
MovingAverageType.Hull
Example 1
[Parameter("MAType", DefaultValue = MovingAverageType.Hull)] public MovingAverageType MaType { get; set; }
Example 2
private MovingAverageType _hull = MovingAverageType.Hull;