PureBytes Links
Trading Reference Links
|
Hello ! try this...
cross(macd(),mov(macd(),9,e)) and macd()>=0
{golden cross above 0}
or
cross(macd(),0)
{golden cross 0 level}
I think it should help ! see you !
--- lzhenzhang <lzhenzhang@xxxxxxxxx> wrote:
> question2:
> > i m trying to do some simple MACD filter for
> metastock..the purpose
> is
> > to find out the stocks which the MACD CROSS above
> zero level..,this
> is
> > how i write the formula:
> >
> > in filter colum:
> > macd() >0 and ref(macd(),-1) >0
> >
> > the problem now is instead of the filter showing
> those stock which
> > CORSS above zero level...it shows for some stocks
> which the MACD is
> > still in the negative zone...i really cant figure
> ut whats wrong
> here...
>
> MACD() >0 AND Ref(MACD(),-1) <0;
>
> or Cross(MACD(),0);
>
>
------------------------------------------------------------------
> hi ,bro roy... i tired the formula MACD() >0 AND
> Ref(MACD(),-1) <0;
> the problem is stil there...some results are stil in
> the negative
> zone...so izzit something to with the time period?or
> i need more
> specific formula to filter it?if i dont include the
> ; sign ,izzit ok?
>
> thanks for ur sharing
>
>
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|