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