VortexIndicatorValue

StockSharp.Algo.Indicators

Vortex Indicator value implementation.

Наследует: ComplexIndicatorValue<VortexIndicator>

Реализует: IVortexIndicatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

VortexIndicatorValue(VortexIndicator, DateTime)

Vortex Indicator value implementation.

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

Свойства

MinusVi : decimal?

Gets the MinusVi value.

MinusViValue : IIndicatorValue

Gets the MinusVi value.

PlusVi : decimal?

Gets the PlusVi value.

PlusViValue : IIndicatorValue

Gets the PlusVi value.

Методы

ToString() : string

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

Возвращает: Строковое представление.