VortexIndicatorValue

StockSharp.Algo.Indicators

Vortex Indicator value implementation.

Hereda de: ComplexIndicatorValue<VortexIndicator>

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

Constructores

VortexIndicatorValue(VortexIndicator, DateTime)

Vortex Indicator value implementation.

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

Propiedades

MinusVi : decimal?

Gets the MinusVi value.

MinusViValue : IIndicatorValue

Gets the MinusVi value.

PlusVi : decimal?

Gets the PlusVi value.

PlusViValue : IIndicatorValue

Gets the PlusVi value.

Métodos

ToString() : string

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

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