New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Constructors

C#
public AdaptiveMovingAverageKaufmanIndicator()

Fields

FastPeriodProperty

BindableProperty

Identifies the FastPeriod bindable property.

C#
public static readonly BindableProperty FastPeriodProperty

SlowPeriodProperty

BindableProperty

Identifies the SlowPeriod bindable property.

C#
public static readonly BindableProperty SlowPeriodProperty

Properties

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

C#
public int FastPeriod { get; set; }
Property Value:

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

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

C#
public int SlowPeriod { get; set; }
Property Value:

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