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