PureBytes Links
Trading Reference Links
|
Turko,
Been there! In the case of Metastock, rhe users manual is a great
resource to keep at your side. The program also has a help guide that
you can call upon anytime. Here's the explanation from it about the
cross function.
SYNTAX: cross( DATA ARRAY 1, DATA ARRAY 2 )
FUNCTION: Plots a "+1" on the day that DATA ARRAY 1 crosses above
DATA ARRAY 2. Otherwise, "0" is plotted.
If you want to know when DATA ARRAY 1 crosses below DATA ARRAY 2, use
the formula "cross( DATA ARRAY 2, DATA ARRAY 1)"
EXAMPLE: cross( close, mov(close,9,e) )
You asked for CCI(3) crossing zero so it becomes:
Cross(CCI(3),0);
The ADX(11) greater than 25 would be:
ADX(11) > 25;
Thats the basics, hope it helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "turk0400" <turk0400@xxx>
wrote:
>
> Thanks for your reply pumrysh
>
> I have a users manual but pretty illiterate when it comes to coding.
>
> I am looking for CCI(3) and ADX(11)
>
> Cheers
>
> Turk0400
>
> -- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@> wrote:
> >
> > turk0400,
> >
> > I can help but I need some information from you first.
> >
> > Do you have a users manual?
> >
> > When you say "CCI for 3 periods" and "ADX for 11 periods" are you
> > looking for CCI(3) or a CCI that has been greater than zero for 3
> > periods? Same for the ADX... an ADX(11) or ADX greater than 25
for
> 11
> > periods?
> >
> > Thanks,
> >
> > Preston
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "turk0400" <turk0400@>
> > wrote:
> > >
> > > Hi
> > >
> > > Just found this great forum and hopefully there is someone
> > > out there who can help me with formula
> > >
> > > 1st search
> > >
> > > CCI for 3 periods crosses above 0
> > > --------
> > >
> > > 2nd search
> > >
> > > When ADX for 11 periods is over 25
> > > ---------
> > >
> > > Cheers and thank you in advance
> > >
> > > Turk0400
> > >
> >
>
------------------------------------
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/
|