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

Minus
public decimal? Minus { get; }
value = directionalIndexValue.Minus

Erhält den Minuswert.

MinusValue
public IIndicatorValue MinusValue { get; }
value = directionalIndexValue.MinusValue

Erhält den Minuswert.

Plus
public decimal? Plus { get; }
value = directionalIndexValue.Plus

Erhält den Plus-Wert.

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.