home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / mawin / _SETUP.1 / CBOE_DIS_ALL.qcf < prev    next >
Text File  |  1997-12-14  |  10KB  |  180 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://cboe.pcquote.com/cgi-bin/cboeopt.exe?ticker=
  60. Append=&ALL=1
  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://cboe.pcquote.com/cgi-bin/cboeopt.exe?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://cboe.pcquote.com/cgi-bin/cboeget.exe?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.  
  93. //NumQuotesPerPage=1
  94.  
  95. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  96.  
  97. // for example:
  98. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  99. // could be a valid request for this page, and the delimeter ',' is used
  100. // other sites may use '+' or other characters as a delimeter
  101. // for pages only accepting 1 quote per page, a delimeter will not be needed or expected
  102.  
  103. //,
  104.  
  105. // (to determine what delimeter is used, bring up the page using your Web Browser,
  106. // request your stock quotes, and observe the delimeter used...usually shown in the
  107. // top text field of your Browser, as a part of the URL.)
  108.  
  109. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  110. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  111. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  112. // if you decide to customize your own download site, you can pick this string by first bringing
  113. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  114. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  115. // first look for a string which will be used as a trigger to begin looking for quotes.
  116. // for this page, there are two types of quotes.  The first trigger phrase is:
  117.  
  118. Last Sale
  119. CorrelateBy=Order        // specify how to correlate quote to quotefile
  120.  
  121. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  122. // next, enter the trigger string which indicates the start of a quote
  123. // for this type, it is:
  124.  
  125. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  126. // next, enter the trigger string which indicates the start of a quote
  127. // unless otherwise indicated, this will be required to start the line
  128. // for this type, it is:
  129.  
  130. TriggerStringStart=Anywhere
  131. //TriggerStringStart=Beginning        // default
  132.  
  133. TICKER=
  134.  
  135. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  136. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  137. // The keywords which may be used are:
  138.  
  139. // Numeric Keyword Identifiers:  (case-sensitive)
  140. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, and Temp
  141. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  142. // "Temp" may be used multiple times
  143.  
  144. // Textual Keyword Identifiers:
  145. // Symbol, Co_name, Time, ExpChar, ExpYr
  146.  
  147. // for this file/site, the parsing commands are:
  148. // *C starting in column 1 will allow extra long lines to be entered as a continuation without exceeding 180 max character line length
  149.  
  150.  
  151. 7        // lines per quote
  152. //AutoDate              // will search for date field and remove before processing quote
  153. //SetDateFormat=mm/dd
  154. //    Valid formats are:
  155. //        mm/dd/yy    where / is a delimeter / or -    (default)
  156. //    or    mm/dd        current year will be attached
  157. //    or    mmddyy
  158. //    or    mmddyyyy    any order with or without delimeter
  159. //    use / only to indicate delimeter presence
  160. NoDate            // Do Not look for Date field (none or manual specify)
  161.  
  162. Co_name(    Symbol)   Close   Change   Bid    Ask   Volume   openinterest
  163. // Custom Delim Stings are shown/required here
  164. // number of spaces for delim can also be used, like: Close   3    Bid   
  165.  
  166. // up to 100 identifier types per quote may be specified
  167. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  168. // quoted in 1000's of shares, and must be adjusted to shares.
  169. // supported modifiers are '*' and '/'
  170.  
  171. //Volume * 1000
  172.  
  173. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  174. // If you have pulled up this file by external brousing, note that it is also accessable
  175. // under the options menu from the MAWIN market analysis environment.
  176.  
  177. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  178.  
  179. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  180.