AR extrapolation of price – indicator MetaTrader 5
An autoregressive (AR) (or linear prediction) model is given by: x[n] = -Sum(a[i]*x[n – i], i = 1..p) where: x[n] is the predicted value of a time series; x[n-p]..x[n-1] are known past values of the same series; a[1]..a[p] are the model coefficients, and p is the model order. The model coefficients a[1]..a[p] can be fitted … Read more