GatorHistogram

StockSharp.Algo.Indicators

発振器ヒストグラムGatorOscillator 。

継承元: BaseIndicator

プロパティ

Line1
public AlligatorLine Line1 { get; }
value = gatorHistogram.Line1

第一線(Jaw対唇)。

Line2
public AlligatorLine Line2 { get; }
value = gatorHistogram.Line2

第二線(唇対歯)。

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = gatorHistogram.NumValuesToInitialize

インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.

メソッド

Clone
public override IIndicator Clone()
result = gatorHistogram.Clone()

コピーの作成GatorHistogram

戻り値: コピー

Load
public override void Load(SettingsStorage storage)
gatorHistogram.Load(storage)

設定をロードします。

storage
設定ストレージ。
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = gatorHistogram.OnProcess(input)

入力値を処理するため。

input
入力値。

戻り値: 結果の値は。

Save
public override void Save(SettingsStorage storage)
gatorHistogram.Save(storage)

設定を保存します。

storage
設定ストレージ。