OscillatorOfMovingAverage
StockSharp.Algo.Indicators
平均平均値インジケータの移動の発振器。
継承元: BaseIndicator
コンストラクター
OscillatorOfMovingAverage
public OscillatorOfMovingAverage()
oscillatorOfMovingAverage = OscillatorOfMovingAverage()
OscillatorOfMovingAverage の新規インスタンスを初期化します。
プロパティ
LongPeriod
public int LongPeriod { get; set; }
value = oscillatorOfMovingAverage.LongPeriod
oscillatorOfMovingAverage.LongPeriod = value
長期滞在
Measure
public override IndicatorMeasures Measure { get; }
value = oscillatorOfMovingAverage.Measure
代表取締役社長 佐藤 浩
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = oscillatorOfMovingAverage.NumValuesToInitialize
インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.
ShortPeriod
public int ShortPeriod { get; set; }
value = oscillatorOfMovingAverage.ShortPeriod
oscillatorOfMovingAverage.ShortPeriod = value
短期滞在期間
メソッド
CalcIsFormed
protected override bool CalcIsFormed()
result = oscillatorOfMovingAverage.CalcIsFormed()
代表取締役社長 佐藤 浩一
戻り値: 担当: 佐藤 宏
Load
public override void Load(SettingsStorage storage)
oscillatorOfMovingAverage.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = oscillatorOfMovingAverage.OnProcess(input)
入力値を処理するため。
- input
- 入力値。
戻り値: 結果の値は。
Save
public override void Save(SettingsStorage storage)
oscillatorOfMovingAverage.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
ToString
public override string ToString()
result = oscillatorOfMovingAverage.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。