home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / daily.dcf < prev    next >
Text File  |  1999-01-13  |  3KB  |  81 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997
  4. //     by Jim Dowdle
  5. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. // Daily Download Command File
  8.  
  9. // Simply list .qtl (QuoteList) files in the order you wish to download your quotes
  10.  
  11. // Detailed instructions on what site to use and decoding/parsing formats are
  12. // contained in each .qcf (Quote Configuration File) for each of the following
  13. // (eg. watch.qcf)
  14. // The .qtl may be accessed and edited from the .qtl Windows for these files
  15.  
  16. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  17.  
  18. // watch.qtl contains your stocks, funds, etc. of primary interest in one place
  19. // edit it to meet your needs from the .qtl window
  20.  
  21. watch.qtl
  22.  
  23. // put all your funds here, but funds of primary interest may also be put in watch.qtl
  24.  
  25. funds.qtl
  26.  
  27. // put all stocks here
  28.  
  29. stocks.qtl
  30.  
  31. // guess what you put here
  32.  
  33. indices.qtl
  34.  
  35. // Futures Quotes
  36.  
  37. Epstein_Futures.qtl
  38.  
  39. // daily quotes are updated in the order listed here.  when a second quote is requested
  40. // for the same quote file (not the same as symbol), the request will be ignored if a valid
  41. // quote for that day has already been obtained.  this is to prevent multiple quotes being stored.
  42.  
  43. // Pathfinder.qtl provides a backup for watch.qtl, and another example with additional quote types available
  44. // but it does not have the builtin date capability of watch, so comment out for now.
  45.  
  46. //Pathfinder.qtl
  47.  
  48. // sample French quote page
  49.  
  50. //Cot001_1.qtl
  51.  
  52. // sample Australian quote page
  53.  
  54. //AustralianQuotes.qtl    
  55.  
  56. // Options Quotes
  57.  
  58. //CBOE_DIS_NEAR_THE_MONEY.QTL
  59. //CBOE_DIS_ALL.QTL
  60. CBOE_SPX_NEAR_THE_MONEY.QTL
  61. //CBOE_SPX_ALL.QTL
  62. //CBOE_XRX_NEAR_THE_MONEY.QTL
  63. //CBOE_INTC_NEAR_THE_MONEY.QTL
  64. //CBOE_HD_NEAR_THE_MONEY.QTL
  65.  
  66. // actually, you may use any naming convention you wish, by editing/copying the sample
  67. // .qtl files as well as this file.  
  68.  
  69.  
  70. // Note that the extensions are hard coded, and must be adhered to.
  71. // Sites used may be used by changing the corresponding .qcf files
  72. // This will involve a detailed examination of the site .html format and editing of parsing
  73. // instructions.  Methods are spelled out in the builtin Help.
  74.  
  75. // If you have pulled up this file by external brousing, note that it is also accessable
  76. // under the options menu from the MAWIN market analysis environment.
  77.  
  78. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  79.  
  80. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  81.