ChandeKrollStopValue

StockSharp.Algo.Indicators

ChandeKrollStopIndikatorwert-Implementierung.

Erbt von: ComplexIndicatorValue<ChandeKrollStop>

Implementiert: IChandeKrollStopValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

ChandeKrollStopValue
public ChandeKrollStopValue(ChandeKrollStop indicator, DateTime time)
chandeKrollStopValue = ChandeKrollStopValue(indicator, time)

ChandeKrollStopIndikatorwert-Implementierung.

indicator
Der übergeordnete ChandeKrollStop Indikator.
time
Zeit, die diesem Indikatorwert zugeordnet ist.

Eigenschaften

Highest
public decimal? Highest { get; }
value = chandeKrollStopValue.Highest

Erhält die höchste Stoplinie.

HighestValue
public IIndicatorValue HighestValue { get; }
value = chandeKrollStopValue.HighestValue

Erhält die höchste Stoplinie.

Lowest
public decimal? Lowest { get; }
value = chandeKrollStopValue.Lowest

Erhält die niedrigste Stoplinie.

LowestValue
public IIndicatorValue LowestValue { get; }
value = chandeKrollStopValue.LowestValue

Erhält die niedrigste Stoplinie.

Methoden

ToString
public override string ToString()
result = chandeKrollStopValue.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.