Class MacdInnerIndicator
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class MacdInnerIndicator : MacdIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider, IChildIndicator
Constructors
MacdInnerIndicator(MacdIndicator)
Initializes a new instance of the MacdInnerIndicator class.
Declaration
public MacdInnerIndicator(MacdIndicator owner)
Parameters
MacdIndicator
owner
The owner. |
Fields
signalEMAs
Declaration
public const byte signalEMAs = 3
Field Value
System.Byte
|
Properties
OwnerIndicator
Gets the owner indicator.
Declaration
public IndicatorBase OwnerIndicator { get; }
Property Value
IndicatorBase
The owner indicator. |
Implements
Methods
CalculateCurrentValue1(Int32, Int32)
Calculates the current value1.
Declaration
protected double CalculateCurrentValue1(int currentIndex, int period)
Parameters
System.Int32
currentIndex
Index of the current. |
System.Int32
period
The period. |
Returns
System.Double
|
CalculateSignal(Int32, Int32)
Calculates the signal.
Declaration
protected double CalculateSignal(int currentIndex, int signalPeriod)
Parameters
System.Int32
currentIndex
Index of the current. |
System.Int32
signalPeriod
The signal period. |
Returns
System.Double
|
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()