home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / cbot_futures.QCF < prev    next >
Text File  |  1998-09-07  |  13KB  |  243 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. // for Chicago Board of Trade Futures
  12.  
  13. // Located at: http://www.cbot.com
  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 optional entry allows quote companies to be added to the quotelist which are found
  27. // in the page.  It would normally be applicable to a download by_page.
  28. // The default is Off.
  29.  
  30. Add_Quote_Requests_to_QuoteList_from_Page=On
  31.  
  32. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  33.  
  34. // This option needs to be On for futures quotes which have the same symbol names, but the 
  35. // expiration characters are in the Path.
  36. // The default is Off.
  37.  
  38. MatchFilePathWhenUpdating=On
  39.  
  40. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  41.  
  42. // this file contains your Internet Site Path (URL) for the root .qtl file;
  43. // defines the download method;
  44. // and contains parsing instructions to be used by the MAWIN generic
  45. // parsing routines
  46.  
  47. // You may edit it as needed if you choose to change the Site used,
  48. // or if the Site format changes
  49.  
  50. // This method of specifying and decoding Web Pages has been chosen to make it
  51. // "easy" to adapt to new pages or changes in pre-defined pages.
  52. // Some users may not wish to get into this level of detail, and others may find
  53. // it easy to use this specifying/formatting scheme to add new pages to your
  54. // daily downloads, or just to keep up with changes.
  55.  
  56. // If you do not wish modify these files, pre-defined files and updates may become 
  57. // available in the near future.
  58.  
  59. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  60. // sets the time at which the date will roll over to next day....
  61. // ie: this is an offset, so that the new date will be used when
  62. // the page becomes available, typically after market close in
  63. // the page timezone
  64. // entered in 24 hour clock system
  65. AppendDateRolloverTime=1830
  66. // enter this before the variable date URL
  67. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  68.  
  69. // This server must be accessed before the following server/pages can be successfully accessed!
  70.  
  71. //Primer=www.iepstein.com/
  72. //Primer=iepstein.com
  73.  
  74. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  75. // This is the Site URL (for the quote page) including any prefix characters up to the qutoes to be added,
  76. // which will come from the .qtl file automatically as it executes
  77.  
  78. // this line was put in for checkout on weekends when no new data of weekend date is available
  79. // it could be used to download priod data of a missed date from this page
  80.  
  81. // this is the nornal page url startup string
  82.  
  83. //http://www.cbot.com/mri/bot09048.txt
  84. http://www.cbot.com/mri/bot
  85.  
  86. // for this page, the date must be appended, in the following format 
  87. // (this will be done automatically by MAWIN, due to the following instruction
  88.  
  89. // comment out this line if a fixed date above is used
  90. AppendDate=mmddy
  91.  
  92. // now, after the variable date, the following fixed string must be added:
  93.  
  94. // comment out this line if a fixed date above is used
  95. Append=.txt
  96.  
  97. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  98. // This is the Site URL for the Browser Direct Link.
  99. // Note:  http:// is included
  100. // To distinguish this optional input, it must be preceeded by BrowserLink=
  101.  
  102. BrowserLink=http://www.cbot.com/mri/botdta.htm
  103.  
  104. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  105. // This is the Site URL for the Symbol Search page.
  106. // You will need this to use the automatic Symbol Search option
  107. // which will come from the .qtl file automatically as it executes
  108. // Note:  http:// is included
  109. // To distinguish this optional input, it must be preceeded by SymSearch=
  110.  
  111. SymSearch=http://www.cbot.com/mri/botsym.htm
  112.  
  113. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  114. // the next entry must define the download method.
  115. // the entry will be either "by_page" or "by_quote" or (new) "by_options"
  116. // "by_page" means the page inherently defines the quote information which will be received.
  117. // these are usually index pages which are predefined.
  118.  
  119. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  120.  
  121. // "by_options" means an underlying symbol will be followed by a variable number of standard option quotes 
  122.  
  123. by_page
  124.  
  125. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  126. // Optionally, enter the number of quotes per page this URL supports
  127. // the default will be 10, which for now, will be the maximum allowable
  128.  
  129. //NumQuotesPerPage=1
  130.  
  131. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  132.  
  133. // for example:
  134. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  135. // could be a valid request for this page, and the delimeter ',' is used
  136. // other sites may use '+' or other characters as a delimeter
  137. // for pages only accepting 1 quote per page, a delimeter will not be needed or expected
  138.  
  139. //,
  140.  
  141. // (to determine what delimeter is used, bring up the page using your Web Browser,
  142. // request your stock quotes, and observe the delimeter used...usually shown in the
  143. // top text field of your Browser, as a part of the URL.)
  144.  
  145. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  146. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  147. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  148. // if you decide to customize your own download site, you can pick this string by first bringing
  149. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  150. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  151. // first look for a string which will be used as a trigger to begin looking for quotes.
  152. // for this page, there are two types of quotes.  The first trigger phrase is:
  153.  
  154. StartTrigger=None
  155. CorrelateBy=Order        // specify how to correlate quote to quotefile
  156.  
  157. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  158. // next, enter the trigger string which indicates the start of a quote
  159. // for this type, it is:
  160.  
  161. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  162. // next, enter the trigger string which indicates the start of a quote
  163. // unless otherwise indicated, this will be required to start the line
  164. // for this type, it is:
  165.  
  166. TriggerStringStart=Anywhere
  167. //TriggerStringStart=Beginning        // default
  168.  
  169. TriggerString=None
  170.  
  171. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  172. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  173. // The keywords which may be used are:
  174.  
  175. // Numeric Keyword Identifiers:  (case-sensitive)
  176. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, and Temp
  177. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  178. // "Temp" may be used multiple times
  179.  
  180. // Textual Keyword Identifiers:
  181. // Symbol, Co_name, Time, ExpChar, ExpYr
  182.  
  183. // for this file/site, the parsing commands are:
  184. // *C starting in column 1 will allow extra long lines to be entered as a continuation without exceeding 180 max character line length
  185.  
  186.  
  187. 1        // lines per quote
  188. AutoDate " "              // will search for date field and remove before processing quote
  189. //SetDateFormat=mm/dd
  190. //    Valid formats are:
  191. //        mm/dd/yy    where / is a delimeter / or -    (default)
  192. //    or    mm/dd        current year will be attached
  193. //    or    mmddyy
  194. //    or    mmddyyyy    any order with or without delimeter
  195. //    use / only to indicate delimeter presence
  196. //NoDate            // Do Not look for Date field (none or manual specify)
  197.  
  198. //Co_name(    Symbol)   Close   Change   Bid    Ask   Volume   openinterest
  199. Symbol   1    ExpChar    1   Open    Hi    Low    Close
  200.  
  201. MACRO CreateFuturesFilePath    // filename will be: F$Symbol\ExpChar
  202. MACRO Co_nameLookup        // lookup co_name from symbol table, since co_name not in quote
  203.  
  204. // Custom Delim Stings are shown/required here
  205. // number of spaces for delim can also be used, like: Close   3    Bid   
  206.  
  207. // up to 100 identifier types per quote may be specified
  208. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  209. // quoted in 1000's of shares, and must be adjusted to shares.
  210. // supported modifiers are '*' and '/'
  211.  
  212. //Volume * 1000
  213.  
  214. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  215. //  Company Name Lookup Table
  216. //  Symbol    Company Name to insert
  217. MACRO STARTCONAMELOOKUPTABLE
  218.     C         CORN                                                                                    
  219.     O        OATS                                                                                    
  220.     S         SOYBEANS                                                                                
  221.     SM        SOYBEAN MEAL                                                                           
  222.     RR        ROUGH RICE                                                                             
  223.     BO        SOYBEAN OIL                                                                            
  224.     W        WHEAT                                                                                   
  225.     US        30 YEAR T-BOND                                                                         
  226.     TY        10 YEAR T-NOTE                                                                         
  227.     FV        5 YEAR T-NOTE                                                                          
  228.     TU        2 YEAR T-NOTE                                                                          
  229.     MB        MUNI BOND INDEX                                                                        
  230.     FF        30 DAY FED FUNDS                                                                       
  231.     AG        SILVER 1000-OUNCE                                                                      
  232.     GH        GOLD 100-OUNCE                                                                         
  233.     SP        S&P 500 INDEX                                                                          
  234.     DJ        DOW JONES INDUSTRIAL                                                                      
  235. MACRO ENDTABLE
  236. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  237. // If you have pulled up this file by external brousing, note that it is also accessable
  238. // under the options menu from the MAWIN market analysis environment.
  239.  
  240. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  241.  
  242. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  243.