PureBytes Links
Trading Reference Links
|
>From memory, the Alert() function doesn't work with the explorer
column reference.
Try this:
x:=ROC(C,1,percent)>=5 AND V>=Mov(V,50,E)*2 AND C>Mov(C,150,W);
Alert(x,10)
jose '-)
--- In Metastockusers@xxxxxxxxxxxxxxx, "ruagoodp" <almutwinter@xxxx>
wrote:
>
> Hi,
>
> Could someone help me with this:
>
> I have put this formula in column A of the explorer function and
> then Alert(colA,10) in the filter section. However the filter does
> not show this formula being satisfied over the last 10 periods.
> It only displays those stocks that satisfies this formula for the
> current period.
> What am I doing wrong?
>
> The formula is:
>
> ROC(C,1,percent) >= 5 AND V >= (Mov(V,50,E)*2) AND C > Mov(C,150,W)
>
> Hope someone can clarfy
>
> Thanks
>
> Rua
------------------------ 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/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|