PureBytes Links
Trading Reference Links
|
Hi Jose
I put this
Stch>signal AND Stch<threshold
in the filter section of the exploration editor of the metastock.
And a window open to say "This is not a recognized name, constant or
operator."
So I can't do the exploration to look for stochastic not the first
cross over.
What am I not doing right here, please care to explain and assist.
Thank you very much
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose" <josesilva22@xxxx>
wrote:
>
> "Stch>signal AND Stch<threshold"
>
> The above means that the exploration filter finds any instance of
the
> Stochastic above the signal (not just the crossover), and the
> Stochastic is below 50%.
>
> "Stch>signal AND Stch>threshold-10 AND Stch<threshold+10"
>
> The above means that the exploration filter finds any instance of
the
> Stochastic above the signal (not just the crossover), and the
> Stochastic is above 40% but below 50%.
>
>
> jose '-)
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "lynn14344" <darisr@xxxx>
> wrote:
> >
> > Hi Jose
> >
> > I managed to find a way to just search for the required
criteria.
> > But I notice that this formula catches the first cross over. How
can
> > I look for the stocks where the stochastic is already up,
meaning
> > the first cross over happened afew days ago and the K% is higher
> > than the D% and the stochastic value is about 50%.
> >
> >
> > Thank you very much and I hope I not troubling you very much.
> >
> >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose"
<josesilva22@xxxx>
> > > wrote:
> > > >
> > > > Try this:
> > > >
> > > > ---8<--------------
> > > > { Variables }
> > > > pdsK:=5;
> > > > pdsSlow:=3;
> > > > pdsD:=3;
> > > > threshold:=50;
> > > >
> > > > { Stochastic }
> > > > Stch:=Stoch(pdsK,pdsSlow);
> > > > signal:=Mov(Stch,pdsD,S);
> > > >
> > > > { Signal condition }
> > > > Stch>signal AND Stch<threshold
> > > > ---8<--------------
> > > >
> > > > jose '-)
> > > >
> > > >
> > > > --- In equismetastock@xxxxxxxxxxxxxxx, "lynn14344"
<darisr@xxxx>
> > > > wrote:
> > > > >
> > > > > Hi Everyone,
> > > > >
> > > > > I would like to do an exploration for stochastic. I want
to do
> > > an
> > > > > exploration when the K% is greater than the D% and the
> > > percenatge
> > > > > values are less than 50%.
> > > > >
> > > > > Can someone please help me to write the exploarion formula.
> > > > >
> > > > > Really hope someone can help me.
> > > > >
> > > > > Thank you very much
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|