HighLowIndex
StockSharp.Algo.Indicators
高い低い索引の表示器。
コンストラクター
プロパティ
Measure
public override IndicatorMeasures Measure { get; }
value = highLowIndex.Measure
代表取締役社長 佐藤 浩
メソッド
CalcIsFormed
protected override bool CalcIsFormed()
result = highLowIndex.CalcIsFormed()
代表取締役社長 佐藤 浩一
戻り値: 担当: 佐藤 宏
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = highLowIndex.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。