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

Re: [EquisMetaStock Group] problem T3



PureBytes Links

Trading Reference Links







The formula has for the T3, I need to know how to put it t together in a formula to chart all three lines (3,5,8) on the same chart, in 3 different colors.    Marshall
 
-------Original Message-------
 

From: equismetastock@xxxxxxxxxxxxxxx
Date: Thursday, March 18, 2004 23:13:46
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock Group] problem T3
 
I believe, This formula was created by Tim Tilson. It is used for a
single trend line, with fibonacci periods. 3,5,8,13,21,34 add
different colors and enjoy.
 
Torkrus
 
 
 
 
--- In equismetastock@xxxxxxxxxxxxxxx, Ron Berlin <ronber@xxxx> wrote:
> Every unassigned expression (i.e., those expressions not assigned
to a
> variable) in a custom indicator will result in a separate plot on
the
> chart.
>
> Best I can tell, you are telling MS to draw only one line. That
line is
> given by:
> c1*e6+c2*e5+c3*e4+c4*e3;
>
> All the other lines in the code are variable assignments.
>
> M Smith wrote:
>
> > 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. Marshall
> > c2:=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;
> >
> >
> >
> > ____________________________________________________
> > <http://www.incredimail.com/redir.asp?ad_id=309&lang=9>
IncrediMail -
> > Email has finally evolved - Click Here
> > <http://www.incredimail.com/redir.asp?ad_id=309&lang=9>
> > ------------------------------------------------------------------
------
> > 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
> > <mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?
subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/>.
> >
> >
 
 
 
 
 
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:
      http://docs.yahoo.com/info/terms/
 
 
.







____________________________________________________  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: ""