Hull Field¶ Summary¶ Represents indicator oftype. Signature¶ 1public static MovingAverageType Hull; Return Value¶ MovingAverageType Declaring Type¶ cAlgo.API.MovingAverageType Examples¶ Example 1Example 2 1 2 [Parameter("MAType", DefaultValue = MovingAverageType.Hull)] public MovingAverageType MaType { get; set; } 1 private MovingAverageType _hull = MovingAverageType.Hull; Last update: July 1, 2022 Comments