VortexIndicatorValue
StockSharp.Algo.Indicators
Vortex Indicator Value Implementierung.
Erbt von: ComplexIndicatorValue<VortexIndicator>
Implementiert: IVortexIndicatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
VortexIndicatorValue
public VortexIndicatorValue(VortexIndicator indicator, DateTime time)
vortexIndicatorValue = VortexIndicatorValue(indicator, time)
Vortex Indicator Value Implementierung.
- indicator
- Der übergeordnete Vortex-Indikator.
- time
- Zeit, die diesem Indikatorwert zugeordnet ist.
Eigenschaften
MinusVi
public decimal? MinusVi { get; }
value = vortexIndicatorValue.MinusVi
Bekommt den MinusVi-Wert.
MinusViValue
public IIndicatorValue MinusViValue { get; }
value = vortexIndicatorValue.MinusViValue
Bekommt den MinusVi-Wert.
PlusViValue
public IIndicatorValue PlusViValue { get; }
value = vortexIndicatorValue.PlusViValue
Bekommt den PlusVi-Wert.
Methoden
ToString
public override string ToString()
result = vortexIndicatorValue.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.