PureBytes Links
Trading Reference Links
|
Hi Bob,
Assuming you agree that there are 30 days in a month (some would count only
trading days for example), this should do what you want:
<clip>
Filter = ROC(Close,30) >= 10;
AddColumn(ROC(Close,30),"ROC(Close,30)",1);
<clip>
Just click on the heading of the "ROC(Close,30)" column and it will sort the
stocks by that column.
I also used "Apply to | use filter | Include: Group: stocks"
HTH,
-john
----- Original Message -----
From: "axium102" <axium102@xxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, September 08, 2004 3:12 PM
Subject: [amibroker] Looking for a fomula to screen stocks for last month
performance
Hello;
I am looking for a formula to perform a stock exploration on a group
of stocks, that would rank them according to monthly performance,
or identify stocks that went up by more than for example 10% during
the last month.
Thanks, Bob
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
------------------------ 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/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|