PureBytes Links
Trading Reference Links
|
Yuki,
Try this.
In AA, apply to all stocks, quotes N=1
Filter = Close <= 10;
AddColumn(Close, "Close",1.2);
Run exploration
You now have a list of all stocks less than $10.00.
Right click results and add to a watchlist.
Go to organize assignments and delete from watchlist.
You can also set up another condition in Filter by
using AND and then specify a volume condition.
Filter = Close <= 10 AND VolumeConditon;
Hope this helps.
Regards
Tony
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> >
> Can anyone write a script, or better show me how to write one, that
> eliminates stocks from the database based on price. (Below 5
dollars
> for sure, maybe below 10.) How about volume? (Below MA 50 <
100,000
> for sure.)
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|