home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / Epstein_Futures.qcf < prev    next >
Text File  |  1998-09-07  |  10KB  |  206 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. // for Ira Epstein & Company Futures
  12.  
  13. // Located at: http://www.iepstein.com:80/quotes.html
  14.  
  15. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  16.  
  17. // The timezone indicator sets the timezone for the source of quotes for this page
  18.  
  19. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  20. // and adjust the default date and timestamps to the date and time at the page location
  21.  
  22. Timezone=R
  23.  
  24. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  25.  
  26. // this file contains your Internet Site Path (URL) for the root .qtl file;
  27. // defines the download method;
  28. // and contains parsing instructions to be used by the MAWIN generic
  29. // parsing routines
  30.  
  31. // You may edit it as needed if you choose to change the Site used,
  32. // or if the Site format changes
  33.  
  34. // This method of specifying and decoding Web Pages has been chosen to make it
  35. // "easy" to adapt to new pages or changes in pre-defined pages.
  36. // Some users may not wish to get into this level of detail, and others may find
  37. // it easy to use this specifying/formatting scheme to add new pages to your
  38. // daily downloads, or just to keep up with changes.
  39.  
  40. // If you do not wish modify these files, pre-defined files and updates may become 
  41. // available in the near future.
  42.  
  43. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  44. // sets the time at which the date will roll over to next day....
  45. // ie: this is an offset, so that the new date will be used when
  46. // the page becomes available, typically after market close in
  47. // the page timezone
  48. // entered in 24 hour clock system
  49. AppendDateRolloverTime=1830
  50. // enter this before the variable date URL
  51. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  52.  
  53. // This server must be accessed before the following server/pages can be successfully accessed!
  54.  
  55. //Primer=www.iepstein.com/
  56. //Primer=iepstein.com
  57.  
  58. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  59. // This is the Site URL (for the quote page) including any prefix characters up to the qutoes to be added,
  60. // which will come from the .qtl file automatically as it executes
  61.  
  62. // this line was put in for checkout on weekends when no new data of weekend date is available
  63. // it could be used to download priod data of a missed date from this page
  64.  
  65. // this is the nornal page url startup string
  66.  
  67. //http://www.iepstein.com:80/eq980901.html
  68. http://www.iepstein.com:80/eq
  69.  
  70. // for this page, the date must be appended, in the following format 
  71. // (this will be done automatically by MAWIN, due to the following instruction
  72.  
  73. // comment out this line if a fixed date above is used
  74. AppendDate=yymmdd
  75.  
  76. // now, after the variable date, the following fixed string must be added:
  77.  
  78. // comment out this line if a fixed date above is used
  79. Append=.html
  80.  
  81. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  82. // This is the Site URL for the Browser Direct Link.
  83. // Note:  http:// is included
  84. // To distinguish this optional input, it must be preceeded by BrowserLink=
  85.  
  86. BrowserLink=http://www.iepstein.com:80/quotes.html
  87.  
  88. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  89. // This is the Site URL for the Symbol Search page.
  90. // You will need this to use the automatic Symbol Search option
  91. // which will come from the .qtl file automatically as it executes
  92. // Note:  http:// is included
  93. // To distinguish this optional input, it must be preceeded by SymSearch=
  94.  
  95. // no symbol search for this page at this time.
  96. //SymSearch=http://fast.quote.com/fq/quotecom/ticker?search=
  97.  
  98. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  99. // the next entry must define the download method.
  100. // the entry will be either "by_page" or "by_quote" or (new) "by_options"
  101. // "by_page" means the page inherently defines the quote information which will be received.
  102. // these are usually index pages which are predefined.
  103.  
  104. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  105.  
  106. // "by_options" means an underlying symbol will be followed by a variable number of standard option quotes 
  107.  
  108. by_options
  109.  
  110. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  111. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  112.  
  113. // for example:
  114. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  115. // could be a valid request for this page, and the delimeter ',' is used
  116. // other sites may use '+' or other characters as a delimeter
  117.  
  118. //+
  119.  
  120. // (to determine what delimeter is used, bring up the page using your Web Browser,
  121. // request your stock quotes, and observe the delimeter used...usually shown in the
  122. // top text field of your Browser, as a part of the URL.)
  123.  
  124. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  125. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  126. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  127. // if you decide to customize your own download site, you can pick this string by first bringing
  128. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  129. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  130. // first look for a string which will be used as a trigger to begin looking for quotes.
  131. // for this page, there are two types of quotes.  The first trigger phrase is:
  132.  
  133. Prices for
  134.  
  135. // (it can be anywhere)
  136.  
  137. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  138. // next, enter the trigger string which indicates the start of a quote
  139. // unless otherwise indicated, this will be required to start the line
  140. // for this type, it is:
  141.  
  142. TriggerStringStart=Anywhere
  143. //TriggerStringStart=Beginning        // default
  144.  
  145. <B>
  146.  
  147. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  148. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  149. // The keywords which may be used are:
  150.  
  151. // Numeric Keyword Identifiers:  (case-sensitive)
  152. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, and Temp
  153. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  154. // "Temp" may be used multiple times
  155.  
  156. // Textual Keyword Identifiers:
  157. // Symbol, Co_name, Time, ExpChar, ExpYr
  158.  
  159. // for this file/site, the parsing commands are:
  160.  
  161. // 1st for the underlying future:
  162.  
  163. 1            // lines per quote
  164. NoDate            // Do Not look for Date field (none or manual specify)
  165. //Co_name   (Symbol)
  166. Co_name
  167.  
  168.  
  169. // then for the options which follow:
  170.  
  171. // for the by_options method, there is no trigger string for future quotes on the underlying symbol which follow
  172.  
  173. NoTrigger
  174.  
  175. // for this page, there is no second trigger for each of the future quotes on the underlying symbol which follow
  176.  
  177. NoTrigger
  178.  
  179. 1                        // lines per option
  180. AutoDate          // will search for date field and remove before processing quote
  181. SetDateFormat=yymmdd
  182. //    Valid formats are:
  183. //        mm/dd/yy    where / is a delimeter / or -    (default)
  184. //    or    mmddyy
  185. //    or    mmddyyyy    any order with or without delimeter
  186. //    use / only to indicate delimeter presence
  187. //NoDate            // Do Not look for Date field (none or manual specify)
  188. ExpChar   1   ExpYr     1     Open     Hi        Low    Close     Change     Volume      openinterest
  189. // ExpChar  and  ExpYr separated by 1 min space; default is 3 min
  190.  
  191.  
  192. // up to 20 identifier types per quote may be specified
  193. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  194. // quoted in 1000's of shares, and must be adjusted to shares.
  195. // supported modifiers are '*' and '/'
  196.  
  197. //Volume * 1000
  198.  
  199. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  200. // If you have pulled up this file by external brousing, note that it is also accessable
  201. // under the options menu from the MAWIN market analysis environment.
  202.  
  203. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  204.  
  205. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  206.