home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / BRUSSELSAB.QCF < prev    next >
Text File  |  1999-01-26  |  13KB  |  257 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997, 1998, 1999
  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. // note:  characters following // will be interpreted as comments.
  9.  
  10. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  11.  
  12. // QuoteList Configuration File
  13.  
  14. // for WOQATS (World Online Quotes and Trading System)
  15.  
  16. // Located at: http://www.woqats.com/
  17.  
  18. // Note: Targeted for Belgium Quotes
  19.  
  20. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  21.  
  22. // Located at: http://www.ssmb.com.au/cgi-public/price_info_public.pl
  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.  
  45. // The timezone indicator sets the timezone for the source of quotes for this page
  46.  
  47. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  48. // and adjust the default date and timestamps to the date and time at the page location
  49.  
  50. Timezone=A
  51. // see: http://aa.usno.navy.mil/AA/faq/docs/world_tzones.html
  52.  
  53. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  54.  
  55. // This optional entry allows quote companies to be added to the quotelist which are found
  56. // in the page.  It would normally be applicable to a download by_page.
  57. // The default is Off.
  58.  
  59. Add_Quote_Requests_to_QuoteList_from_Page=On
  60.  
  61. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  62. // This is the I/O formatting section
  63.  
  64. // The keywords which may be used are:
  65.  
  66. // Numeric Keyword Identifiers:
  67. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  68. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  69.  
  70. // Textual Keyword Identifiers:
  71. // Symbol, Co_name, Time
  72.  
  73. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  74. // specified further below.
  75.  
  76. // Output format:
  77.  
  78. // If none is specified, the format will be:
  79.  
  80. // Date   Hi   Low   Close   Volume   Time
  81.  
  82. //OutputFormat=Date   Open   Hi   Low   Close   Volume   Time
  83. OutputFormat=Date   Hi   Low   Close   Volume   Time
  84.  
  85. // fields will be delimeted by fill spaces to the following positions by default:
  86. // field positions by field number: 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  87.  
  88. OutputFieldPositions= 0, 15, 29, 41, 54, 66, 78, 90, 102, 114, 126
  89.  
  90. // the default output delimeter will be spaces
  91. OutputDelimeter=spaces
  92. // alternatively, comma delimeted output may be used, with no spaces
  93. //OutputDelimeter=comma
  94.  
  95. // A header section normally preceeds the data in a historical quote file,
  96. // and the header may now be customized or eliminated.
  97.  
  98. // If no header specifier statement is provided, the default header will be 
  99. // obtained from file Header.day
  100.  
  101. Header=Header.day
  102. // Header=none
  103.  
  104.  
  105. // Input format: (for imports)
  106.  
  107. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  108.  
  109. // there is no need for an input delimeter specification
  110. // mawin will use either >1 space, or comma delimeted.
  111.  
  112. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  113. // This is the Site URL (for the quote page) including any prefix characters up to the qutoes to be added,
  114. // which will come from the .qtl file automatically as it executes
  115.  
  116. http://firefly.woqats.com/intraday/bdb/bel_ab.html
  117.  
  118. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  119. // This is the Site URL for the Browser Direct Link.
  120. // Note:  http:// is included
  121. // To distinguish this optional input, it must be preceeded by BrowserLink=
  122.  
  123. BrowserLink=http://firefly.woqats.com/intraday/bdb/bel_ab.html
  124. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  125. // This is the Site URL for the Symbol Search page.
  126. // You will need this to use the automatic Symbol Search option
  127. // which will come from the .qtl file automatically as it executes
  128. // Note:  http:// is included
  129. // To distinguish this optional input, it must be preceeded by SymSearch=
  130.  
  131. SymSearch=http://firefly.woqats.com/intraday/bdb/bel_ab.html
  132.  
  133. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  134. // the next entry must define the download method.
  135. // the entry will be either "by_page" or "by_quote"
  136. // "by_page" means the page inherently defines the quote information which will be received.
  137. // these are usually index pages which are predefined.
  138.  
  139. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  140.  
  141. by_page
  142.  
  143. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  144. // Optionally, enter the number of quotes per page this URL supports
  145. // the default will be 10, which for now, will be the maximum allowable
  146.  
  147. //NumQuotesPerPage=10
  148.  
  149. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  150. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  151.  
  152. // for example:
  153. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  154. // could be a valid request for this page, and the delimeter ',' is used
  155. // other sites may use '+' or other characters as a delimeter
  156.  
  157. //+
  158.  
  159. // (to determine what delimeter is used, bring up the page using your Web Browser,
  160. // request your stock quotes, and observe the delimeter used...usually shown in the
  161. // top text field of your Browser, as a part of the URL.)
  162.  
  163. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  164. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  165. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  166. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  167. // if you decide to customize your own download site, you can pick this string by first bringing
  168. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  169. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  170. // first look for a string which will be used as a trigger to begin looking for quotes.
  171. // for this page, there are two types of quotes.  The first trigger phrase is:
  172.  
  173. //StartTrigger=None
  174. GroupTrigger=Full name
  175.  
  176. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  177. //CorrelateBy=Order        // specify how to correlate quote to quotefile
  178. //CorrelateBy=Co_Name        // specify how to correlate quote to quotefile
  179.  
  180. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  181. // next, enter the trigger string which indicates the start of a quote
  182. // for this type, it is:
  183.  
  184. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  185. // next, enter the trigger string which indicates the start of a quote
  186. // unless otherwise indicated, this will be required to start the line
  187. // for this type, it is:
  188.  
  189. //TriggerStringStart=Anywhere
  190. TriggerStringStart=Beginning        // default
  191. //TriggerString=None
  192. <TR><TD>
  193.  
  194. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  195. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  196. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  197. // The keywords which may be used are:
  198.  
  199. // Numeric Keyword Identifiers:
  200. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, Earnings, and Temp
  201. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  202. // "Temp" may be used multiple times
  203.  
  204. // Textual Keyword Identifiers:
  205. // Symbol, Co_name, Time
  206.  
  207. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  208. // for this file/site, the parsing commands are:
  209.  
  210. 1                        // lines per quote
  211.  
  212. // reduce # of resulting spaces in line to keep line reasonably short
  213. // (keep minumum of 3 spaces between fields....no more are needed)
  214. ReplaceAll="     " with "   "
  215.  
  216. //AutoDate          // will search for date field and remove before processing quote
  217. NoDate            // Do Not look for Date field (none or manual specify)
  218.  
  219. Co_name        Symbol        Close        Change        Volume        Open        Hi        Low        Temp        Temp
  220. //*C  Temp    Temp    Temp   Temp    Temp    Temp     Temp      Temp     Temp      Temp     Temp
  221.  
  222. // up to 20 identifier types per quote may be specified
  223. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  224. // quoted in 1000's of shares, and must be adjusted to shares.
  225. // supported modifiers are '*' and '/'
  226.  
  227. //Volume * 1000
  228.  
  229. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  230. // for this page, there are several types of quotes.
  231. // The next trigger phrase and associated commands are:
  232. // (currently, a maximum of 30 are allowed)
  233.  
  234. GroupTrigger=Full name
  235. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  236. TriggerStringStart=Beginning        // default
  237. <TR><TD>
  238. Pass=2            // run thru HTML 2nd time using this format to get some different formats
  239. 1                        // lines per quote
  240.  
  241. // take out -- chars, leaving (2) unique NC fields
  242. ReplaceAll="--" with ""
  243. ReplaceAll="0.0 NC" with "0.0"
  244.  
  245. NoDate            // Do Not look for Date field (none or manual specify)
  246. Co_name        Symbol    Close        Temp        Temp
  247.  
  248. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  249. // If you have pulled up this file by external brousing, note that it is also accessable
  250. // under the options menu from the MAWIN market analysis environment.
  251.  
  252. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  253.  
  254. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  255.  
  256.  
  257.