TradingView
hajixde
Jan 11, 2023 8:19 AM

Kalman Filter [by Hajixde] 

Euro / Canadian DollarFOREX.com

Description

A simple form of recursive filtering using an adjustable gain and a memory length.
The filter predicts the next sample based on the previous values and the calculated error.

Release Notes

Regression fitter updated.
Error estimator updated.

Release Notes

A secondary filter is added.
Slope and intercept calculations are done by calling a function.
Comments
dpanday
How to use this?
hajixde
@dpanday, like any other filter such as EMA, MA, etc.
More