Henry, I just uploaded a file called "LoadIndex.js" that will do this for up to four indices (ASX50, ASX100, ASX200, and ASX300). It needs customising before use to set the path to where the downloaded files are and also the watchlist numbers.
It starts by clearing the specified watchlists, which takes the most time because it has to check every symbol. It's quicker to clear the watchlists manually first and comment out that block of code. Finally, all use is at your own risk. Scripts can potentially mess up the database, so back up the database before use and verify for yourself that it works correctly. Regards, GP --- In [email protected], "huuuchan1" <[EMAIL PROTECTED]> wrote: > > Hi > > I have been doing it manually every month as follow. > > 1. Download the update cvs file from ( for asx50 ) > http://www2.standardandpoors.com/portal/site/sp/en/au/page.topic/indic > es_asx50/2,3,2,8,0,0,0,0,0,0,3,0,0,0,0,0.html > 2. edit in excel and save it as a text file > 3. import into amibroker as watchlist > 4. i repeat the process for for asx200, asx300 > > Has anyone create a jscript for updating a watchlist for asx50 , > asx200, asx300 from Standard & Poor's website. > > Many thanks in advance. > > Regards > Henry >
