ClassMacdInnerIndicator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class MacdInnerIndicator : MacdIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IChildIndicator
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseShortLongPeriodIndicatorBaseShortLongPeriodCacheIndicatorBaseMacdIndicatorBaseMacdInnerIndicator
Implements:
Inherited Members
Constructors
MacdInnerIndicator(MacdIndicator)
Initializes a new instance of the MacdInnerIndicator class.
Declaration
cs-api-definition
public MacdInnerIndicator(MacdIndicator owner)
Parameters
owner
The owner.
Fields
Properties
OwnerIndicator
Gets the owner indicator.
Declaration
cs-api-definition
public IndicatorBase OwnerIndicator { get; }
Property Value
The owner indicator.
Implements
Methods
CalculateCurrentValue1(int, int)
Calculates the current value1.
CalculateSignal(int, int)
Calculates the signal.
GetProcessedValue(int)
Gets the processed value.
InitializeCache()
Initializes the cache.
Declaration
cs-api-definition
public override void InitializeCache()
Overrides