home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / rsa303d.zip / UPGRADE.DOC < prev    next >
Text File  |  1992-03-13  |  5KB  |  106 lines

  1.  
  2.  
  3.  
  4.              RSA V3.03 Upgrade Procedure
  5.              ---------------------------
  6.  
  7.              Following is the recommended procedure for upgrading to
  8.              RSA V3.03 from a previous version V2.xx of RSA.  I recommend
  9.              that you install the new version in a separate directory
  10.              and run both versions for 1 week until you are satisfied
  11.              that the new version is operates correctly on your system.
  12.  
  13.              This procedure assumes the previous version of RSA is
  14.              installed with the following file names :
  15.  
  16.                 C:\RSA\RELATION.EXE
  17.                 C:\RSA\PARMS.DAT
  18.                 C:\RSA\TABLE.DAT
  19.                 C:\RSA\STOCK.DAT
  20.  
  21.              This procedure assumes the RSA V3.03 will be installed
  22.              with the following file names :
  23.  
  24.                 C:\RSA3\RELATION.EXE
  25.                 C:\RSA3\PARMS.DAT
  26.                 C:\RSA3\TABLE.DAT
  27.                 C:\RSA3\STOCK.DAT
  28.  
  29.              1) Copy all files from the distribution diskette(s) :
  30.  
  31.                     MKDIR C:\RSA3
  32.                     COPY A:\*.* C:\RSA3\
  33.  
  34.              2) Your current data files may still be used with V3.03.
  35.                 However the internal format of the stock data file
  36.                 will be different after using V3.03.  Do not attempt
  37.                 to use the version 2 RELATION.EXE program with a
  38.                 stock database that has been used with the version
  39.                 3.03 RELATION.EXE program.
  40.  
  41.                 Copy your previous data files :
  42.  
  43.                     COPY C:\RSA\STOCK.DAT C:\RSA3\
  44.                     COPY C:\RSA\TABLE.DAT C:\RSA3\
  45.  
  46.                     Note : If your current data files are from a
  47.                            version previous to V2.02 skip the
  48.                            following command.
  49.  
  50.                     COPY C:\RSA\PARMS.DAT C:\RSA3\
  51.  
  52.  
  53.  
  54.              RSA V3.xx Changes
  55.              -----------------
  56.  
  57.  
  58.              1) Increased maximum stock price from 999.87 to 9999.99
  59.              2) Changed resolution of stock prices from 1/8 to 1/100
  60.              3) Defined Rate-of-change, Momentum, and Oscillator as
  61.                    separate table function types
  62.              4) Increase stock sysmbol from 5 to 7 characters
  63.              5) Added 19 character company name option on graphs
  64.              6) Included sample Mouse Systems menu definition
  65.              7) Converter programs will be available for automated
  66.                    updating of indicator values
  67.              8) Changed method for processing indicator values
  68.  
  69.                    The reason for changing the method for processing
  70.                    indicator values is to provide an automated update
  71.                    method for updating indicator values.  Indicator
  72.                    values in Version 2 were updated using a separate
  73.                    INDICATORS window.  This window has been deleted
  74.                    in V3.03.  Indicator values are now processed as
  75.                    stock symbols with class "I".  The RSA FILE INPUT
  76.                    will load the Version 2 Indicator #1 as Stock #1299,
  77.                    Indicator #2 as Stock #1298, and continue to
  78.                    Indicator #10 as Stock #1290.
  79.  
  80.                    As in Version 2, the Stock #0 is an index price and
  81.                    volume which is automatically calculated by RSA each
  82.                    time RSA is started.  Actual stock symbols will be
  83.                    processed starting with Stock #1 and increasing.  Indicator
  84.                    values will be processed starting as Stock #1299 and
  85.                    decreasing.  The maximum number of stocks and indicators
  86.                    is limited by amount of memory available in the 640K
  87.                    DOS region.  Systems with expanded memory can process
  88.                    up to 1300 stocks.
  89.  
  90.                    RSA Version 3.03 can be installed using the new Table Function
  91.                    file on the distribution diskette or you may continue to use
  92.                    your current Table Function file TABLES.DAT.  If you use
  93.                    your current Version 2 Table Function file,  it will be
  94.                    necessary to modify all Table Function columns which previously
  95.                    referenced Indicator Values.  These Table Functions columns
  96.                    must be changed in Version 3.03 to referenced the corresponding
  97.                    Stock # in the range 1290 through 1299 as described above.  The
  98.                    indicator value can be updated using the price field or the
  99.                    volume field or both the price and volume field may be used.
  100.                    If you use the price field, then change the Table Function
  101.                    column type to STOCK PRICE.  If you use the volume field, then
  102.                    change the Table Function column type to STOCK VOLUME.  Then
  103.                    change the STOCK # field to reference the stock number in the
  104.                    1290 to 1299 range.
  105.  
  106.