GatorOscillatorValue

StockSharp.Algo.Indicators

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

継承元: ComplexIndicatorValue<GatorOscillator>

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

コンストラクター

GatorOscillatorValue
public GatorOscillatorValue(GatorOscillator indicator, DateTime time)
gatorOscillatorValue = GatorOscillatorValue(indicator, time)

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

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

プロパティ

Histogram1
public decimal? Histogram1 { get; }
value = gatorOscillatorValue.Histogram1

Histogram1 値を取得します。

Histogram1Value
public IIndicatorValue Histogram1Value { get; }
value = gatorOscillatorValue.Histogram1Value

Histogram1 値を取得します。

Histogram2
public decimal? Histogram2 { get; }
value = gatorOscillatorValue.Histogram2

Histogram2 の値を取得します。

Histogram2Value
public IIndicatorValue Histogram2Value { get; }
value = gatorOscillatorValue.Histogram2Value

Histogram2 の値を取得します。

メソッド

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

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

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