PureBytes Links
Trading Reference Links
|
Can anyone put the below exploration as an indicator with all the
criteria including the filter aspect. Thanks.
Kev.
===========================================
MMA 0/45:= If(OscP(10,45,E,%)>0,+1,-1);
MMA 2/50:= If(OscP(12,50,E,%)>0,+1,-1);
MMA 5/60:= If(OscP(15,60,E,%)>0,+1,-1);
MMA 5/35:= If(OscP(5,35,E,%)>0,+1,-1);
MMA 8/40:= If(OscP(8,40,E,%)>0,+1,-1);
Col A:= CLOSE;
Col B:= Ref(C,-1);
Col C:= Ref(C,-2);
Col D:= Fml( "MMA 3/30") + Fml( "MMA 5/35") + Fml( "MMA 8/40") +
Fml( "MMA 10/45") + Fml( "MMA 12/50") + Fml( "MMA 15/60");
Col E:= 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)
Filter:
When(colD,>,0) AND When(colE,<=,0)
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|