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.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5569
------------------------------------------------------------------------
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@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|