Thank you On 2/14/07, Edward Pottasch <[EMAIL PROTECTED]> wrote:
if you have Quotes Plus you can use: *GetExtraData( *"Shares") and multiply with the last price. sometime like: Filter = *GetExtraData( *"Shares") * C > 500000000; AddColumn( *GetExtraData( *"Shares") * C, "Market Cap", 1.2 ); and run explore ----- Original Message ----- *From:* Tony Lei <[EMAIL PROTECTED]> *To:* [email protected] *Sent:* Wednesday, February 14, 2007 12:34 AM *Subject:* [amibroker] Filter stocks by market cap Hi all, Does anyone know how to filter stocks by market capitalization in AB? market capitalization > 500,000,000 thanks qi
