Class
AdaptiveMovingAverageKaufmanIndicator

Represents an Adaptive Moving Average Kaufman indicator for financial chart analysis. This indicator extends ValuePeriodIndicatorBase to provide adaptive moving average calculations based on Kaufman's algorithm.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class AdaptiveMovingAverageKaufmanIndicator : ValuePeriodIndicatorBase

Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseAdaptiveMovingAverageKaufmanIndicator

Inherited Members ValuePeriodIndicatorBase.PeriodPropertyValuePeriodIndicatorBase.PeriodValueIndicatorBase.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

AdaptiveMovingAverageKaufmanIndicator()

Declaration

cs-api-definition
public AdaptiveMovingAverageKaufmanIndicator()

Fields

FastPeriodProperty

Identifies the FastPeriod bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty FastPeriodProperty

Field Value

BindableProperty

SlowPeriodProperty

Identifies the SlowPeriod bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty SlowPeriodProperty

Field Value

BindableProperty

Properties

FastPeriod

Gets or sets the fast period used in the adaptive moving average calculation.

Declaration

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

Property Value

int

An int representing the number of periods for the fast moving average. The default value is 0.

SlowPeriod

Gets or sets the slow period used in the adaptive moving average calculation.

Declaration

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

Property Value

int

An int representing the number of periods for the slow moving average. The default value is 0.