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