PureBytes Links
Trading Reference Links
|
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
To: amibroker@xxxxxxxxxxxxxxx
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
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.17.37/682 - Release Date: 2/12/2007 1:23 PM
|