home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / CBOE_OPTION_QUOTES.QCF < prev    next >
Text File  |  1998-05-11  |  10KB  |  195 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. // configured for CBOE site
  12.  
  13. // for discrete downloads of underlying securities and options
  14. // at one per page
  15.  
  16. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  17.  
  18. // The timezone indicator sets the timezone for the source of quotes for this page
  19.  
  20. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  21. // and adjust the default date and timestamps to the date and time at the page location
  22.  
  23. Timezone=R
  24.  
  25. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  26.  
  27. // this file contains your Internet Site Path (URL) for the root .qtl file;
  28. // defines the download method;
  29. // and contains parsing instructions to be used by the MAWIN generic
  30. // parsing routines
  31.  
  32. // You may edit it as needed if you choose to change the Site used,
  33. // or if the Site format changes
  34.  
  35. // This method of specifying and decoding Web Pages has been chosen to make it
  36. // "easy" to adapt to new pages or changes in pre-defined pages.
  37. // Some users may not wish to get into this level of detail, and others may find
  38. // it easy to use this specifying/formatting scheme to add new pages to your
  39. // daily downloads, or just to keep up with changes.
  40.  
  41. // If you do not wish modify these files, pre-defined files and updates may become 
  42. // available in the near future.
  43.  
  44. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  45. // This is the Site URL including any prefix characters up to the qutoes to be added,
  46. // which will come from the .qtl file automatically as it executes
  47.  
  48. http://cboe.pcquote.com/cgi-bin/cboeget.exe?TICKER=
  49.  
  50. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  51. // This is the Site URL for the Browser Direct Link.
  52. // Note:  http:// is included
  53. // To distinguish this optional input, it must be preceeded by BrowserLink=
  54.  
  55. BrowserLink=http://cboe.pcquote.com/cgi-bin/cboeget.exe?TICKER=
  56.  
  57. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  58. // This is the Site URL for the Symbol Search page.
  59. // You will need this to use the automatic Symbol Search option
  60. // which will come from the .qtl file automatically as it executes
  61. // Note:  http:// is included
  62. // To distinguish this optional input, it must be preceeded by SymSearch=
  63.  
  64. SymSearch=http://cboe.pcquote.com/cgi-bin/cboeget.exe?TICKER=
  65.  
  66. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  67. // the next entry must define the download method.
  68. // the entry will be either "by_page" or "by_quote"
  69. // "by_page" means the page inherently defines the quote information which will be received.
  70. // these are usually index pages which are predefined.
  71.  
  72. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  73.  
  74. by_quote
  75.  
  76. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  77. // Optionally, enter the number of quotes per page this URL supports
  78. // the default will be 10, which for now, will be the maximum allowable
  79.  
  80. NumQuotesPerPage=1
  81.  
  82. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  83.  
  84. // for example:
  85. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  86. // could be a valid request for this page, and the delimeter ',' is used
  87. // other sites may use '+' or other characters as a delimeter
  88. // for pages only accepting 1 quote per page, a delimeter will not be needed or expected
  89.  
  90. //,
  91.  
  92. // (to determine what delimeter is used, bring up the page using your Web Browser,
  93. // request your stock quotes, and observe the delimeter used...usually shown in the
  94. // top text field of your Browser, as a part of the URL.)
  95.  
  96. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  97. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  98. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  99. // if you decide to customize your own download site, you can pick this string by first bringing
  100. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  101. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  102. // first look for a string which will be used as a trigger to begin looking for quotes.
  103. // for this page, there are two types of quotes.  The first trigger phrase is:
  104.  
  105. Beginning CheckList 
  106. CorrelateBy=Order        // specify how to correlate quote to quotefile
  107.  
  108. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  109. // next, enter the trigger string which indicates the start of a quote
  110. // for this type, it is:
  111.  
  112. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  113. // next, enter the trigger string which indicates the start of a quote
  114. // unless otherwise indicated, this will be required to start the line
  115. // for this type, it is:
  116.  
  117. TriggerStringStart=Anywhere
  118. //TriggerStringStart=Beginning        // default
  119.  
  120. Start Price Data Table
  121.  
  122. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  123. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  124. // The keywords which may be used are:
  125.  
  126. // Numeric Keyword Identifiers:  (case-sensitive)
  127. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, and Temp
  128. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  129. // "Temp" may be used multiple times
  130.  
  131. // Textual Keyword Identifiers:
  132. // Symbol, Co_name, Time, ExpChar, ExpYr
  133.  
  134. // for this file/site, the parsing commands are:
  135. // *C starting in column 1 will allow extra long lines to be entered as a continuation without exceeding 180 max character line length
  136.  
  137. // for options
  138.  
  139. 34                        // lines per quote
  140.  
  141. //AutoDate          // will search for date field and remove before processing quote
  142. //SetDateFormat=mm/dd
  143. //    Valid formats are:
  144. //        mm/dd/yy    where / is a delimeter / or -    (default)
  145. //    or    mm/dd        current year will be attached
  146. //    or    mmddyy
  147. //    or    mmddyyyy    any order with or without delimeter
  148. //    use / only to indicate delimeter presence
  149. NoDate            // Do Not look for Date field (none or manual specify)
  150. // Date field changes to time!!!
  151. //Temp    Close    Temp      Temp      Temp     Temp   Temp    Temp    Change    Temp    Prev     Temp     Temp   
  152. Temp    Close    Temp      Temp      Temp     Time     Temp   Temp    Temp    Change    Temp    Prev     Temp     Temp   
  153. *C   Temp    Open   Temp   Hi    Temp    Low    Temp    Bid    Temp    Ask   Temp   Temp    Temp   Volume   Temp    openinterest
  154.  
  155. // up to 100 identifier types per quote may be specified
  156. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  157. // quoted in 1000's of shares, and must be adjusted to shares.
  158. // supported modifiers are '*' and '/'
  159.  
  160. //Volume * 1000
  161.  
  162. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  163. // for this page, there are several types of quotes.
  164. // The next trigger phrase and associated commands are:
  165.  
  166. // for stocks
  167.  
  168. Beginning CheckList 
  169. CorrelateBy=Order        // specify how to correlate quote to quotefile
  170. TriggerStringStart=Anywhere
  171. Start Price Data Table
  172. Pass=2            // run thru HTML again using this format to get some different formats
  173. 34                        // lines per quote
  174. NoDate            // Do Not look for Date field (none or manual specify)
  175. Temp    Close    Temp      Temp      Temp     Time     Temp   Temp    Temp    Change    Temp    Prev     Temp     Temp   
  176. *C   Temp    Open   Temp   Hi    Temp    Low    Temp    Bid    Temp    Temp   Temp   Ask     Temp   Volume
  177.  
  178. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  179. // for this page, there are several types of quotes.
  180. // The next trigger phrase and associated commands are:
  181.  
  182. // for stocks with blanks in bid and ask ffields
  183.  
  184. Beginning CheckList 
  185. CorrelateBy=Order        // specify how to correlate quote to quotefile
  186. TriggerStringStart=Anywhere
  187. Start Price Data Table
  188. Pass=3            // run thru HTML again using this format to get some different formats
  189. 34                        // lines per quote
  190. NoDate            // Do Not look for Date field (none or manual specify)
  191. Temp    Close    Temp      Temp      Temp     Time     Temp   Temp    Temp    Change    Temp    Prev     Temp     Temp   
  192. *C   Temp    Open   Temp   Hi    Temp    Low    Temp    Temp    Temp   Temp   Temp   Volume
  193.  
  194. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  195.