MacdIndicator
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
public MacdIndicator()
Fields
SignalPeriodProperty
BindableProperty
Identifies the SignalPeriod bindable property.
public static readonly BindableProperty SignalPeriodProperty
SignalStrokeProperty
BindableProperty
Identifies the SignalStroke bindable property.
public static readonly BindableProperty SignalStrokeProperty
Properties
Gets or sets the period used for the signal line calculation.
public int SignalPeriod { get; set; }
The number of periods for the signal line calculation.
SignalStroke
Color
Gets or sets the stroke color for the signal line.
public Color SignalStroke { get; set; }
The Color used for the signal line stroke.