ChandeKrollStopValue

StockSharp.Algo.Indicators

ChandeKrollStop indicator value implementation.

Erbt von: ComplexIndicatorValue<ChandeKrollStop>

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

Konstruktoren

ChandeKrollStopValue(ChandeKrollStop, DateTime)

ChandeKrollStop indicator value implementation.

indicator
The parent ChandeKrollStop indicator.
time
Time associated with this indicator value.

Eigenschaften

Highest : decimal?

Gets the highest stop line.

HighestValue : IIndicatorValue

Gets the highest stop line.

Lowest : decimal?

Gets the lowest stop line.

LowestValue : IIndicatorValue

Gets the lowest stop line.

Methoden

ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.