Visualizes a collection of DataPoints, using a Line shape. This class represents the Exponential Moving Average financial indicator. Its values are defined as the average of the exponentially weighted values of the last points.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class AdaptiveMovingAverageKaufmanIndicator : ValuePeriodIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseAdaptiveMovingAverageKaufmanIndicator...
Implements:
Inherited Members
Constructors
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
DependencyProperty
Identifies the FastPeriod dependency property.
public static readonly DependencyProperty FastPeriodProperty
SlowPeriodProperty
DependencyProperty
Identifies the SlowPeriod dependency property.
public static readonly DependencyProperty SlowPeriodProperty
Properties
Gets or sets the "FastPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
public int FastPeriod { get; set; }
The "FastPeriod" value.
Gets or sets the "SlowPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
public int SlowPeriod { get; set; }
The "SlowPeriod" value.