home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / mawin / _SETUP.1 / AustralianQuotes.qcf < prev    next >
Text File  |  1997-12-09  |  11KB  |  207 lines

  1. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  2. // The Market Analyzer for Windows
  3. // (C) Copyright 1994, 1995, 1996, 1997
  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 Natwest Australia's stock site-
  15.  
  16. // Located at: http://www.natwest.com.au/cgi-public/indices_public.pl
  17.  
  18. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  19.  
  20. // this file contains your Internet Site Path (URL) for the root .qtl file;
  21. // defines the download method;
  22. // and contains parsing instructions to be used by the MAWIN generic
  23. // parsing routines
  24.  
  25. // You may edit it as needed if you choose to change the Site used,
  26. // or if the Site format changes
  27.  
  28. // This method of specifying and decoding Web Pages has been chosen to make it
  29. // "easy" to adapt to new pages or changes in pre-defined pages.
  30. // Some users may not wish to get into this level of detail, and others may find
  31. // it easy to use this specifying/formatting scheme to add new pages to your
  32. // daily downloads, or just to keep up with changes.
  33.  
  34. // If you do not wish modify these files, pre-defined files and updates may become 
  35. // available in the near future.
  36.  
  37. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  38.  
  39. // The timezone indicator sets the timezone for the source of quotes for this page
  40.  
  41. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  42. // and adjust the default date and timestamps to the date and time at the page location
  43.  
  44. Timezone=K
  45. // see: http://aa.usno.navy.mil/AA/faq/docs/world_tzones.html
  46.  
  47. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  48. // This is the I/O formatting section
  49.  
  50. // The keywords which may be used are:
  51.  
  52. // Numeric Keyword Identifiers:
  53. // future: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Earnings.
  54. // now: Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date.
  55.  
  56. // Textual Keyword Identifiers:
  57. // Symbol, Co_name, Time
  58.  
  59. // Note that just specifying output will not obtain it....it must be available from the chosen page, and must be
  60. // specified further below.
  61.  
  62. // Output format:
  63.  
  64. // If none is specified, the format will be:
  65.  
  66. // Date   Hi   Low   Close   Volume   Time
  67.  
  68. //OutputFormat=Date   Open   Hi   Low   Close   Volume   Time
  69. OutputFormat=Date   Hi   Low   Close   Volume   Time
  70.  
  71. // fields will be delimeted by fill spaces to the following positions by default:
  72. // field positions by field number: 0, 11, 24, 37, 50, 62, 74, 86, 98, 110, 122
  73.  
  74. OutputFieldPositions= 0, 11, 24, 37, 50, 62, 74, 86, 98, 110, 122
  75.  
  76. // the default output delimeter will be spaces
  77. OutputDelimeter=spaces
  78. // alternatively, comma delimeted output may be used, with no spaces
  79. //OutputDelimeter=comma
  80.  
  81. // A header section normally preceeds the data in a historical quote file,
  82. // and the header may now be customized or eliminated.
  83.  
  84. // If no header specifier statement is provided, the default header will be 
  85. // obtained from file Header.day
  86.  
  87. Header=Header.day
  88. // Header=none
  89.  
  90.  
  91. // Input format: (for imports)
  92.  
  93. // future InputFormat=Date   Open   Hi   Low   Close   Volume   Time  
  94.  
  95. // there is no need for an input delimeter specification
  96. // mawin will use either >1 space, or comma delimeted.
  97.  
  98. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  99. // This is the Site URL (for the quote page) including any prefix characters up to the qutoes to be added,
  100. // which will come from the .qtl file automatically as it executes
  101.  
  102. http://www.natwest.com.au/cgi-public/indices_public.pl?asxcode=
  103.  
  104. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  105. // This is the Site URL for the Browser Direct Link.
  106. // Note:  http:// is included
  107. // To distinguish this optional input, it must be preceeded by BrowserLink=
  108.  
  109. BrowserLink=http://www.natwest.com.au/cgi-public/indices_public.pl?subbutton=Stock+Quote
  110.  
  111. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  112. // This is the Site URL for the Symbol Search page.
  113. // You will need this to use the automatic Symbol Search option
  114. // which will come from the .qtl file automatically as it executes
  115. // Note:  http:// is included
  116. // To distinguish this optional input, it must be preceeded by SymSearch=
  117.  
  118. SymSearch=http://www.natwest.com.au/cgi-public/indices_public.pl?subbutton=Stock+Quote
  119.  
  120. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  121. // the next entry must define the download method.
  122. // the entry will be either "by_page" or "by_quote"
  123. // "by_page" means the page inherently defines the quote information which will be received.
  124. // these are usually index pages which are predefined.
  125.  
  126. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  127.  
  128. by_quote
  129.  
  130. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  131. // Optionally, enter the number of quotes per page this URL supports
  132. // the default will be 10, which for now, will be the maximum allowable
  133.  
  134. NumQuotesPerPage=1
  135.  
  136. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  137. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  138.  
  139. // for example:
  140. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  141. // could be a valid request for this page, and the delimeter ',' is used
  142. // other sites may use '+' or other characters as a delimeter
  143.  
  144. //+
  145.  
  146. // (to determine what delimeter is used, bring up the page using your Web Browser,
  147. // request your stock quotes, and observe the delimeter used...usually shown in the
  148. // top text field of your Browser, as a part of the URL.)
  149.  
  150. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  151. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  152. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  153. // if you decide to customize your own download site, you can pick this string by first bringing
  154. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  155. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  156. // first look for a string which will be used as a trigger to begin looking for quotes.
  157. // for this page, there are two types of quotes.  The first trigger phrase is:
  158.  
  159. Equity Price
  160. CorrelateBy=Symbol    // specify how to correlate quote to quotefile (default)
  161.  
  162. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  163. // next, enter the trigger string which indicates the start of a quote
  164. // for this type, it is:
  165.  
  166. <TD>
  167.  
  168. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  169. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  170. // The keywords which may be used are:
  171.  
  172. // Numeric Keyword Identifiers:
  173. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, Earnings, and Temp
  174. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  175. // "Temp" may be used multiple times
  176.  
  177. // Textual Keyword Identifiers:
  178. // Symbol, Co_name, Time
  179.  
  180. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  181. // for this file/site, the parsing commands are:
  182.  
  183. 30                        // lines per quote
  184. //AutoDate          // will search for date field and remove before processing quote
  185. NoDate            // Do Not look for Date field (none or manual specify)
  186. Symbol    Prev       Open    Hi    Low    Temp     Close    Change     Volume    Temp
  187. // for version o or greater
  188. //*C  Temp   9    Temp   9   Temp  9   Temp   9   Temp  9   Temp  9   Temp   9   Temp  9   Temp   9   Temp   9   Temp    9
  189. *C     Temp     Temp     Temp     Temp     Temp     Temp     Temp    Temp    Temp   Temp    Temp    Temp     Temp      Temp     Temp      Temp     Temp
  190. *C   Bid    Ask    Temp    Temp    Dividend   Temp   Temp    PE_Ratio    Earnings   Temp
  191. //*C  Temp    Temp    Temp   Temp    Temp    Temp     Temp      Temp     Temp      Temp     Temp
  192.  
  193. // up to 20 identifier types per quote may be specified
  194. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  195. // quoted in 1000's of shares, and must be adjusted to shares.
  196. // supported modifiers are '*' and '/'
  197.  
  198. //Volume * 1000
  199.  
  200. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  201. // If you have pulled up this file by external brousing, note that it is also accessable
  202. // under the options menu from the MAWIN market analysis environment.
  203.  
  204. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  205.  
  206. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  207.