Class BollingerBandsIndicatorBase
Inheritance
System.Object
BollingerBandsIndicatorBase
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 BollingerBandsIndicatorBase : MovingAverageIndicator, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
BollingerBandsIndicatorBase()
Declaration
protected BollingerBandsIndicatorBase()
Fields
StandardDeviationsProperty
Properties
StandardDeviations
Gets or sets the standard deviations.
Declaration
public int StandardDeviations { get; set; }
Property Value
System.Int32
The standard deviations. |
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
UpperLowerResult(Double, Double)
Uppers the lower result.
Declaration
protected virtual double UpperLowerResult(double currentAverage, double deviationsProduct)
Parameters
System.Double
currentAverage
The current average. |
System.Double
deviationsProduct
The deviations product. |
Returns
System.Double
|