Quote from monti1a:
I never understood the incessant need by novice traders to use a zero-lag moving average.....zero-lag to what???? price???
Just use price....duh
I made up a zero lag price indicator. I call it On Balance Price. It's the close of the last bar + (close -open) of the current bar.
In Easy Language the formula is Close[1] + (Close[0] - Open[0])