ClassAdaptiveMovingAverageKaufmanIndicator
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
AdaptiveMovingAverageKaufmanIndicator()
Declaration
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
Identifies the FastPeriod bindable property.
Declaration
public static readonly BindableProperty FastPeriodProperty
Field Value
BindableProperty
SlowPeriodProperty
Identifies the SlowPeriod bindable property.
Declaration
public static readonly BindableProperty SlowPeriodProperty
Field Value
BindableProperty
Properties
FastPeriod
Gets or sets the fast period used in the adaptive moving average calculation.
SlowPeriod
Gets or sets the slow period used in the adaptive moving average calculation.