home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------------------------------------------------------------------------------------
- // The Market Analyzer for Windows
- // (C) Copyright 1994, 1995, 1996, 1997
- // by Jim Dowdle
- //---------------------------------------------------------------------------------------------------------------------------------------------------------
-
- // Daily Download Command File
-
- // Simply list .qtl (QuoteList) files in the order you wish to download your quotes
-
- // Detailed instructions on what site to use and decoding/parsing formats are
- // contained in each .qcf (Quote Configuration File) for each of the following
- // (eg. watch.qcf)
- // The .qtl may be accessed and edited from the .qtl Windows for these files
-
- //---------------------------------------------------------------------------------------------------------------------------------------------------------
-
- // watch.qtl contains your stocks, funds, etc. of primary interest in one place
- // edit it to meet your needs from the .qtl window
-
- watch.qtl
-
- // put all your funds here, but funds of primary interest may also be put in watch.qtl
-
- funds.qtl
-
- // put all stocks here
-
- stocks.qtl
-
- // guess what you put here
-
- indices.qtl
-
- // Futures Quotes
-
- Epstein_Futures.qtl
-
- // daily quotes are updated in the order listed here. when a second quote is requested
- // for the same quote file (not the same as symbol), the request will be ignored if a valid
- // quote for that day has already been obtained. this is to prevent multiple quotes being stored.
-
- // Pathfinder.qtl provides a backup for watch.qtl, and another example with additional quote types available
- // but it does not have the builtin date capability of watch, so comment out for now.
-
- //Pathfinder.qtl
-
- // sample French quote page
-
- //Cot001_1.qtl
-
- // sample Australian quote page
-
- //AustralianQuotes.qtl
-
- // Options Quotes
-
- //CBOE_DIS_NEAR_THE_MONEY.QTL
- //CBOE_DIS_ALL.QTL
- CBOE_SPX_NEAR_THE_MONEY.QTL
- //CBOE_SPX_ALL.QTL
- //CBOE_XRX_NEAR_THE_MONEY.QTL
- //CBOE_INTC_NEAR_THE_MONEY.QTL
- //CBOE_HD_NEAR_THE_MONEY.QTL
-
- // actually, you may use any naming convention you wish, by editing/copying the sample
- // .qtl files as well as this file.
-
-
- // Note that the extensions are hard coded, and must be adhered to.
- // Sites used may be used by changing the corresponding .qcf files
- // This will involve a detailed examination of the site .html format and editing of parsing
- // instructions. Methods are spelled out in the builtin Help.
-
- // If you have pulled up this file by external brousing, note that it is also accessable
- // under the options menu from the MAWIN market analysis environment.
-
- // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
-
- //---------------------------------------------------------------------------------------------------------------------------------------------------------
-