KalmanFilter
StockSharp.Algo.Indicators
Kalman Filter indicator.
コンストラクター
KalmanFilter()
Initializes a new instance of the KalmanFilter class.
プロパティ
MeasurementNoise : decimal
Measurement noise coefficient (R).
ProcessNoise : decimal
Process noise coefficient (Q).
メソッド
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
戻り値: The new value of the indicator.
Reset()
Reset state.