IChandeKrollStopValue

StockSharp.Algo.Indicators

ChandeKrollStopインジケータ値.

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

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

一番高い停止ラインを手に入れよう。

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

一番高い停止ラインを手に入れよう。

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

一番低いストップラインを手に入れよう。

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

一番低いストップラインを手に入れよう。