VortexIndicatorValue
StockSharp.Algo.Indicators
Vortex Indicator value implementation.
Inherits: ComplexIndicatorValue<VortexIndicator>
Implements: IVortexIndicatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
VortexIndicatorValue
public VortexIndicatorValue(VortexIndicator indicator, DateTime time)
vortexIndicatorValue = VortexIndicatorValue(indicator, time)
Vortex Indicator value implementation.
- indicator
- The parent Vortex Indicator.
- time
- Time associated with this indicator value.
Properties
MinusVi
public decimal? MinusVi { get; }
value = vortexIndicatorValue.MinusVi
Gets the MinusVi value.
MinusViValue
public IIndicatorValue MinusViValue { get; }
value = vortexIndicatorValue.MinusViValue
Gets the MinusVi value.
PlusViValue
public IIndicatorValue PlusViValue { get; }
value = vortexIndicatorValue.PlusViValue
Gets the PlusVi value.
Methods
ToString
public override string ToString()
result = vortexIndicatorValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.