ChandeKrollStopValue

StockSharp.Algo.Indicators

ChandeKrollStopインジケータ値の実装。

継承元: ComplexIndicatorValue<ChandeKrollStop>

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

コンストラクター

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

ChandeKrollStopインジケータ値の実装。

indicator
親ChandeKrollStop@インジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

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

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

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

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

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

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

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

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

メソッド

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

ライン表現に換算します。

戻り値: 弦のパフォーマンス。