[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [amibroker] Number of Symbols in Market, Group, Sector, etc.
- Date: Sun, 3 Jan 2010 16:14:59 -0800 (PST)
- From: l washington <goldwing01_1999@xxxxxxxxx>
- Subject: Re: [amibroker] Number of Symbols in Market, Group, Sector, etc.
PureBytes Links
Trading Reference Links
|
try this:
Filter=1;
AddTextColumn( SectorID( 1 ), "Sector name" );
AddTextColumn( GroupID( 1 ), "Group name" );
AddTextColumn( IndustryID( 1 ), "Industry name" );
AddTextColumn( GetBaseIndex(), "Base index" );
SetSortColumns( 5 );
--- On Sun, 1/3/10, B S <bs2167@xxxxxxxxx> wrote:
From: B S <bs2167@xxxxxxxxx> Subject: [amibroker] Number of Symbols in Market, Group, Sector, etc. To: amibroker@xxxxxxxxxxxxxxx Date: Sunday, January 3, 2010, 6:39 PM
Hi- I apologize in advance, as I'm sure this has been covered somewhere previously, but I cannot find the answer after extensive searching. Is there an easy way to quickly see the number of symbols contained in a certain Market, Group, or Sector list? I know holding the cursor over the database name on the bottom right toolbar shows the # of symbols in the database, but nothing on the subfolder level. Thanks for any suggestions.
|
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|
|
|
|