Class
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:

cs-api-definition
public class MacdIndicator : ShortLongPeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseShortLongPeriodIndicatorBaseMacdIndicator

Inherited Members ShortLongPeriodIndicatorBase.ShortPeriodPropertyShortLongPeriodIndicatorBase.LongPeriodPropertyShortLongPeriodIndicatorBase.ShortPeriodShortLongPeriodIndicatorBase.LongPeriodValueIndicatorBase.ValueBindingPropertyValueIndicatorBase.ValueBindingLineIndicatorBase.StrokePropertyLineIndicatorBase.StrokeThicknessPropertyLineIndicatorBase.IsDefaultValue(string)LineIndicatorBase.StrokeLineIndicatorBase.StrokeThicknessIndicatorBase.CategoryBindingPropertyIndicatorBase.CategoryBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

MacdIndicator()

Declaration

cs-api-definition
public MacdIndicator()

Fields

SignalPeriodProperty

Identifies the SignalPeriod bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty SignalPeriodProperty

Field Value

BindableProperty

SignalStrokeProperty

Identifies the SignalStroke bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty SignalStrokeProperty

Field Value

BindableProperty

Properties

SignalPeriod

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

Declaration

cs-api-definition
public int SignalPeriod { get; set; }

Property Value

int

The number of periods for the signal line calculation.

SignalStroke

Gets or sets the stroke color for the signal line.

Declaration

cs-api-definition
public Color SignalStroke { get; set; }

Property Value

Color

The Color used for the signal line stroke.