Class AdaptiveMovingAverageKaufmanIndicator
Inheritance
System.Object
AdaptiveMovingAverageKaufmanIndicator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class AdaptiveMovingAverageKaufmanIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
AdaptiveMovingAverageKaufmanIndicator()
Declaration
public AdaptiveMovingAverageKaufmanIndicator()
Fields
FastPeriodProperty
previousKamas
Declaration
public const byte previousKamas = 0
Field Value
System.Byte
|
SlowPeriodProperty
Properties
FastPeriod
Gets or sets the "FastPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
Declaration
public int FastPeriod { get; set; }
Property Value
System.Int32
|
SlowPeriod
Gets or sets the "SlowPeriod" parameter of the AdaptiveMovingAverageKaufmanIndicator.
Declaration
public int SlowPeriod { get; set; }
Property Value
System.Int32
|
Methods
GetProcessedValue(Int32)
Gets the processed value.
Declaration
public override double GetProcessedValue(int currentIndex)
Parameters
System.Int32
currentIndex
Index of the current. |
Returns
System.Double
|
Overrides
InitializeCache()
Initializes the cache.
Declaration
public override void InitializeCache()
Overrides
Refresh()
Refreshes this instance.
Declaration
public override void Refresh()