home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / tracutil.zip / IMPORTER.EXE / FNN-MFT.DOC next >
Text File  |  1994-02-01  |  4KB  |  100 lines

  1.  
  2.  
  3.  
  4.                The Mutual Fund Tracker Historical Data Importer
  5.  
  6.  
  7.  
  8.                                Version 3.5, FNN
  9.  
  10.  
  11.  
  12.  
  13.       >> ALWAYS BACK UP YOUR EXISTING DATA BEFORE RUNNING THIS PROGRAM <<
  14.  
  15.  
  16.         This program is straight forward and instructions have been placed
  17. above each question asked by the program.  This documentation will only
  18. explain what files are needed and where they need to be.
  19.  
  20.  
  21. FNN-MFT.EXE:   The Mutual Fund Tracker Historical Data Importer program,
  22.                hereafter referred to as "the program".  The program should
  23.                be placed in the  C:\MFTRACK  directory.  When you run the
  24.                program you can specify where the program looks for the
  25.                existing data files.  For example, if the data files are
  26.                in directory  C:\MFTRACK\DATA1  you would type at the DOS
  27.                prompt:
  28.  
  29.                FNN-MFT C:\MFTRACK\DATA1  and press [ENTER].
  30.  
  31.                The program will then look for the original data files in that
  32.                directory.
  33.  
  34.  
  35. MFTRACK.CFG:   The Mutual Fund Tracker configuration file.  The program looks
  36.                for this file to determine if you have registered The Mutual
  37.                Fund Tracker.  The program will look for this file in the same
  38.                directory that the program is in.
  39.  
  40.  
  41. MFTA1C.DAT:    These are The Mutual Fund Tracker price history files.
  42. MFTA2C.DAT:    Using the example above, these files should be in the
  43. MFTA3C.DAT:    C:\MFTRACK\DATA1 directory.
  44. MFTA4C.DAT:
  45. MFTA5C.DAT:    The program will not effect the date files.  Provisions have
  46. MFTA6C.DAT:    been made in The Mutual Fund Tracker to automatically add and
  47.                update the date files.
  48.  
  49.  
  50. FMAGX.PRN:     The historical price history file to be imported.  This file
  51.                can be a different name.  Make sure that this file is in the
  52.                same directory as the program.  This file must be in the
  53.                following format:  date,CLOSE"
  54.  
  55.                Fields shown in lower case may be different but the 'CLOSE'
  56.                field, or second position, must contain the closing price.
  57.                Also each column must contain two fields, no more, no less.
  58.  
  59. 920610,14.95
  60. 920901,15.01
  61. 920902,15.03
  62. 920903,14.85
  63. 920904,14.80
  64. 920908,14.75
  65. 920909,14.82
  66. 920910,14.90
  67. 920911,14.93
  68. 920914,14.95
  69. 920915,15.02
  70.  
  71. and so on.....
  72.  
  73.                If you are importing historical data for an index, like
  74.                the Dow Jones Industrial Average, the historical data file
  75.                format is different than that of a mutual fund historical
  76.                data file.  An index historical data file must be in the
  77.                following format:  date,high,low,CLOSE,volume
  78.  
  79.                Fields in lower case may be different but the 'CLOSE' field,
  80.                or forth position, must contain the closing price.  Also each
  81.                column must contain five fields, no more, no less.
  82.  
  83. 940523,3770.65,3711.4,3742.41,0
  84. 940524,3786.3,3707.11,3745.17,0
  85. 940525,3768.19,3710.79,3755.3,0
  86. 940526,3798.58,3721.53,3753.46,0
  87. 940527,3772.18,3723.68,3757.14,0
  88. 940531,3786.98,3718.99,3758.37,0
  89. 940601,3785.14,3717.76,3760.83,0
  90. 940602,3791.6,3732.83,3758.99,0
  91. 940603,3792.22,3732.52,3772.22,0
  92. 940606,3812.83,3749.75,3768.52,0
  93. 940607,3788.52,3733.14,3755.91,0
  94.  
  95. and so on.....
  96.  
  97.                If your historical data file contains something different,
  98.                or if you need further help, please contact Keith at (512)
  99.                858-5206 so that we can customize the program for you.
  100.