ClassMacdIndicator
Represents the MACD (Moving Average Convergence Divergence) financial indicator that shows the relationship between two moving averages of an asset's price.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class MacdIndicator : ShortLongPeriodIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBaseMacdIndicator
Inherited Members
Constructors
MacdIndicator()
Declaration
public MacdIndicator()
Fields
SignalPeriodProperty
Identifies the SignalPeriod bindable property.
Declaration
public static readonly BindableProperty SignalPeriodProperty
Field Value
BindableProperty
SignalStrokeProperty
Identifies the SignalStroke bindable property.
Declaration
public static readonly BindableProperty SignalStrokeProperty
Field Value
BindableProperty
Properties
SignalPeriod
Gets or sets the period used for the signal line calculation.
Declaration
public int SignalPeriod { get; set; }
Property Value
The number of periods for the signal line calculation.
SignalStroke
Gets or sets the stroke color for the signal line.
Declaration
public Color SignalStroke { get; set; }
Property Value
Color
The Color used for the signal line stroke.