PureBytes Links
Trading Reference Links
|
>From MSusers:
>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 equismetastock@xxxxxxxxxxxxxxx, ruagoodp <no_reply@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 --------------------~-->
$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/
|