[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] best indicator


  • Date: Tue, 19 Jan 2010 14:07:17 +0530
  • From: manoj kumar <agmanojk@xxxxxxxxx>
  • Subject: Re: [EquisMetaStock Group] best indicator

PureBytes Links

Trading Reference Links



Hi Lionel,
I am a newbie.
I have heard of leading and lagging indicators.
How does one use, I mean interpret zero lag indicator
Manoj, Banglore

On Tue, Jan 19, 2010 at 9:37 AM, Lionel Issen <lissen@xxxxxxxxxxxxx> wrote:
 

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@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of Patrick Butler
Sent: Monday, January 18, 2010 3:13 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] best indicator

 

 

Hi all,

 

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 ?

 

thx

 

Pat




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___