StochasticOscillatorValue

StockSharp.Algo.Indicators

確率的オシレーターインジケーター値の実装.

継承元: ComplexIndicatorValue<StochasticOscillator>

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

コンストラクター

StochasticOscillatorValue
public StochasticOscillatorValue(StochasticOscillator indicator, DateTime time)
stochasticOscillatorValue = StochasticOscillatorValue(indicator, time)

確率的オシレーターインジケーター値の実装.

indicator
親の確率的発振器インジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

D
public decimal? D { get; }
value = stochasticOscillatorValue.D

%D 値を取得します。

DValue
public IIndicatorValue DValue { get; }
value = stochasticOscillatorValue.DValue

%D 値を取得します。

K
public decimal? K { get; }
value = stochasticOscillatorValue.K

%K 値を取得します。

KValue
public IIndicatorValue KValue { get; }
value = stochasticOscillatorValue.KValue

%K 値を取得します。

メソッド

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

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

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