graziani:
Did you checked the original in mql4 ? It can be a default of the indicator or a programming bug.
interesting, but it repaints actually, so why does it claim that there is no time lag?
crashes also for some parameter combination.....

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
AFIRMA:
AFIRMA (Autoregressive Finite Impulse Response MA) based on the digital filter accurately shows the price movement, though with a time lag. Moving Average based on the smooth function fitting (a polynom or sin/cos like in Fourier transform) has no lag but often shows the price movement not so well.
The proposed moving average smooths out the price movement using the digital filter for all candlesticks, except the latest ones, the number of which is equal to the filter time lag. These candlesticks are smoothed by cubic spline fitting using least square method. The condition of combined moving average and its first derivative continuity is set at two moving averages crossing. As a result, we have the smooth moving average that accurately tracks the prices without a time lag.
Author: Nikolay Kositsin