Quote:
|
Originally Posted by Emerald King
... if you look at his code you will see that he always looks at the current values bar values and the preveious bar values so what I did was just copy the preveious bar values into the A variables
Thanks
EK
|
Hey, no problem - actually just trying to sort out why I was having
"variance" and "time drift" with this indicator.
Ehlers does use a shift to the previous bar [i + i] explicitly in his values for determining L0[i].L1[i],L2[i].and L3[i]. However, I'm still not certain that your construction does exactly that, versus the version put together by davidwt.
What you see isn't always what you get in MT4 though, as I swear Laguerre is operating on a scale of its own. (Which apparently it is, at least according to Ehlers own documentation). I just have trouble matching up the trades with their purported triggers from this indicator.
(As an aside - I do appreciate all the work you've done on many of the MT4 EAs and indicator found here and on other forums elsewhere, so please do take it all in stride.

)
happy tradings!