home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / markanal / _SETUP.1 / Affärsvärlden.QCF < prev    next >
Text File  |  1999-02-17  |  12KB  |  240 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. // this file contains your Internet Site Path (URL) for the root .qtl file;
  14. // defines the download method;
  15. // and contains parsing instructions to be used by the MAWIN generic
  16. // parsing routines
  17.  
  18. // You may edit it as needed if you choose to change the Site used,
  19. // or if the Site format changes
  20.  
  21. // This method of specifying and decoding Web Pages has been chosen to make it
  22. // "easy" to adapt to new pages or changes in pre-defined pages.
  23. // Some users may not wish to get into this level of detail, and others may find
  24. // it easy to use this specifying/formatting scheme to add new pages to your
  25. // daily downloads, or just to keep up with changes.
  26.  
  27. // If you do not wish modify these files, pre-defined files and updates may become 
  28. // available in the near future.
  29.  
  30. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  31.  
  32. // The optional timezone indicator sets the timezone for the source of quotes for this page
  33.  
  34. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  35. // and adjust the default date and timestamps to the date and time at the page location
  36.  
  37. Timezone=A
  38.  
  39. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  40.  
  41. // This optional entry allows quote companies to be added to the quotelist which are found
  42. // in the page.  It would normally be applicable to a download by_page.
  43. // The default is Off.
  44.  
  45. Add_Quote_Requests_to_QuoteList_from_Page=On
  46.  
  47. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  48.  
  49. // This optional entry activates a mode useful for options pages at CBOE to get the symbol
  50. // from the 1st entry in the Quotelist
  51. // This will get the underlying security from the Quotelist 1st entry, and append it to the URL
  52. // below to form the path to the Options page for the indicated underlying security
  53.  
  54. // GetOptionSymbolFromQuoteList=On
  55.  
  56. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  57. // This is the I/O formatting section
  58.  
  59. // The keywords which may be used are:
  60.  
  61. // Numeric Keyword Identifiers:
  62. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  63. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  64.  
  65. // Textual Keyword Identifiers:
  66. // Symbol, Co_name, Time
  67.  
  68. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  69. // specified further below.
  70.  
  71. // Output format:
  72.  
  73. // If none is specified, the format will be:
  74.  
  75. // Date   Hi   Low   Close   Volume   Time
  76.  
  77. //OutputFormat=Date   Open   Hi   Low   Close   Volume   Time
  78. OutputFormat=Date   Hi   Low   Close   Volume   Time
  79.  
  80. // fields will be delimeted by fill spaces to the following positions by default:
  81. // field positions by field number: 0, 11, 24, 37, 50, 62, 74, 86, 98, 110, 122
  82.  
  83. OutputFieldPositions= 0, 11, 24, 37, 50, 62, 74, 86, 98, 110, 122
  84.  
  85. // the default output delimeter will be spaces
  86. OutputDelimeter=spaces
  87. // alternatively, comma delimeted output may be used, with no spaces
  88. //OutputDelimeter=comma
  89.  
  90. // A header section normally preceeds the data in a historical quote file,
  91. // and the header may now be customized or eliminated.
  92.  
  93. // If no header specifier statement is provided, the default header will be 
  94. // obtained from file Header.day
  95.  
  96. Header=Header.day
  97. // Header=none
  98.  
  99.  
  100. // Input format: (for imports)
  101.  
  102. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  103.  
  104. // there is no need for an input delimeter specification
  105. // mawin will use either >1 space, or comma delimeted.
  106.  
  107. //ExportFormat=Date   Hi   Low   Close   Volume   Time
  108.  
  109. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  110. // This is the Site URL including any prefix characters up to the qutoes to be added,
  111. // which will come from the .qtl file automatically as it executes
  112.  
  113. Page=http://www.afv.se/eng/aktie/alfalista.html
  114.      
  115. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  116. // This is the Site URL for the Browser Direct Link.
  117. // Note:  http:// is included
  118. // To distinguish this optional input, it must be preceeded by BrowserLink=
  119.  
  120. BrowserLink=http://www.afv.se/eng/aktie/alfalista.html
  121.  
  122. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  123. // This is the Site URL for the Symbol Search page.
  124. // You will need this to use the automatic Symbol Search option
  125. // which will come from the .qtl file automatically as it executes
  126. // Note:  http:// is included
  127. // To distinguish this optional input, it must be preceeded by SymSearch=
  128.  
  129. SymSearch=http://www.afv.se/eng/aktie/
  130.  
  131. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  132. // the next entry must define the download method.
  133. // the entry will be either "by_page" or "by_quote"
  134. // "by_page" means the page inherently defines the quote information which will be received.
  135. // these are usually index pages which are predefined.
  136.  
  137. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  138.  
  139. //by_quote
  140. by_page
  141.  
  142. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  143. // Optionally, enter the number of quotes per page this URL supports
  144. // the default will be 10, which for now, will be the maximum allowable
  145. // (this only applies to by_quote, not by_page mode
  146.  
  147. //NumQuotesPerPage=1
  148.  
  149. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  150.  
  151. // for example:
  152. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  153. // could be a valid request for this page, and the delimeter ',' is used
  154. // other sites may use '+' or other characters as a delimeter
  155. // for pages only accepting 1 quote per page, a delimeter will not be needed or expected
  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. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  166. // if you decide to customize your own download site, you can pick this string by first bringing
  167. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  168. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  169. // first look for a string which will be used as a trigger to begin looking for quotes.
  170. // for this page, there are two types of quotes.  The first trigger phrase is:
  171.  
  172. <PRE><I>Stock
  173.  
  174. CorrelateBy=Symbol        // specify how to correlate quote to quotefile
  175. //CorrelateBy=Order        // specify how to correlate quote to quotefile
  176. //CorrelateBy=Co_Name        // specify how to correlate quote to quotefile
  177.  
  178. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  179. // next, enter the trigger string which indicates the start of a quote
  180. // for this type, it is:
  181.  
  182. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  183. // next, enter the trigger string which indicates the start of a quote
  184. // unless otherwise indicated, this will be required to start the line
  185. // for this type, it is:
  186.  
  187. //TriggerStringStart=Anywhere
  188. TriggerStringStart=Beginning        // default
  189. TriggerString=None
  190. //<PRE><I>Stock
  191.  
  192. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  193. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  194. // The keywords which may be used are:
  195.  
  196. // Numeric Keyword Identifiers:  (case-sensitive)
  197. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, openinterest, Date, PE_Ratio, Dividend, and Temp
  198. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  199. // "Temp" may be used multiple times
  200.  
  201. // Textual Keyword Identifiers:
  202. // Symbol, Co_name, Time, ExpChar, ExpYr
  203.  
  204. // for this file/site, the parsing commands are:
  205. // *C starting in column 1 will allow extra long lines to be entered as a continuation without exceeding 180 max character line length
  206.  
  207.  
  208. 1        // lines per quote
  209. //AutoDate              // will search for date field and remove before processing quote
  210. //SetDateFormat=mm/dd
  211. //    Valid formats are:
  212. //        mm/dd/yy    where / is a delimeter / or -    (default)
  213. //    or    mm/dd        current year will be attached
  214. //    or    mmddyy
  215. //    or    mmddyyyy    any order with or without delimeter
  216. //    use / only to indicate delimeter presence
  217. NoDate            // Do Not look for Date field (none or manual specify)
  218.  
  219. // some quotes have less than 3 spaces between numerics
  220.  
  221. Symbol   Temp   1   Temp   1    Bid    1    Ask    1    Close   1    Hi    1    Low    1    Volume
  222.  
  223. // Custom Delim Stings are shown/required here
  224. // number of spaces for delim can also be used, like: Close   3    Bid     (default = 3) 
  225.  
  226. // up to 100 identifier types per quote may be specified
  227. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  228. // quoted in 1000's of shares, and must be adjusted to shares.
  229. // supported modifiers are '*' and '/'
  230.  
  231. //Volume * 1000
  232.  
  233. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  234. // If you have pulled up this file by external brousing, note that it is also accessable
  235. // under the options menu from the MAWIN market analysis environment.
  236.  
  237. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  238.  
  239. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  240.