PureBytes Links
Trading Reference Links
|
Try this:
---8<------------------------
pdsLookback:= 20;
pdsAway:= 4;
Lo:= L=LLV(L,pdsLookback);
LoPds:= BarsSince(Lo);
Lo AND Ref(LoPds,-1)>=pdsAway
---8<------------------------
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, "Rohan Alva" <rxalva@xxxx>
wrote:
> i want to scan for stocks which fulfill the following criteria,
using metastock:
> - today's low must be a new 20-day low
> - it should also be atleast 4 or more periods away from the previous
20-day low
>
> hence,
> - today's 20-day low = LLV(LOW,20)
>
> can someone tell me how to check if today's low is atleast 4 or more
periods away from the previous 20-day low......what should i add to
the above metastock formula ???
>
> thanx n regards
> rohan
------------------------ 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/
|