home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / mawin / _SETUP.1 / CBS.QCF < prev    next >
Text File  |  1998-01-11  |  12KB  |  238 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 optional 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. // This optional entry allows quote companies to be added to the quotelist which are found
  23. // in the page.  It would normally be applicable to a download by_page.
  24. // The default is Off.
  25.  
  26. //Add_Quote_Requests_to_QuoteList_from_Page=On
  27.  
  28. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  29.  
  30. // This optional entry activates a mode useful for options pages at CBOE to get the symbol
  31. // from the 1st entry in the Quotelist
  32. // This will get the underlying security from the Quotelist 1st entry, and append it to the URL
  33. // below to form the path to the Options page for the indicated underlying security
  34.  
  35. // GetOptionSymbolFromQuoteList=On
  36.  
  37. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  38. // this file contains your Internet Site Path (URL) for the root .qtl file;
  39. // defines the download method;
  40. // and contains parsing instructions to be used by the MAWIN generic
  41. // parsing routines
  42.  
  43. // You may edit it as needed if you choose to change the Site used,
  44. // or if the Site format changes
  45.  
  46. // This method of specifying and decoding Web Pages has been chosen to make it
  47. // "easy" to adapt to new pages or changes in pre-defined pages.
  48. // Some users may not wish to get into this level of detail, and others may find
  49. // it easy to use this specifying/formatting scheme to add new pages to your
  50. // daily downloads, or just to keep up with changes.
  51.  
  52. // If you do not wish modify these files, pre-defined files and updates may become 
  53. // available in the near future.
  54.  
  55. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  56. // This is the Site URL including any prefix characters up to the qutoes to be added,
  57. // which will come from the .qtl file automatically as it executes
  58.  
  59. Page=http://cbs.marketwatch.com/http2_data/squote.htx?source=htx%2Fhttp2_mw&ticker=
  60. //Append-&tables=TABLE
  61.  
  62. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  63. // This is the Site URL for the Browser Direct Link.
  64. // Note:  http:// is included
  65. // To distinguish this optional input, it must be preceeded by BrowserLink=
  66.  
  67. BrowserLink=http://cbs.marketwatch.com/http2_data/squote.htx?source=htx%2Fhttp2_mw&ticker=
  68.  
  69. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  70. // This is the Site URL for the Symbol Search page.
  71. // You will need this to use the automatic Symbol Search option
  72. // which will come from the .qtl file automatically as it executes
  73. // Note:  http:// is included
  74. // To distinguish this optional input, it must be preceeded by SymSearch=
  75.  
  76. SymSearch=http://cbs.marketwatch.com/http2_data/squote.htx?source=htx%2Fhttp2_mw&ticker=
  77.  
  78. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  79. // the next entry must define the download method.
  80. // the entry will be either "by_page" or "by_quote"
  81. // "by_page" means the page inherently defines the quote information which will be received.
  82. // these are usually index pages which are predefined.
  83.  
  84. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  85.  
  86. by_quote
  87. //by_page
  88.  
  89. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  90. // Optionally, enter the number of quotes per page this URL supports
  91. // the default will be 10, which for now, will be the maximum allowable
  92. // (this only applies to by_quote, not by_page mode
  93.  
  94. //NumQuotesPerPage=1
  95.  
  96. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  97.  
  98. // for example:
  99. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  100. // could be a valid request for this page, and the delimeter ',' is used
  101. // other sites may use '+' or other characters as a delimeter
  102. // for pages only accepting 1 quote per page, a delimeter will not be needed or expected
  103.  
  104. +
  105.  
  106. // (to determine what delimeter is used, bring up the page using your Web Browser,
  107. // request your stock quotes, and observe the delimeter used...usually shown in the
  108. // top text field of your Browser, as a part of the URL.)
  109.  
  110. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  111. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  112. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  113. // if you decide to customize your own download site, you can pick this string by first bringing
  114. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  115. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  116. // first look for a string which will be used as a trigger to begin looking for quotes.
  117. // The trigger phrase is:
  118.  
  119. <table valign=
  120.  
  121. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  122. //CorrelateBy=Order        // specify how to correlate quote to quotefile
  123.  
  124. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  125. // next, enter the trigger string which indicates the start of a quote
  126. // for this type, it is:
  127.  
  128. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  129. // next, enter the trigger string which indicates the start of a quote
  130. // unless otherwise indicated, this will be required to start the line
  131. // for this type, it is:
  132.  
  133. //TriggerStringStart=Anywhere
  134. TriggerStringStart=Beginning        // default
  135.  
  136. <TD align=left>
  137.  
  138. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  139. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  140. // The keywords which may be used are:
  141.  
  142. // Numeric Keyword Identifiers:  (case-sensitive)
  143. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, and Temp
  144. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  145. // "Temp" may be used multiple times
  146.  
  147. // Textual Keyword Identifiers:
  148. // Symbol, Co_name, Time, ExpChar, ExpYr
  149.  
  150. // for this file/site, the parsing commands are:
  151. // *C starting in column 1 will allow extra long lines to be entered as a continuation without exceeding 180 max character line length
  152.  
  153. 1        // lines per quote
  154.  
  155. // get rid of some annoying scripts in preprocessing
  156. ReplaceAll=" " with " "
  157. ReplaceAll=" F" with "  "
  158. ReplaceAll=" M" with "  "
  159. ReplaceAll=" N" with "  "
  160. ReplaceAll=" C" with "  "
  161. // for easy viewing of parsed data, gets rid of a bunch of spaces
  162. ReplaceAll="     " with "  "
  163.  
  164. AutoDate " "              // will search for date field and remove before processing quote
  165. //SetDateFormat=mm/dd
  166. //    Valid formats are:
  167. //        mm/dd/yy    where / is a delimeter / or -    (default)
  168. //    or    mm/dd        current year will be attached
  169. //    or    mmddyy
  170. //    or    mmddyyyy    any order with or without delimeter
  171. //    use / only to indicate delimeter presence
  172. //NoDate            // Do Not look for Date field (none or manual specify)
  173.  
  174. // some quotes have less than 3 spaces between numerics
  175.  
  176. Symbol   2    Close   2    Change   2    Prev    2    Low    2    Hi     2    Volume
  177.  
  178. // Custom Delim Stings may be shown/required here
  179. // number of spaces for delim can also be used, like: Close   3    Bid     (default = 3) 
  180.  
  181. // up to 100 identifier types per quote may be specified
  182. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  183. // quoted in 1000's of shares, and must be adjusted to shares.
  184. // supported modifiers are '*' and '/'
  185.  
  186. //Volume * 1000
  187.  
  188. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  189. // for this page, there are several types of quotes.
  190. // The next trigger phrase and associated commands are:
  191. // (currently, a maximum of 4 are allowed)
  192.  
  193. <table valign=
  194. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  195. TriggerStringStart=Beginning        // default
  196. <TD align=left>        // begin looking for new quote pattern
  197. Pass=2            // run thru HTML 2nd time using this format to get some different formats
  198. 1            // lines per quote
  199. AutoDate " "                 // will search for date field and remove before processing quote
  200. Symbol    2    Close    2    Change   2    Prev    2    Low    2    Hi     2    Volume    2    Time
  201.  
  202. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  203. // for this page, there are several types of quotes.
  204. // The next trigger phrase and associated commands are:
  205. // (currently, a maximum of 4 are allowed)
  206.  
  207. <table valign=
  208. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  209. TriggerStringStart=Beginning        // default
  210. <TD align=left>        // begin looking for new quote pattern
  211. Pass=3            // run thru HTML 2nd time using this format to get some different formats
  212. 1            // lines per quote
  213. AutoDate " "                  // will search for date field and remove before processing quote
  214. Symbol    2    Close      2     Change
  215.  
  216. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  217. // for this page, there are several types of quotes.
  218. // The next trigger phrase and associated commands are:
  219. // (currently, a maximum of 4 are allowed)
  220.  
  221. <table valign=
  222. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  223. TriggerStringStart=Beginning        // default
  224. <TD align=left>        // begin looking for new quote pattern
  225. Pass=4            // run thru HTML 2nd time using this format to get some different formats
  226. 1            // lines per quote
  227. AutoDate " "                 // will search for date field and remove before processing quote
  228. Symbol    2    Close    2    Change    2    Prev     2     Low     2     Hi    2     Bid    2    Ask     2     Volume     2     Time
  229.  
  230. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  231.  
  232. // If you have pulled up this file by external brousing, note that it is also accessable
  233. // under the options menu from the MAWIN market analysis environment.
  234.  
  235. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  236.  
  237. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  238.