LinearRegressionForecast

StockSharp.Algo.Indicators

線形回帰予測の表示器。

継承元: DecimalLengthIndicator

コンストラクター

LinearRegressionForecast
public LinearRegressionForecast()
linearRegressionForecast = LinearRegressionForecast()

LinearRegressionForecast の新規インスタンスを初期化します。

メソッド

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = linearRegressionForecast.OnProcess(input)

入力値を処理するため。

input
入力値。

戻り値: 結果の値は。