PureBytes Links
Trading Reference Links
|
Thanks Preston
Reading already.
Cheers fella
Jib
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Jib,
>
> The smartest thing that I can do is advise you to read and study.
The
> users manual is a great stating place. You can also gain a lot from
> the formula primer that Equis offers for free. Once you've done
that
> you would want to place the formula in the explorer.
>
> col A:
> A:= mov(close,10,s);
>
> col B:
> B:= mov(close,30,e);
>
> col C:
> A:= mov(close,10,s);
> B:= mov(close,30,e);
> long:= A > B ;{10sma above 30ema}
>
> col D:
> A:= mov(close,10,s);
> B:= mov(close,30,e);
> short:= A < B;{10sma below 30ema}
>
>
>
>
> Preston
>
>
>
>
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "jibjabanda" <jibjabanda@>
> wrote:
> >
> > Thanks fella your a star pumrysh
> >
> > Where exactly do i paste this formula?
> > Jib
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@> wrote:
> > >
> > > A:= mov(close,10,s);
> > > B:= mov(close,30,e);
> > > long:= A > B ;{10sma above 30ema}
> > > short:= A < B;{10sma below 30ema}
> > >
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, "jibjabanda"
<jibjabanda@>
> > > wrote:
> > > >
> > > > Hello I'm new to metastock and would like some help
> > > > on how to use metastock to scan for stocks to meet a
> > > > particular criteria
> > > > Has anybody heard of Traders Action Zone from
> > > > swing-trade-stocks.com
> > > >
> > > > I would be grateful if someone could put the following in
> > > > a formula for metastock
> > > >
> > > > The Traders Action Zone (TAZ) is when the price ENTERS
> > > > in between two moving averages the 10 sma and 30 ema
> > > >
> > > > long .. when the 10sma is above the 30ema
> > > > short.. when the 10sma is below the 30ema
> > > >
> > > > please could you put this in the simplest of ways
> > > > as i am a metastock virgin
> > > >
> > > > Thank you
> > > >
> > >
> >
>
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/
|