RelativeMomentumIndex
StockSharp.Algo.Indicators
相対的なMomentumの索引(RMI)。
コンストラクター
RelativeMomentumIndex
public RelativeMomentumIndex()
relativeMomentumIndex = RelativeMomentumIndex()
RelativeMomentumIndex の新規インスタンスを初期化します。
プロパティ
Measure
public override IndicatorMeasures Measure { get; }
value = relativeMomentumIndex.Measure
代表取締役社長 佐藤 浩
MomentumPeriod
public int MomentumPeriod { get; set; }
value = relativeMomentumIndex.MomentumPeriod
relativeMomentumIndex.MomentumPeriod = value
月経周期。
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = relativeMomentumIndex.NumValuesToInitialize
インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.
メソッド
CalcIsFormed
protected override bool CalcIsFormed()
result = relativeMomentumIndex.CalcIsFormed()
代表取締役社長 佐藤 浩一
戻り値: 担当: 佐藤 宏
Load
public override void Load(SettingsStorage storage)
relativeMomentumIndex.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = relativeMomentumIndex.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。
Save
public override void Save(SettingsStorage storage)
relativeMomentumIndex.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
ToString
public override string ToString()
result = relativeMomentumIndex.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。