Class MacdIndicator
Represents the MACD (Moving Average Convergence Divergence) financial indicator that shows the relationship between two moving averages of an asset's price.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class MacdIndicator : ShortLongPeriodIndicatorBase, IParentElement, IChildElement
Constructors
MacdIndicator()
Declaration
public MacdIndicator()
Fields
SignalPeriodProperty
Identifies the SignalPeriod bindable property.
Declaration
public static readonly BindableProperty SignalPeriodProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SignalStrokeProperty
Identifies the SignalStroke bindable property.
Declaration
public static readonly BindableProperty SignalStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SignalPeriod
Gets or sets the period used for the signal line calculation.
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
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
Microsoft.Maui.Graphics.Color
The Microsoft.Maui.Graphics.Color used for the signal line stroke. |