PureBytes Links
Trading Reference Links
|
Jose: I am new at using MetaStock. I bought the
program along with ICE because I don't understand
programming. However, I now realize that I need to
better understand the programming of systems and
tests. How might I proceed???
Thank you for your help???
Bill
--- Jose <josesilva22@xxxxxxxxx> 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
>
>
>
>
__________________________________
Do you Yahoo!?
Send holiday email and support a worthy cause. Do good.
http://celebrity.mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|