Class StochasticFastIndicatorBase
Inheritance
System.Object
StochasticFastIndicatorBase
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 abstract class StochasticFastIndicatorBase : HighLowCloseCacheIndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
StochasticFastIndicatorBase()
Declaration
protected StochasticFastIndicatorBase()
Fields
MainPeriodProperty
SignalPeriodProperty
Properties
MainPeriod
Gets or sets the main period.
Declaration
public int MainPeriod { get; set; }
Property Value
System.Int32
The main period. |
SignalPeriod
Gets or sets the signal period.
Declaration
public int SignalPeriod { get; set; }
Property Value
System.Int32
The signal period. |
Methods
CalculateMainValue(Int32, Double)
Calculates the main value.
Declaration
protected virtual double CalculateMainValue(int currentIndex, double close)
Parameters
System.Int32
currentIndex
Index of the current. |
System.Double
close
The close. |
Returns
System.Double
|