DirectionalIndexValue
StockSharp.Algo.Indicators
DirectionalIndexIndikatorwert-Implementierung.
Erbt von: ComplexIndicatorValue<DirectionalIndex>
Implementiert: IDirectionalIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
DirectionalIndexValue
public DirectionalIndexValue(DirectionalIndex indicator, DateTime time)
directionalIndexValue = DirectionalIndexValue(indicator, time)
DirectionalIndexIndikatorwert-Implementierung.
- indicator
- Der übergeordnete DirectionalIndex Indikator.
- time
- Zeit, die diesem Indikatorwert zugeordnet ist.
Eigenschaften
MinusValue
public IIndicatorValue MinusValue { get; }
value = directionalIndexValue.MinusValue
Erhält den Minuswert.
PlusValue
public IIndicatorValue PlusValue { get; }
value = directionalIndexValue.PlusValue
Erhält den Plus-Wert.
Methoden
ToString
public override string ToString()
result = directionalIndexValue.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.