VortexIndicatorValue

StockSharp.Algo.Indicators

Vortex Indicator value implementation.

Inherits: ComplexIndicatorValue<VortexIndicator>

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

Constructors

VortexIndicatorValue(VortexIndicator, DateTime)

Vortex Indicator value implementation.

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

Properties

MinusVi : decimal?

Gets the MinusVi value.

MinusViValue : IIndicatorValue

Gets the MinusVi value.

PlusVi : decimal?

Gets the PlusVi value.

PlusViValue : IIndicatorValue

Gets the PlusVi value.

Methods

ToString() : string

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

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