Weighted Field¶ Summary¶ Represents indicator oftype. Signature¶ 1public static MovingAverageType Weighted; Return Value¶ MovingAverageType Declaring Type¶ cAlgo.API.MovingAverageType Examples¶ 1 2 [Parameter("MAType", DefaultValue = MovingAverageType.Weighted)] public MovingAverageType MaType { get; set; } Last update: February 6, 2023