home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / FINANCE / CHART113.ZIP / README.1ST < prev    next >
Text File  |  1994-01-10  |  4KB  |  126 lines

  1. Instructions for using CHART1.EXE
  2.  
  3. CHART1 is a bare bones easy to use stock
  4. and mutual fund charting program.
  5.  
  6. With CHART1 you can...
  7.  
  8. Chart daily or weekly stock prices and volume.
  9. Chart weekly mutual fund prices
  10. Chart your portfolio
  11. Chart data from log files containing the
  12. Compuserve GO PRICES command
  13.  
  14. Getting started
  15.  
  16. First make sure that you have the following
  17. files in the active directory
  18.  
  19.  
  20. CHART1.EXE         (program file)
  21. FUND.DAT           (mutual fund list)
  22. F1.CHA             (mutual fund chart)
  23. F2.CHA             (mutual fund chart)
  24. F3.CHA             (mutual fund chart)
  25. F4.CHA             (mutual fund chart)
  26. F5.CHA             (mutual fund chart)
  27. F6.CHA             (mutual fund chart)
  28. AMPBA.CHA          (stock chart)
  29. HTPI.CHA           (stock chart)
  30. SLVRF.CHA          (stock chart)
  31. READ.ME            (this file)
  32.  
  33. When you first run CHART1.EXE you have the
  34. following options...
  35.  
  36. LOAD CHART FILE
  37. Use this option to load a stock, mutual fund or
  38. portfolio file into memory.
  39.  
  40. NEW  CHART FILE
  41. Use this option to clear memory. This option is
  42. only necessary when you wish to start entering
  43. data to create a NEW stock, mutual fund or portfolio
  44. file.
  45.  
  46. DELETE MUTUAL FUND
  47. Use this option to remove a mutual fund from
  48. the mutual fund list.
  49.  
  50. ENTER CHART DATA
  51. Use this option to data manually. If a file is
  52. still in memory when you choose this option
  53. then all data entered will be added to the
  54. file that is in memory.
  55.  
  56. Prices can be entered in either of two formats.
  57. 2 1/4 or 2.25 will both be interpeted the same.
  58.  
  59. If no file is in memory when you choose the
  60. enter chart data option then you will be asked 
  61. whether you are entering stock, mutual fund
  62. or portfolio data. If you are entering stock data
  63. you will be asked wether you are entering daily
  64. or weekly data. Once you have finished entering
  65. data you will be asked to enter the stock
  66. symbol or mutual fund name and then a new 
  67. file will be saved to disk.
  68.  
  69. VIEW CHART
  70. Use this option to view a chart of the data that 
  71. is currently in memory.
  72.  
  73. LOAD COMUSERVE FILE
  74. This option will attempt to load and interpet
  75. the data from a compuserve log file. You will
  76. be asked to supply the log file name and ext.
  77.  
  78. QUIT
  79. Use this option to return to DOS
  80.  
  81.  
  82. --------------------------------------------------------------------
  83. How to get price data from compuserve.
  84.  
  85. 1. Log on to compuserve using your favorite
  86. terminal program.
  87. 2. Choose the open log file command from
  88. your terminal program.
  89. 3. Enter the Compuserve command GO PRICES
  90. 4. Enter the stock symbol and other requested
  91. information.
  92. 5. After all data is displayed then choose the
  93. close log file command from your terminal 
  94. program.
  95. ---------------------------------------------------------------------
  96. Portfolio File format
  97.  
  98. 1st element   Portfolio start date
  99. 2nd element   Transaction date
  100. 3rd element   File from which transaction is derived.
  101. 4th element   Transaction (B - buy  S - sell )
  102. 5th element   Number of shares
  103.  
  104. Example....
  105.  
  106. 04-01-1993      Portfolio start date
  107. 05-13-1993      Transaction date
  108. SLVRF.CHA      Data File for Silverado Mines
  109. B                    Buy
  110. 300                 300 Shares
  111. 06-10-1993      Transaction date
  112. F1.CHA            Data file for Putnam Growth & Income Fund
  113. B                    Buy
  114. 192.138           192.138 Shares
  115.  
  116. Note...
  117.  
  118. Transactions must be in chronological order.
  119. Portfolio files have the extension  .PTF
  120. Mutual Fund and stock data files have
  121. the extension   .CHA
  122.  
  123.  
  124. Good luck using Chart1 
  125.  
  126.