here is all of them. close amibroker first. put them in a file indexes.tls and paste it. goto ur databse, u will see a folder indexes, paset the file indexes.tls and add a new entry indexes in the index.txt file in that folder. open amibroker and u will see the new indexes watchlist !ID001 !ID002 !ID003 !ID004 !ID005 !ID006 !ID007 !ID008 !ID009 !ID010 !ID011 !ID012 !ID013 !ID014 !ID015 !ID016 !ID017 !ID018 !ID019 !ID020 !ID021 !ID022 !ID023 !ID024 !ID025 !ID026 !ID027 !ID028 !ID029 !ID030 !ID031 !ID032 !ID033 !ID034 !ID035 !ID036 !ID037 !ID038 !ID039 !ID040 !ID041 !ID042 !ID043 !ID044 !ID045 !ID046 !ID047 !ID048 !ID049 !ID050 !ID051 !ID052 !ID053 !ID054 !ID055 !ID056 !ID057 !ID058 !ID059 !ID060 !ID061 !ID062 !ID063 !ID064 !ID065 !ID066 !ID067 !ID068 !ID069 !ID070 !ID071 !ID072 !ID073 !ID074 !ID075 !ID076 !ID077 !ID078 !ID079 !ID080 !ID081 !ID082 !ID083 !ID084 !ID085 !ID086 !ID087 !ID088 !ID089 !ID090 !ID091 !ID092 !ID093 !ID094 !ID095 !ID096 !ID097 !ID098 !ID099 !ID100 !ID101 !ID102 !ID103 !ID104 !ID105 !ID106 !ID107 !ID108 !ID109 !ID110 !ID111 !ID112 !ID113 !ID114 !ID115 !ID116 !ID117 !ID118 !ID119 !ID120 !ID121 !ID122 !ID123 !ID124 !ID125 !ID126 !ID127 !ID128 !ID129 !ID130 !ID131 !ID132 !ID133 !ID134 !ID135 !ID136 !ID137 !ID138 !ID139 !ID140 !ID141 !ID142 !ID143 !ID144 !ID145 !ID146 !ID147 !ID148 !ID149 !ID150
--- In [email protected], "Don Lindberg" <[EMAIL PROTECTED]> wrote: > > Lloyd, > > Easy way to do that. Go into symbol catagories, edit the name of an empty > Group. Now go into Symbol Organize, choose groups, find index group. You > will now have all the indexes on left panel. Select only the !IDxx indexes. > In the right panel pick the new group you created. Move the selected stock > to this group. Now go to Automatic Analysis - check filter and define your > group as the only entry on the include tab. > > Filter=1; > > Buy=1; > > AddTextColumn(Name(),"Symbol",50.0,textColor = colorDefault, bkgndColor = > colorDefault, width = -1 ) ; > > > > Copy the above 3 lines of code and run the exploration. This will give you a > list of all the stocks in that group. Right click on the list and tell AA > to copy all symbols to the watchlist of your choice. > > > > > > Donald F Lindberg > > _____ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of burlap58 > Sent: Wednesday, September 19, 2007 12:48 PM > To: [email protected] > Subject: [amibroker] Indexes to watchlist > > > > I would like to put the industry indexes in a watchlist. I understand > how to do them one at a time-but is there a faster bulk way to do > that? Thanks, Lloyd >
