home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / DREYFUSHISTORICALSTOCKS.QCF < prev    next >
Text File  |  1998-12-19  |  8KB  |  157 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997, 1998
  4. //     by Jim Dowdle
  5. // Methods shown herein may be used for no other purpose than
  6. // creating and modifying configuration files for use with this product.
  7. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  8.  
  9. // QuoteList Configuration File
  10.  
  11. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  12.  
  13. // The timezone indicator sets the timezone for the source of quotes for this page
  14.  
  15. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  16. // and adjust the default date and timestamps to the date and time at the page location
  17.  
  18. Timezone=R
  19.  
  20. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  21.  
  22. // Forces Quote Append reguardless of date
  23. // this is for historical data, which will be culled and sorted after appending
  24.  
  25. ForcedAppendsOn
  26.  
  27. // Culls and Sorts history files after each historical update
  28. // (required to get quotes in order)
  29. RunFileFix
  30.  
  31. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  32.  
  33. // this file contains your Internet Site Path (URL) for the root .qtl file;
  34. // defines the download method;
  35. // and contains parsing instructions to be used by the MAWIN generic
  36. // parsing routines
  37.  
  38. // You may edit it as needed if you choose to change the Site used,
  39. // or if the Site format changes
  40.  
  41. // This method of specifying and decoding Web Pages has been chosen to make it
  42. // "easy" to adapt to new pages or changes in pre-defined pages.
  43. // Some users may not wish to get into this level of detail, and others may find
  44. // it easy to use this specifying/formatting scheme to add new pages to your
  45. // daily downloads, or just to keep up with changes.
  46.  
  47. // If you do not wish modify these files, pre-defined files and updates may become 
  48. // available in the near future.
  49.  
  50. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  51. // This is the Site URL including any prefix characters up to the qutoes to be added,
  52. // which will come from the .qtl file automatically as it executes
  53.  
  54. // for fractions
  55. http://www.tradepbs.com/pbscgi/hstqtetd?Symbol=
  56. Suffix=&period=900
  57. // for decimal
  58. // tbd?
  59.  
  60. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  61. // This is the Site URL for the Browser Direct Link.
  62. // Note:  http:// is included
  63. // To distinguish this optional input, it must be preceeded by BrowserLink=
  64.  
  65. BrowserLink=http://www.tradepbs.com/pbscgi/pbsquote
  66.  
  67. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  68. // This is the Site URL for the Symbol Search page.
  69. // You will need this to use the automatic Symbol Search option
  70. // which will come from the .qtl file automatically as it executes
  71. // Note:  http:// is included
  72. // To distinguish this optional input, it must be preceeded by SymSearch=
  73.  
  74. SymSearch=http://www.tradepbs.com/pbscgi/pbsquote
  75.  
  76. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  77. // the next entry must define the download method.
  78. // the entry will be either "by_page" or "by_quote"
  79. // "by_page" means the page inherently defines the quote information which will be received.
  80. // these are usually index pages which are predefined.
  81.  
  82. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  83.  
  84. by_quote
  85.  
  86. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  87. // Optionally, enter the number of quotes per page this URL supports
  88. // the default will be 10, which for now, will be the maximum allowable
  89.  
  90. NumQuotesPerPage=1
  91.  
  92. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  93. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  94.  
  95. // for example:
  96. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  97. // could be a valid request for this page, and the delimeter ',' is used
  98. // other sites may use '+' or other characters as a delimeter
  99.  
  100. // delimeter character skipped for 1 quote per page
  101. //+
  102.  
  103. // (to determine what delimeter is used, bring up the page using your Web Browser,
  104. // request your stock quotes, and observe the delimeter used...usually shown in the
  105. // top text field of your Browser, as a part of the URL.)
  106.  
  107. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  108. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  109. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  110.  
  111. --------
  112.  
  113. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  114.  
  115. // Correlate Quote to Quote request by download page order...ie: 1 symbol per page
  116. // with lots of historical quotes
  117.  
  118. CorrelateBy=Download
  119.  
  120. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  121. // next, enter the trigger string which indicates the start of a quote
  122. // for this type, it is:
  123.  
  124. TriggerStringStart=Anywhere
  125. //TriggerStringStart=Beginning        // default
  126. //<TD HEIGHT=
  127. TriggerString=None
  128.  
  129. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  130. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  131. // The keywords which may be used are:
  132.  
  133. // Numeric Keyword Identifiers:
  134. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Temp
  135. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  136. // "Temp" may be used multiple times
  137.  
  138. // Textual Keyword Identifiers:
  139. // Symbol, Co_name, Time
  140.  
  141. // for this file/site, the parsing commands are:
  142.  
  143. 1                        // lines per quote
  144. AutoDate          // will search for date field and remove before processing quote
  145. //NoDate            // Do Not look for Date field (none or manual specify)
  146. Close   2   Open   2   Hi    2   Low   2   Volume
  147.  
  148. // up to 20 identifier types per quote may be specified
  149. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  150. // quoted in 1000's of shares, and must be adjusted to shares.
  151. // supported modifiers are '*' and '/'
  152.  
  153. // Volume * 1000
  154.  
  155. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  156.  
  157.