ChandeKrollStopValue

StockSharp.Algo.Indicators

ChandeKrollStop indicator value implementation.

Наследует: ComplexIndicatorValue<ChandeKrollStop>

Реализует: IChandeKrollStopValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

ChandeKrollStopValue(ChandeKrollStop, DateTime)

ChandeKrollStop indicator value implementation.

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

Свойства

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.

Методы

ToString() : string

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

Возвращает: Строковое представление.