Pat:
Here is a formula for a zero lag EMA. It was posted here a few
years back
Period:= Input("What Period",1,250,10);
EMA1:= Mov(P,Period, E);
EMA2:= Mov(EMA1,Period, E);
Difference:= EMA1 - EMA2;
ZeroLagEMA:= EMA1 + Difference;
ZeroLagEMA;
Lionel
From:
equismetastock@ yahoogroups. com [mailto:equismetast ock@xxxxxxxxxxxx com] On
Behalf Of Patrick Butler
Sent: Monday, January 18, 2010 3:13 AM
To: equismetastock@ yahoogroups. com
Subject: [EquisMetaStock Group] best indicator
I
have been using many indicators over the years e.g. rsi, Macd, moving averages
etc.
Mostly
all of them are lagging ( for obvious reasons ) etc. But one does need an
indicator or perhaps better a pair of indicators. Where one covers the other's
deficiences.
Which
2 or more would you recommend to concentrate on ?