PureBytes Links
Trading Reference Links
|
periods:=Input("Periods? ",1,63,5);a:=Input("Hot? ",0,2,.7);e1:=Mov(P,periods,E);e2:=Mov(e1,periods,E);e3:=Mov(e2,periods,E); I have this formula for T3 cross over of T5. I get e4:=Mov(e3,periods,E); only one line. Can someone please help me. e5:=Mov(e4,periods,E); The T3 is new to me and trying to learn it is e6:=Mov(e5,periods,E); complicated. This is a fomula that has been c1:=-a*a*a; set up for Metastock. Marshallc2:=3*a*a+3*a*a*a;c3:=-6*a*a-3*a-3*a*a*a;c4:=1+3*a+a*a*a+3*a*a;c1*e6+c2*e5+c3*e4+c4*e3;
____________________________________________________ IncrediMail - Email has finally evolved - Click Here
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
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.
Attachment:
Description: ""
|