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:
public class AdaptiveMovingAverageKaufmanIndicator : ValuePeriodIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseAdaptiveMovingAverageKaufmanIndicator...
Inherited Members
Constructors
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
BindableProperty
Identifies the FastPeriod bindable property.
public static readonly BindableProperty FastPeriodProperty
SlowPeriodProperty
BindableProperty
Identifies the SlowPeriod bindable property.
public static readonly BindableProperty SlowPeriodProperty
Properties
Gets or sets the fast period used in the adaptive moving average calculation.
public int FastPeriod { get; set; }
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.
public int SlowPeriod { get; set; }
An int representing the number of periods for the slow moving average. The default value is 0.