Skip to main content

MovingAverageConvergenceDivergence.LongPeriod Property

Gets or sets the long period value required to calculate the indicator.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int LongPeriod { get; set; }

Property Value

Type Description
Int32

A Int32 value specifying the long period value for the indicator.

Remarks

For more information about the MACD indicator, refer to the MACD Wikipedia page.

See Also