home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 March / PCShareware-3-98.iso / programy / mawin / _SETUP.1 / indices.qcf < prev    next >
Text File  |  1997-11-04  |  8KB  |  146 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.  
  9. // QuoteList Configuration File
  10.  
  11. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  12.  
  13. // The timezone indicator sets the timezone for the source of quotes for this page
  14.  
  15. // MAWIN will compare your timezone (see Global Setup button) with the page timezone
  16. // and adjust the default date and timestamps to the date and time at the page location
  17.  
  18. Timezone=R
  19.  
  20. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  21.  
  22. // this file contains your Internet Site Path (URL) for the root .qtl file;
  23. // defines the download method;
  24. // and contains parsing instructions to be used by the MAWIN generic
  25. // parsing routines
  26.  
  27. // You may edit it as needed if you choose to change the Site used,
  28. // or if the Site format changes
  29.  
  30. // This method of specifying and decoding Web Pages has been chosen to make it
  31. // "easy" to adapt to new pages or changes in pre-defined pages.
  32. // Some users may not wish to get into this level of detail, and others may find
  33. // it easy to use this specifying/formatting scheme to add new pages to your
  34. // daily downloads, or just to keep up with changes.
  35.  
  36. // If you do not wish modify these files, pre-defined files and updates may become 
  37. // available in the near future.
  38.  
  39. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  40. // This is the Site URL including any prefix characters up to the qutoes to be added,
  41. // which will come from the .qtl file automatically as it executes
  42.  
  43. // Investors Edge General Market Indices
  44.  
  45. http://www.irnet.com/scripts/ethos.exe?WWW+p_IEIndices
  46.  
  47. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  48. // This is the Site URL for the Browser Direct Link.
  49. // Note:  http:// is included
  50. // To distinguish this optional input, it must be preceeded by BrowserLink=
  51.  
  52. BrowserLink=http://www.irnet.com/scripts/ethos.exe?WWW+p_IEIndices
  53.  
  54. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  55. // This is the Site URL for the Symbol Search page.
  56. // You will need this to use the automatic Symbol Search option
  57. // which will come from the .qtl file automatically as it executes
  58. // Note:  http:// is included
  59. // To distinguish this optional input, it must be preceeded by SymSearch=
  60.  
  61. SymSearch=http://www.irnet.com/pages/stockinput.stm
  62.  
  63. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  64. // the next entry must define the download method.
  65. // the entry will be either "by_page" or "by_quote"
  66. // "by_page" means the page inherently defines the quote information which will be received.
  67. // these are usually index pages which are predefined.
  68.  
  69. // "by_quote" means the quote requests will be appended from the .qtl file automatically
  70.  
  71. by_page
  72.  
  73. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  74. // the next entry tells MAWIN what delimeter character to add between appended quote symbols
  75.  
  76. // for example:
  77. // www2.merrill-lynch.ml.com/htbin/indlink?tick=dis,hd,xrx,spq
  78. // could be a valid request for this page, and the delimeter ',' is used
  79. // other sites may use '+' or other characters as a delimeter
  80.  
  81.  
  82. // (to determine what delimeter is used, bring up the page using your Web Browser,
  83. // request your stock quotes, and observe the delimeter used...usually shown in the
  84. // top text field of your Browser, as a part of the URL.)
  85.  
  86. // if the method is "by_page", enter nothing here; MAWIN will skip this field
  87. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  88. // next, tell MAWIN what character string to look for as a trigger to begin looking for quotes.
  89. // if you decide to customize your own download site, you can pick this string by first bringing
  90. // up the site using a Web Browser, and use "file save" to save the .htm image of the page.
  91. // then, examine the .htm file using any good text editor, such as WordPad, or Notepad.
  92. // first look for a string which will be used as a trigger to begin looking for quotes.
  93. // for this page, there are two types of quotes.  The first trigger phrase is:
  94.  
  95. GENERAL MARKET INDICES
  96.  
  97. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  98. // next, enter the trigger string which indicates the start of a quote
  99. // for this type, it is:
  100.  
  101. <TR><TD><FONT
  102.  
  103. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  104. // MAWIN will automatically find quote data fields as specified by format keywords herein:
  105. // The keywords which may be used are:
  106.  
  107. // Numeric Keyword Identifiers:
  108. // Hi, Low, Bid, Ask, Open, Close, Prev, Change, Volume, Date, PE_Ratio, Dividend, and Temp
  109. // "Temp" will be available to be used to store/handle throwaway numerics between quote data
  110. // "Temp" may be used multiple times
  111.  
  112. // Textual Keyword Identifiers:
  113. // Symbol, Co_name, Time
  114.  
  115. // for this file/site, the parsing commands are:
  116.  
  117. 1                        // lines per quote
  118. NoDate            // Do Not look for Date field (none or manual specify)
  119. Symbol,     Co_name      Close       Change
  120.  
  121. // up to 20 identifier types per quote may be specified
  122. // modifiers may be needed, to make adjustments of scale, such as this case where volume is
  123. // quoted in 1000's of shares, and must be adjusted to shares.
  124. // supported modifiers are '*' and '/'
  125.  
  126. //Volume * 1000
  127.  
  128. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  129. // there may be up to two types of quotes.
  130. // The second trigger phrase and remaining commands are:
  131. // (currently, a maximum of 2 are allowed)
  132.  
  133. //Mutual Funds        // begin looking for new quote pattern
  134. //<tr>                    // indicates start of quote
  135. //1                        // lines per quote
  136. //AutoDate          // will search for date field and remove before processing quote
  137. //Symbol    Close        Prev        Change
  138.  
  139. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  140. // If you have pulled up this file by external brousing, note that it is also accessable
  141. // under the options menu from the MAWIN market analysis environment.
  142.  
  143. // lines which begin with // are ignored, and may be eliminated or reordered as you wish.
  144.  
  145. //---------------------------------------------------------------------------------------------------------------------------------------------------------
  146.