home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / mawin / _SETUP.1 / watch.qcf < prev    next >
Text File  |  1998-01-14  |  12KB  |  236 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997
  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. // note:  characters following // will be interpreted as comments.
  9.  
  10. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  11.  
  12. // QuoteList Configuration File
  13.  
  14. // for Quotes.com
  15.  
  16. // Located at: http://www.quote.com/
  17.  
  18. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  19.  
  20. // this file contains your Internet Site Path (URL) for the root .qtl file;
  21. // defines the download method;
  22. // and contains parsing instructions to be used by the MAWIN generic
  23. // parsing routines
  24.  
  25. // You may edit it as needed if you choose to change the Site used,
  26. // or if the Site format changes
  27.  
  28. // This method of specifying and decoding Web Pages has been chosen to make it
  29. // "easy" to adapt to new pages or changes in pre-defined pages.
  30. // Some users may not wish to get into this level of detail, and others may find
  31. // it easy to use this specifying/formatting scheme to add new pages to your
  32. // daily downloads, or just to keep up with changes.
  33.  
  34. // If you do not wish modify these files, pre-defined files and updates may become 
  35. // available in the near future.
  36.  
  37. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  38.  
  39. // The timezone indicator sets the timezone for the source of quotes for this page
  40.  
  41. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  42. // and adjust the default date and timestamps to the date and time at the page location
  43.  
  44. Timezone=R
  45.  
  46. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  47. // Optional Factor will divide all quotes in this Quotelist by this number
  48. // this # will override the value stored in the Global Setup Window for this Quotelist only
  49. CurrencyConversionDivisor=1.00
  50.  
  51. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  52. // This is the I/O formatting section
  53.  
  54. // The keywords which may be used are:
  55.  
  56. // Numeric Keyword Identifiers:
  57. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  58. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  59.  
  60. // Textual Keyword Identifiers:
  61. // Symbol, Co_name, Time
  62.  
  63. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  64. // specified further below.
  65.  
  66. // Output format:
  67.  
  68. // If none is specified, the format will be:
  69.  
  70. // Date   Hi   Low   Close   Volume   Time
  71.  
  72. //OutputFormat=Date   Open   Hi   Low   Close   Volume   Time
  73. OutputFormat=Date   Hi   Low   Close   Volume   Time
  74.  
  75. // fields will be delimeted by fill spaces to the following positions by default:
  76. // field positions by field number: 0, 11, 24, 37, 50, 62, 74, 86, 98, 110, 122
  77.  
  78. OutputFieldPositions= 0, 11, 24, 37, 50, 62, 74, 86, 98, 110, 122
  79.  
  80. // the default output delimeter will be spaces
  81. OutputDelimeter=spaces
  82. // alternatively, comma delimeted output may be used, with no spaces
  83. //OutputDelimeter=comma
  84.  
  85. // A header section normally preceeds the data in a historical quote file,
  86. // and the header may now be customized or eliminated.
  87.  
  88. // If no header specifier statement is provided, the default header will be 
  89. // obtained from file Header.day
  90.  
  91. Header=Header.day
  92. // Header=none
  93.  
  94.  
  95. // Input format: (for imports)
  96.  
  97. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  98.  
  99. // there is no need for an input delimeter specification
  100. // mawin will use either >1 space, or comma delimeted.
  101.  
  102. //ExportFormat=Date   Hi   Low   Close   Volume   Time
  103.  
  104. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  105. // This is the Site URL (for the quote page) including any prefix characters up to the qutoes to be added,
  106. // which will come from the .qtl file automatically as it executes
  107.  
  108. http://fast.quote.com/fq/quotecom/quote?symbols=
  109.  
  110. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  111. // This is the Site URL for the Browser Direct Link.
  112. // Note:  http:// is included
  113. // To distinguish this optional input, it must be preceeded by BrowserLink=
  114.  
  115. BrowserLink=http://fast.quote.com/fq/quotecom/quote?symbols=
  116.  
  117. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  118. // This is the Site URL for the Symbol Search page.
  119. // You will need this to use the automatic Symbol Search option
  120. // which will come from the .qtl file automatically as it executes
  121. // Note:  http:// is included
  122. // To distinguish this optional input, it must be preceeded by SymSearch=
  123.  
  124. SymSearch=http://fast.quote.com/fq/quotecom/ticker?search=
  125.  
  126. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  127. // the next entry must define the download method.
  128. // the entry will be either "by_page" or "by_quote"
  129. // "by_page" means the page inherently defines the quote information which will be received.
  130. // these are usually index pages which are predefined.
  131.  
  132. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  133.  
  134. by_quote
  135.  
  136. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  137. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  138.  
  139. // for example:
  140. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  141. // could be a valid request for this page, and the delimeter ',' is used
  142. // other sites may use '+' or other characters as a delimeter
  143.  
  144. +
  145.  
  146. // (to determine what delimeter is used, bring up the page using your Web Browser,
  147. // request your stock quotes, and observe the delimeter used...usually shown in the
  148. // top text field of your Browser, as a part of the URL.)
  149.  
  150. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  151. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  152. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  153. // if you decide to customize your own download site, you can pick this string by first bringing
  154. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  155. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  156. // first look for a string which will be used as a trigger to begin looking for quotes.
  157. // for this page, there are two types of quotes.  The first trigger phrase is:
  158.  
  159. Stock Quotes
  160. CorrelateBy=Symbol    // specify how to correlate quote to quotefile (default)
  161.  
  162. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  163. // next, enter the trigger string which indicates the start of a quote
  164. // for this type, it is:
  165.  
  166. <TD ALIGN=LEFT>
  167.  
  168. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  169. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  170. // The keywords which may be used are:
  171.  
  172. // Numeric Keyword Identifiers:
  173. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, Earnings, and Temp
  174. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  175. // "Temp" may be used multiple times
  176.  
  177. // Textual Keyword Identifiers:
  178. // Symbol, Co_name, Time
  179.  
  180. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  181. // for this file/site, the parsing commands are:
  182.  
  183. 9                        // lines per quote
  184. AutoDate          // will search for date field and remove before processing quote
  185. //NoDate            // Do Not look for Date field (none or manual specify)
  186. Symbol    Time    Open    Hi    Low    Close    Change    Volume
  187.  
  188. // up to 20 identifier types per quote may be specified
  189. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  190. // quoted in 1000's of shares, and must be adjusted to shares.
  191. // supported modifiers are '*' and '/'
  192.  
  193. //Volume * 1000
  194.  
  195. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  196. // for this page, there are three types of quotes.
  197. // The second trigger phrase and associated commands are:
  198. // (currently, a maximum of 4 are allowed)
  199.  
  200. Mutual Fund Quotes    // begin looking for new quote pattern
  201. CorrelateBy=Symbol    // specify how to correlate quote to quotefile (default)
  202. <TD ALIGN=LEFT>                // indicates start of quote
  203. 10                        // lines per quote
  204. AutoDate          // will search for date field and remove before processing quote
  205. Symbol    Time    Temp    Temp    Close    Change    Temp    Prev
  206.  
  207. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  208. // for this page, there are three types of quotes.
  209. // The third trigger phrase and associated commands are:
  210. // (currently, a maximum of 4 are allowed)
  211.  
  212.  
  213. Fundamental Data        // begin looking for new quote pattern
  214. CorrelateBy=Co_name    // specify how to correlate quote to quotefile
  215. //CorrelateBy=Symbol    // specify how to correlate quote to quotefile (default)
  216. QuoteType=AddOn        // (optional) signals parsing routines that this data will be appended to an earlier primary type
  217. <TD ALIGN=LEFT>        // indicates start of quote
  218. 5            // lines per quote
  219. NoDate                     // Do Not look for Date field (none or manual specify)
  220. Co_name   Earnings   PE_Ratio   Dividend   Temp
  221.  
  222. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  223. // If you have pulled up this file by external brousing, note that it is also accessable
  224. // under the options menu from the MAWIN market analysis environment.
  225.  
  226. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  227.  
  228. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  229. // Numeric Keyword Identifiers:
  230. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, Earnings, and Temp
  231. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  232. // "Temp" may be used multiple times
  233.  
  234. // Textual Keyword Identifiers:
  235. // Symbol, Co_name, Time
  236.