New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the MACD (Moving Average Convergence Divergence) financial indicator that shows the relationship between two moving averages of an asset's price.

Definition

Constructors

C#
public MacdIndicator()

Fields

SignalPeriodProperty

BindableProperty

Identifies the SignalPeriod bindable property.

C#
public static readonly BindableProperty SignalPeriodProperty

SignalStrokeProperty

BindableProperty

Identifies the SignalStroke bindable property.

C#
public static readonly BindableProperty SignalStrokeProperty

Properties

Gets or sets the period used for the signal line calculation.

C#
public int SignalPeriod { get; set; }
Property Value:

The number of periods for the signal line calculation.

Gets or sets the stroke color for the signal line.

C#
public Color SignalStroke { get; set; }
Property Value:

The Color used for the signal line stroke.