home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / mawin / _SETUP.1 / daily.dcf < prev    next >
Text File  |  1997-12-18  |  3KB  |  88 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. // Pathfinder.qtl provides a backup for watch.qtl, and another example with additional quote types available
  24.  
  25. Pathfinder.qtl
  26.  
  27. // sample French quote page
  28.  
  29. Cot001_1.qtl
  30.  
  31. // sample Australian quote page
  32.  
  33. AustralianQuotes.qtl
  34.  
  35. // us_mark.qtl is a backup file for market quotes
  36. // sometimes, the primary site specified in watch.qcf will not provide a daily update
  37. // then, the quote will automatically be updated from the alternate site in us_mark.qtl
  38.  
  39. // daily quotes are updated in the order specified herein.  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. us_mark.qtl
  44.  
  45. // put all your funds here, but funds of primary interest may also be put in watch.qtl
  46.  
  47. funds.qtl
  48.  
  49. // put all stocks here
  50.  
  51. stocks.qtl
  52.  
  53. // guess what you put here
  54.  
  55. indices.qtl
  56.  
  57. // Options Quotes
  58.  
  59. CBOE_DIS_NEAR_THE_MONEY.QTL
  60. CBOE_DIS_ALL.QTL
  61. CBOE_SPX_NEAR_THE_MONEY.QTL
  62. CBOE_SPX_ALL.QTL
  63. //CBOE_XPX_NEAR_THE_MONEY.QTL
  64. //CBOE_INTC_NEAR_THE_MONEY.QTL
  65. //CBOE_HD_NEAR_THE_MONEY.QTL
  66. //cboe_dis_calls.qtl
  67. //cboe_dis_puts.qtl
  68.  
  69. // Futures Quotes
  70.  
  71. Epstein_Futures.qtl
  72.  
  73. // actually, you may use any naming convention you wish, by editing/copying the sample
  74. // .qtl files as well as this file.  
  75.  
  76.  
  77. // Note that the extensions are hard coded, and must be adhered to.
  78. // Sites used may be used by changing the corresponding .qcf files
  79. // This will involve a detailed examination of the site .html format and editing of parsing
  80. // instructions.  Methods are spelled out in the builtin Help.
  81.  
  82. // If you have pulled up this file by external brousing, note that it is also accessable
  83. // under the options menu from the MAWIN market analysis environment.
  84.  
  85. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  86.  
  87. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  88.