LinearRegSlope
StockSharp.Algo.Indicators
線形回帰の勾配。
コンストラクター
LinearRegSlope
public LinearRegSlope()
linearRegSlope = LinearRegSlope()
LinearRegSlope の新規インスタンスを初期化します。
プロパティ
Measure
public override IndicatorMeasures Measure { get; }
value = linearRegSlope.Measure
代表取締役社長 佐藤 浩
メソッド
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = linearRegSlope.OnProcessDecimal(input)
入力値を処理するため。
- input
- 入力値。
戻り値: インジケータの新しい値。