PureBytes Links
Trading Reference Links
|
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group. Please use this
page to reply.
Guppy
moving average setup (use the indicator builder)
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
{MMA
3/30}
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>If(OscP(3,30,E,%)>0,+1,-1)
<FONT face=Arial color=#0000ff
size=2>
One of
these must created for each of the paring indicators used in the
exploration. Simply substitute 5/35 for 3/30 in the equation to create
each new MA indicator, and so on.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
{Guppy
MMA Crossover Exploration}
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>ColA: Ref(C,-1)
<FONT face=Arial color=#0000ff
size=2>ColB: Ref(C,-2)
<FONT face=Arial color=#0000ff
size=2>ColC: Fml("MMA 3/30")+Fml("MMA 5/35")+Fml("MMA 8/40") +
Fml("MMA 10/45")+Fml("MMA 12/50")+Fml("MMA 15/60")
<FONT face=Arial color=#0000ff
size=2>ColD: Ref(Fml("MMA 3/30")+Fml("MMA 5/35")+Fml("MMA
8/40") + Fml("MMA 10/45")+Fml("MMA 12/50")+Fml("MMA
15/60"),-1)
<FONT face=Arial color=#0000ff
size=2>ColE: Ref(Fml("MMA 3/30")+Fml("MMA 5/35")+Fml("MMA
8/40") + Fml("MMA 10/45")+Fml("MMA 12/50")+Fml("MMA
15/60"),-2)
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Filter: When(colD>0 AND
When(colE<=0))
<FONT face=Arial color=#0000ff
size=2>
Short
term MA represent traders - long term ma - investors. You want the long
term ma's to be steady - the short terms can flucuate but should sit above the
long term ma's. Percing of the long term ma's by the short-term ma's
indicates traders losing interest, should the long ma's bands cluster it
indicates investors losing interest.
<FONT face=Arial color=#0000ff
size=2>
A good
summary of their use can be found at <A
href="http://www.alanhull.com">www.alanhull.com - download the free course
and all will be explained. Note Alan uses MMA's on a weekly time-frame and
not daily, but the principles remain the same.
<FONT face=Arial color=#0000ff
size=2>
Hope
this makes sense and helps!
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Jono
<FONT face=Tahoma
size=2>-----Original Message-----From: trader782002
[mailto:trader782002@xxxxxxxxx]Sent: Friday, 29 November 2002 9:29
PMTo: equismetastock@xxxxxxxxxxxxxxxSubject:
[EquisMetaStock Group] Guppy MA?Hi!Does
anyone know how to interpret the Guppy MA?Do you use it? does it
work?And how do I do a exploration (GUppy MA) that finds stocks in
which ALL the short MA´s is upper than than the LOng MA?Simply colA
> colB,
where:A=Mov(C,3,E);Mov(C,5,E);Mov(C,8,E);Mov(C,10,E);Mov(C,12,E);Mov(C,15,E);B=Mov(C,30,E);Mov(C,35,E);Mov(C,40,E);Mov(C,45,E);Mov(C,50,E);Mov(C,60,E);Thank!
To
unsubscribe from this group, send an email
to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1038614320?" alt="" width="300" height="250"
border="0">
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|