PureBytes Links
Trading Reference Links
|
Your code looks Ok.
---8<------------
Stoch(25,15) < 25
AND Stoch(25,15) < Mov(Stoch(25,15),15,S)
---8<------------
Make sure you set the Exploration periodicity to "Weekly".
MetaStock -> Tools -> The Explorer -> select exploration -> Edit ->
Options -> Exploration Periodicity -> Weekly -> Ok -> Ok -> Explore...
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, c_cruizer <no_reply@xxxx>
wrote:
>
> I have a set of charts that have the periodicity set to weekly. I'm
> trying to create an explorer that tests to see if the STO is less
> than 25 and the STO is less than the STO MA.
>
> I've tried the following:
> Stoch(25,15) < 25 AND
> (Mov(Stoch(25 ,15 ), 15, S) > Stoch(25,15))
>
> Neigher the first line nor the second line work correctly all the
> time. How should I be building a test for a weekly chart?
>
> Thanks
------------------------ 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/
|