PureBytes Links
Trading Reference Links
|
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
------------------------ 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/
|