PureBytes Links
Trading Reference Links
|
Thanks for that johnny,
.....the indicator crossovers look promising.
Could you have a go at writing an AFL exploration code for it as
well ?
Thank you and regards,
pacific
--------------------------------------------------------
--- In amibroker@xxxx, "amitinvest" <amitinvest@xxxx> wrote:
> hi,
>
> graph0=trix(15);
> graph1=ma(graph0,5);
>
> It will work
>
> johnny
>
>
>
>
>
>
>
> ----- Original Message -----
> From: "kbennett99" <kbennett@xxxx>
> To: <amibroker@xxxx>
> Sent: Sunday, June 23, 2002 6:44 AM
> Subject: [amibroker] TRIX Indicator
>
>
> >
> > In my previous charting software the TRIX displayed as an x period
> > line together with an x period signal line used for crossovers -
for
> > example 5/15.
> > In AB,I presume I would use TRIX(15) for the x period line, but
how
> > would I set up the 5 period signal line? Would it be an MA5 of the
> > TRIX(15)?
> >
> > Keith B
> >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
|