Create a screen to accept only the issues you want: Cap = Shares * Close; // or however you define Cap. //The way you get "Shares" depends on your source of data //Or you may already have Cap as one of your parameters from your data source // MinCap = Cap > 500000000;
Filter = MinCap; AddColumn(Close,"Close"); Run this exploration in the AA window and you will get a list of the issues you want. Then copy the list into a watchlist. ----- Original Message ----- From: "brian_z111" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, November 25, 2007 7:16 PM Subject: [amibroker] Re: Creating quote lists > --- In [email protected], "markinaustralia" > <[EMAIL PROTECTED]> wrote: >> >> Hi guys, >> >> I've recently bought Amibroker, and am now reasonably familiar with >> the mechanics of making a quote list which Amiquote can access and >> download successfully. >> >> There's been a few pre-made lists which have been good for practise >> while I'm learning, however I'd like to make a list which only has > the >> companies with greater than $500,000,000 in market capitalisation. >> Everything below that I'm not interested in at this stage. >> >> Does anyone know a reasonably quick method besides going through an >> entire 7000+ list of all the stocks listed in the U.S. separately? >> I've been searching high and low and just don't know how to do this. >> >> Any assistance would be brilliant. >> Regards, >> Mark >> > > Hello Mark, > > AmiQuote can deliver current fdata: > > http://www.amibroker.com/guide/h_fundamental.html > > Then use Explorer to filter float * price > 500,000,000, > Then save the returns to a WatchList or export to CSV for later > database creation. > > brian_z > > http://www.amibroker.org/userkb/category/data/ > > > > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
