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