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