VortexPart
StockSharp.Algo.Indicators
渦のインジケーターの部分。
コンストラクター
VortexPart
public VortexPart(bool isPositive)
vortexPart = VortexPart(isPositive)
VortexPart の新規インスタンスを初期化します。
- isPositive
- 担当: 佐藤 宏
プロパティ
NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = vortexPart.NumValuesToInitialize
インジケータが初期化するために処理する必要がある値の数 (IsFormed等しい). 未定義の場合.
メソッド
CalcIsFormed
protected override bool CalcIsFormed()
result = vortexPart.CalcIsFormed()
代表取締役社長 佐藤 浩一
戻り値: 担当: 佐藤 宏
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = vortexPart.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。