home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / plotme.zip / README.TXT < prev   
Text File  |  1991-03-07  |  1KB  |  28 lines

  1. This is a program to plot values in a dbf in bar-graph form.  The example
  2. .dbf included with this program (mkt_prc.dbf) contains the fields:
  3.   acct, date and mkt_pr.
  4. In this database, the the market price is entered at the end of each month
  5. for each investment account.  The enclosed .dbf contains only one account,
  6. FIDELITY MAGELLAN MUTUAL FUND.
  7.  
  8. The plotting program always uses the far right value of the x-axis as the
  9. end of last month.  The .dbf is indexed on the acct+DTOS(date).  The program
  10. finds the last record (chronologically) and starts plotting price
  11. right-to- left backwards until either the first price is reached or the
  12. minimum value of the horizontal (date) axis is reached.
  13.  
  14. The program will also plot negative values.  This is because I also compute
  15. the 12-month Modified Internal Rate of Return for each investment using a
  16. spreadsheet for each month and also plot this value and then enter these
  17. values into another .dbf.  I thus have the top halve of the screen with
  18. %-Return vs Date and the bottom half with Price vs Date.  This is a whole
  19. other subject though.
  20.  
  21. The program will work with any .dbf that has the fields of date and value
  22. to plot.  It can be modified for your particular database.  The calculations
  23. for value to screen conversion is subtle but you can follow the code.
  24.  
  25. Enjoy....Peare
  26.  
  27.  
  28.