VortexIndicatorValue

StockSharp.Algo.Indicators

Vortex Indicator value implementation.

Erbt von: ComplexIndicatorValue<VortexIndicator>

Implementiert: IVortexIndicatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

VortexIndicatorValue(VortexIndicator, DateTime)

Vortex Indicator value implementation.

indicator
The parent Vortex Indicator.
time
Time associated with this indicator value.

Eigenschaften

MinusVi : decimal?

Gets the MinusVi value.

MinusViValue : IIndicatorValue

Gets the MinusVi value.

PlusVi : decimal?

Gets the PlusVi value.

PlusViValue : IIndicatorValue

Gets the PlusVi value.

Methoden

ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.