Class VortexIndicatorValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
VortexIndicator indicator value.
public class VortexIndicatorValue : ComplexIndicatorValue<VortexIndicator>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
VortexIndicatorValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the VortexIndicatorValue.
Constructors
VortexIndicatorValue(VortexIndicator, DateTimeOffset)
VortexIndicator indicator value.
public VortexIndicatorValue(VortexIndicator indicator, DateTimeOffset time)
Parameters
indicator
VortexIndicatortime
DateTimeOffset
Remarks
Initializes a new instance of the VortexIndicatorValue.
Properties
MinusVi
Gets the MinusVi value.
[Browsable(false)]
public decimal? MinusVi { get; }
Property Value
MinusViValue
Gets the MinusVi value.
public IIndicatorValue MinusViValue { get; }
Property Value
PlusVi
Gets the PlusVi value.
[Browsable(false)]
public decimal? PlusVi { get; }
Property Value
PlusViValue
Gets the PlusVi value.
public IIndicatorValue PlusViValue { get; }