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

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

戻り値: Строковое представление.