Page 1 of 1

Zero-Lag Exponential Moving Average

PostPosted: Wed Oct 09, 2013 5:28 pm
by Alexander.Gettinger
Formulas:
ZeroLagEMA[i] = Alpha*(2*Price[i]-Price[i-lag])+(1-Alpha)* ZeroLagEMA[i-1], where
Alpha = 2/(Length+1),
Lag = (Length-1)/2.

ZeroLagEMA_MQL.PNG


Download:
ZeroLagEMA.mq4
(1.71 KiB) Downloaded 1297 times

Re: Zero-Lag Exponential Moving Average

PostPosted: Fri Oct 02, 2015 6:42 am
by Apprentice
TS2/Marketscope version can be found here.
viewtopic.php?f=17&t=62746