Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class RelativeStrengthIndexIndicator : MovingAverageCacheIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseValuePeriodIndicatorBaseMovingAverageIndicatorMovingAverageCacheIndicatorRelativeStrengthIndexIndicator...
Implements:
Inherited Members
Constructors
C#
public RelativeStrengthIndexIndicator()
Fields
C#
public const byte averageGains = 2
C#
public const byte averageLosses = 3
Methods
C#
public static double CalculateMomentumAverages(int startIndex, int period, IndicatorCacheCollection collection)
Initializes the cache.
C#
public override void InitializeCache()
Overrides: