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

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

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