home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / rsa2000.zip / RSA2000.EXE / lha / README.DOC < prev    next >
Text File  |  1993-03-15  |  26KB  |  471 lines

  1.  
  2. ╔══════════════════════════════════════════════════════════════════════════════╗
  3. ║    SECTION 01.01 : INDEX                                                     ║
  4. ╚══════════════════════════════════════════════════════════════════════════════╝
  5.  
  6.       The RSA/2000 Stock Analysis documentation consists of 2 files:
  7.  
  8.       File 1 - README.DOC : Installation Information
  9.       ----------------------------------------------
  10.       1.01   Index
  11.       1.02   Installation
  12.       1.03   Operation
  13.       1.04   Files on Distribution Diskette
  14.       1.05   Start List File
  15.       1.06   Parameter File
  16.       1.07   Table File
  17.       1.08   Hardware Requirements
  18.       1.09   Shareware and Registered Version
  19.       1.10   Technical Support
  20.       1.11   Disclaimer
  21.       1.12   Trademark References
  22.  
  23.       File 2 - FAQ.DOC    : Frequently Asked Questions
  24.       ------------------------------------------------
  25.  
  26. ╔══════════════════════════════════════════════════════════════════════════════╗
  27. ║    SECTION 01.02 : INSTALLATION                                              ║
  28. ╚══════════════════════════════════════════════════════════════════════════════╝
  29.  
  30.      INSTALLATION
  31.  
  32.      Create a directory for installing the files.  For example purposes
  33.      we will create directory 'RSA2000' on drive 'C' and copy files from
  34.      the green distribution diskette in drive 'A'.
  35.  
  36.         1) Customize start list file for your system configuration.
  37.            See section 1.05 for description of start list parameters.
  38.  
  39.         2) Create directory :
  40.               MKDIR C:\RSA2000
  41.  
  42.         3) Copy all files to directory :
  43.               COPY A:\*.* C:\RSA2000
  44.  
  45.         4) Change current directory :
  46.               CD C:\RSA2000
  47.  
  48.         5) Execute RSA.BAT file to start program :
  49.               RSA
  50.  
  51. ╔══════════════════════════════════════════════════════════════════════════════╗
  52. ║    SECTION 01.03 : OPERATION                                                 ║
  53. ╚══════════════════════════════════════════════════════════════════════════════╝
  54.  
  55.      The RSA/2000 program is usually started with a BAT file such
  56.      as "RSA.BAT" which contains data such as "RSA2000 START.RSA".
  57.      This starts the RSA2000.EXE program which must be in the current
  58.      directory (such as \RSA2000) or in a directory in the current DOS
  59.      path.  The RSA.BAT file must also be in the current directory or
  60.      in a directory in the current DOS path.  The START.RSA parameter
  61.      file defines the start list parameter file to be used.
  62.  
  63.      Several .BAT files may be created which reference different start
  64.      list files.  The start list file defines RSA/2000 parameters which
  65.      are not frequently changed.  Parameters which change frequently such
  66.      as the current date are maintained by RSA/2000 in the PARMS.RSA file.
  67.      One reason for defining multiple start list files is to divide your
  68.      total stock list into separate sectors.  Each start list may
  69.      reference a different modified stock master list "BASENAME".
  70.  
  71.      The technical analysis function definitions are in file "TABLE.RSA".
  72.      Most analysis function parameters such as moving average time
  73.      periods can be modified from the MODIFY FUNCTION window.  However
  74.      the shareware version does not allow saving of these changes.
  75.      The registered version will save all changes in file "TABLE.RSA".
  76.  
  77.      RSA/2000 uses a virtual memory technique for loading the stock
  78.      data files into computer memory.  The number of stocks in the
  79.      stock cache is defined in a start list parameter.  This allows
  80.      for fast charting of successive stock symbols with less disk access
  81.      and without use of expanded or extended memory.  Support for expanded
  82.      memory is also available and requires EMS memory as follows:
  83.         Stock Cache Size = 130  ===>  215K EMS memory needed
  84.         Stock Cache Size = 260  ===>  430K EMS memory needed
  85.         Stock Cache Size = 520  ===>  860K EMS memory needed
  86.         Stock Cache Size =1040  ===> 1720K EMS memory needed
  87.  
  88.      RSA/2000 can be operated using the keyboard or mouse.  Each text
  89.      window is formatted using listboxes, scroll bars, and pushbuttons.
  90.      The TAB key along with the cursor arrow keys (or mouse cursor) are
  91.      used to select window objects.   The ENTER key (or mouse button 1)
  92.      is then used to activate the selected option.  The ESC key (or
  93.      mouse button 2) is used to exit the current window.  Mouse button 3
  94.      is not used.
  95.  
  96.      If the 64-color start list option is selected, then colors for
  97.      each text screen window can be customized by hitting the F5
  98.      function key.  The color changes are automatically saved in the
  99.      "C03.RSA" color defintion file.
  100.  
  101.      A help window is available from most of the text screen windows
  102.      by hitting the F4 function key.
  103.  
  104. ╔══════════════════════════════════════════════════════════════════════════════╗
  105. ║    SECTION 01.04 : FILES ON DISTRIBUTION DISKETTES                           ║
  106. ╚══════════════════════════════════════════════════════════════════════════════╝
  107.  
  108.      The distribution diskette(s) contain the following files:
  109.  
  110.        README.DOC   - This documentation file.
  111.        FAQ.DOC      - Frequently asked questions with answers.
  112.        REGISTER.DOC - Shareware registration form.
  113.        RSA2000.EXE  - RSA/2000 Stock Analysis program.
  114.        RSA.BAT      - RSA/2000 startup BAT file.
  115.        START.RSA    - Start list parameters file.
  116.        PARMS.RSA    - Parameter file.
  117.        TABLE.RSA    - Table definition file.
  118.        C01.RSA      - Color definition file (monochrome).
  119.        C02.RSA      - Color definition file (16 color).
  120.        C03.RSA      - Color definition file (64 color).
  121.        RSAHELP.MSG  - Help messages (Do not modify).
  122.        RSAHELP.NDX  - Help message index (Do not modify).
  123.  
  124. ╔══════════════════════════════════════════════════════════════════════════════╗
  125. ║    SECTION 01.05 : START LIST FILE                                           ║
  126. ╚══════════════════════════════════════════════════════════════════════════════╝
  127.  
  128.      The start list file "START.RSA" contains the following parameters.
  129.      Parameters #01, #02, #21, #22, and #23 may need to be modified to
  130.      match your system configuration.  Other parameters should not be
  131.      modified until you become more familiar with RSA/2000 operation.
  132.  
  133.      Parameter  Default Value              Description
  134.      ---------  -------------------------  -----------------------------
  135.         #01     \TC2000\2000DATA\BASENAME  Stock Symbol Master List
  136.                                               (Can be in any directory)
  137.         #02     \TC2000\2000DATA\          Stock Data File Directory
  138.                                               (Must end with "\")
  139.         #03     PARMS.RSA                  Parameter File
  140.                                               (Usually in \RSA2000 directory)
  141.         #04     TABLE.RSA                  Table Function Definitions
  142.                                               (Usually in \RSA2000 directory)
  143.         #05     LOG.RSA                    Error Log File
  144.                                               (Usually in \RSA2000 directory)
  145.         #06-#10                            Not Used
  146.         #11     C01.RSA                    Monochrome Color File
  147.                                               (Usually in \RSA2000 directory)
  148.         #12     C02.RSA                    16-color Color File
  149.                                               (Usually in \RSA2000 directory)
  150.         #13     C03.RSA                    64-color Color File
  151.                                               (Usually in \RSA2000 directory)
  152.         #14-#19                            Not Used
  153.         #20     TC2000                     Data File Format
  154.                                               (TC2000 or METASTOCK or PRO)
  155.         #21     LPT1                       Printer Port
  156.                                               (LPT1/LPT2)
  157.         #22     EGA                        Graphics Mode
  158.                                               (VGA/EGA/CGA/HERCULES)
  159.         #23     64                         Graph Colors
  160.                                               (64/16/2)
  161.         #24     65                         Stock File Cache Size
  162.                                               (65/52/26/13/5    if #25=NO)
  163.                                               (1040/520/260/130 if #25=YES)
  164.         #25     NO                         Expanded Memory
  165.                                               (YES/NO)
  166.         #26     60                         Maximum Tables
  167.                                               (10 to 100)
  168.         #27     20                         Maximum Table Columns
  169.                                               (10 to 28)
  170.         #28     30                         #Stocks in Stock Index
  171.                                               (0 to maximum symbols)
  172.         #29     30                         #Stocks in RSI Calculations
  173.                                               (0 to maximum symbols)
  174.         #30     YES                        Display Date Window at Start
  175.                                               (YES/NO)
  176.  
  177. ╔══════════════════════════════════════════════════════════════════════════════╗
  178. ║    SECTION 01.06 : PARAMETER FILE                                            ║
  179. ╚══════════════════════════════════════════════════════════════════════════════╝
  180.  
  181.      The parameter file "PARMS.RSA" contains the following data:
  182.  
  183.      - Date of last stock file update day.
  184.      - First Monday date for current, previous, and next year.
  185.      - Leap year indicator for current, previous, and next year.
  186.  
  187. ╔══════════════════════════════════════════════════════════════════════════════╗
  188. ║    SECTION 01.07 : TABLE FILE                                                ║
  189. ╚══════════════════════════════════════════════════════════════════════════════╝
  190.  
  191.      The table file "TABLE.RSA" contains the following table
  192.      function definitions.  Most parameters can be modified from
  193.      the MODIFY FUNCTION window option.  However the shareware
  194.      version will not save the modifications to disk.  The registered
  195.      version allows for saving all parameter changes and definitions
  196.      of new analysis functions in the disk file "TABLE.RSA".
  197.  
  198.      Price Moving Averages - This table defines a graph of the daily
  199.         close price with a 30 and 200 day moving average of the
  200.         close price.  A buy signal is generated when the close
  201.         price crosses above the moving average line.  A sell signal
  202.         is generated when the close price crosses below the moving
  203.         average line.  Long term investors should use a longer term
  204.         moving average and short term traders a shorter moving average.
  205.  
  206.      Moving Average Oscillator - This table defines a moving average
  207.         oscillator obtained by subtracting a longer moving average
  208.         from a shorter moving average.  A buy signal is generated
  209.         when the moving average oscillator crosses above the zero line.
  210.         A sell signal is generated when the oscillator crosses below
  211.         the zero line.  Earlier buy and sell signals can be obtained
  212.         by attempting to "guess" at tops and bottoms for the oscillator
  213.         based on previous high and low values for the oscillator.
  214.  
  215.      MACD Oscillator - The Moving Average Convergence/Divergence
  216.         function is an indication of overbought or oversold conditions.
  217.         A difference between two exponentially smoothed moving
  218.         averages is called the MACD line.  An exponentially smoothed
  219.         moving average of the MACD line is called the signal line.
  220.         A buy signal is generated when the MACD line crosses above
  221.         the signal line and a sell signal is generated when the
  222.         MACD line crosses below the signal line.  The MACD Oscillator
  223.         is obtained by subtracting the signal line from the MACD line.
  224.         A buy signal is generated when the MACD oscillator crosses
  225.         above the zero line and a sell signal when it crosses below.
  226.  
  227.      Directional Movement - This indicator generates a buy signal
  228.         when the Positive Directional crosses above the Negative
  229.         Directional and Directional Movement is increasing.  Then a sell
  230.         signal is generated when the Positive Directional crosses below
  231.         the Negative Directional or when Directional Movement begins to
  232.         decline.
  233.  
  234.      Williams Variable Accumulation Distribution - This is a volume
  235.         weighted price momentum indicator which generates a buy
  236.         signal when WVAD crosses above the zero line and a sell
  237.         signal when WVAD crosses below the zero line.
  238.  
  239.      Price Momentum - This is a price momentum indicator calculated
  240.         by subtracting the price N-Days ago from the current price.
  241.         A buy signal is generated when this value crosses above the
  242.         zero line and a sell signal is generated when this value
  243.         crosses below the zero line.
  244.  
  245.      Price Rate of Change - This is a price momentum indicator
  246.         calculated by dividing the current price by the price N-Days
  247.         ago.  A buy signal is generated when this value crosses
  248.         above the 100% line and a sell signal is generated when
  249.         this value crosses below the 100% line.
  250.  
  251.      Wilder RSI - This table defines the Wilder Relative Strength
  252.         Indicator.  This indicator is obtained by dividing the
  253.         positive price changes over an N-Day period by the total
  254.         price changes.  A sell signal is generated when the indicator
  255.         value crosses above 0.66 and a buy signal is generated when
  256.         the indicator is below a 0.33 level.
  257.  
  258.      Relative Strength - This table defines a relative strength
  259.         ratio indicator obtained by dividing the stock price
  260.         by an index average price.  This measures individual stock
  261.         performance compared to the average performance of all stocks
  262.         in the stock database.  Stocks with above average performance
  263.         will have an increasing relative strength.
  264.  
  265.      Relative Strength vs. Index - This relative strength indicator
  266.         is calculated by dividing each stock price by the index
  267.         stock price (Stock #0).  This illustrates the performance
  268.         of the individual stock in comparison to the average
  269.         performance of the composite stock index.
  270.  
  271.      ROC Relative Strength - This relative strength indicator
  272.         is calculated by dividing the rate of change of each stock
  273.         price bye the rate of change of the index stock (Stock #0).
  274.         This illustrates the performance of the individual stock in
  275.         comparison to the average performance of the stock index.
  276.         A buy signal is generated whn the indicator crosses above
  277.         the 100 line from below.  A sell signal is generated when
  278.         the indicator value crosses below the 100 line from above.
  279.  
  280.      Commodity Channel Index - This price momentum indicator
  281.         generates a buy signal when CCI increases crosses above the
  282.         zero line and then sell when CCI crosses below the zero line.
  283.  
  284.      Arms's Ease of Movement - This is a momentum indicator which
  285.         generates a buy signal when its simple moving average
  286.         crosses above the zero line and a sell signal when its simple
  287.         moving average crosses below the zero line.
  288.  
  289.      Volume Accumulation Oscillator - This volume momentum indicator
  290.         generates a buy signl when VAO crosses above its moving average
  291.         and a sell signal when VAO crosses below its moving average.
  292.  
  293.      On Balance Volume - This indicator is a running summation of
  294.         volume.  If the current day's close price is above the
  295.         previous day's, then the current day's volume is added to
  296.         the running total.  If the close is below the previous
  297.         day, then the volume is subtracted from the running total.
  298.         This indicator is commonly used for divergence analysis.  If
  299.         the price moves to a new high and this is not supported by a
  300.         corresponding higher value for OBV then a sell signal is
  301.         generated.  If the price moves to a new low and OBV does not
  302.         move lower, then this indicates a possible price bottom and
  303.         a buy signal is generated.  The moving average crossover can
  304.         also be used with this indicator.
  305.  
  306.      Price Volume Trend - This indicator is a variation of the OBV
  307.         indicator.  Instead of adding or subtracting the entire volume,
  308.         the volume amount used is proportional to the amount of the
  309.         price change for the current day.  This indicator should be
  310.         interpreted in the same manner as the OBV.
  311.  
  312.      Positive Volume Indicator - This indicator is a measure of
  313.         price action during periods of increasing volume.  Increasing
  314.         volume when prices are rising should be expected.  A buy
  315.         signal is generated when the PVI crosses above its own
  316.         moving average.  The stock should be held as long as PVI
  317.         is increasing and staying above its moving average.
  318.  
  319.      Negative Volume Indicator - This indicator is a measure of
  320.         price action during periods of decreasing volume.  Since
  321.         price decreases with lower volume is not a negative
  322.         signal,  a decreasing NVI would be common.  A rising NVI
  323.         indicating rising prices on lower volume would indicate
  324.         unusual activity.
  325.  
  326.      Bollinger Bands - This indicator defines a band produced by
  327.         adding and subtracting two standard deviations.  A buy signal
  328.         is generated when the price crosses above the lower band.  A sell
  329.         signal is generated when the price crosses below the upper band.
  330.  
  331.      Moving Average Bands - This table defines a moving average band
  332.         produced by fixed percentage changes around a 30-Day moving
  333.         average.  A buy signal is generated when the price crosses
  334.         above the lower band.  A sell signal is generated when the
  335.         price crosses below the upper band.
  336.  
  337.      Lane Stochastic - This price momentum indicator generates
  338.         a buy signal when the Lane Stochastic moving average crosses
  339.         above the Lane Stochastic slow moving average and a sell
  340.         signal when it crosses below.  Also watch for divergence
  341.         between the Lane Stochastic and the stock price.
  342.  
  343.      Daily Volume - These tables plots daily volume.  Price
  344.         movements are frequently preceded by increases in volume.
  345.  
  346.      Price Change Comparison - This table illustrates use of the
  347.         Price Change function to determine which stocks have
  348.         performed best or worst in the last N-Day time period.
  349.  
  350.      Volume Change Comparison - This table illustrates use of the
  351.         Volume Change function to determine which stocks have the
  352.         largest increase in volume in the last N-Day time period.
  353.  
  354.      Price Change Comparison - This table illustrates use of the
  355.         Price Change function to determine which stocks have
  356.         performed best in a specified time period.
  357.  
  358.      McClellan Oscillator - This function is calculated by subtracting
  359.         a 39-day exponential moving average of advances minus declines
  360.         from a 19-day exponential moving average of advances minus
  361.         declines.  An overbought condition is detected by a result above
  362.         100 and an oversold condition is detected by a result below -100.
  363.  
  364.      McClellan Summation Index - This function is calculated by taking
  365.         a running summation of the McClellan Oscillator.   A buy signal
  366.         is generation when the function value crosses above the zero
  367.         line.  A sell signal is generated when the value crosses below
  368.         the zero line.
  369.  
  370.      Advance Decline Line - The advance-decline line is cumulative
  371.         summation of the difference between the number of advancing
  372.         issues minus the number of declining issues.
  373.         Advances and declines of the issues in the Relational Stock
  374.         Analysis database are also available as a function value.
  375.         Convergence and divergence of this indicator with a price
  376.         index should be done to interpret signals.
  377.  
  378.      Advance Decline Ratio - This function is calculated by dividing
  379.         the number of advancing issues by the number of declining
  380.         issues.  An overbought condition is signaled when a moving
  381.         average of the Advance Decline Ratio is above 1.25 and an
  382.         oversold condition when the value is below 0.75.
  383.  
  384.      ARMS Index (TRIN) - This table function computes the TRIN for
  385.         the RSA/2000 stock database.  A decreasing chart pattern is bullish
  386.         and indicates that the up stocks are getting more than their
  387.         share of volume.  An increasing function value is bearish and
  388.         indicates that the down stocks are getting more than their
  389.         share of volume.  The ARMS Index formula is defined as :
  390.         TRIN = (Advances/Declines)/(Advancing Volume)/(Declining Volume)
  391.  
  392.      Open 10 TRIN & Open 30 TRIN - These functions are variations
  393.         of the Arms Index which use 10 or 30 day time periods instead
  394.         of one day time intervals.  High readings indicate an oversold
  395.         condition and low readings indicate an overbought condition.
  396.  
  397.      Upside/Downside Ratio -  This table function is the ratio of the
  398.         volume of advancing issues to the volume of declining issues
  399.         in the RSA/2000 stock database.  An increasing chart pattern is
  400.         is bullish indicating buying pressure and a decreasing function
  401.         value is bearish indicating selling pressure.
  402.  
  403. ╔══════════════════════════════════════════════════════════════════════════════╗
  404. ║    SECTION 01.08 : HARDWARE REQUIREMENTS                                     ║
  405. ╚══════════════════════════════════════════════════════════════════════════════╝
  406.  
  407.      RSA/2000 Stock Analysis requires 640K of memory, 1 floppy
  408.      drive (hard drive recommended), graphics card, and monitor.
  409.      Graphics modes supported include color (VGA, EGA) and
  410.      monochrome (Hercules, CGA, EGA, VGA).
  411.  
  412. ╔══════════════════════════════════════════════════════════════════════════════╗
  413. ║    SECTION 01.09 : SHAREWARE AND REGISTERED VERSIONS                         ║
  414. ╚══════════════════════════════════════════════════════════════════════════════╝
  415.  
  416.      The shareware version of the RSA/2000 Stock Analysis may be
  417.      copied and distributed to friends.   The shareware version may
  418.      be used free for 30 days.  After that you will be required to
  419.      send a registration fee to DLM Consulting for use of the program.
  420.      The registration fee will provide you:
  421.  
  422.          - Latest release of program with new features and enhancements.
  423.          - Capability to save table definition file changes to disk file.
  424.          - Your input and ideas may be included in future releases.
  425.          - Bulletin board access to utility programs.
  426.          - Inexpensive upgrades available for future versions.
  427.          - Printed charts with illustrations of buy/sell signals.
  428.  
  429.      The registered version of the RSA/2000 Stock Analysis and
  430.      associated utility programs are licensed software for use by
  431.      the original owner only and may not be copied or transferred.
  432.  
  433. ╔══════════════════════════════════════════════════════════════════════════════╗
  434. ║    SECTION 01.10 : TECHNICAL SUPPORT                                         ║
  435. ╚══════════════════════════════════════════════════════════════════════════════╝
  436.  
  437.      Technical support will be provided to registered users of this
  438.      program only.   Fixes to any reported problems will be made
  439.      available on the DLM BBS or by mail.  The cost of new release
  440.      diskettes is only $5.  The diskette will contain the latest
  441.      version of the program and data files.  Technical support does
  442.      not include training in the theory and use of technical analysis
  443.      and a basic understanding of DOS is required for use of this program.
  444.  
  445.      A bulletin board is available for sending messages to DLM.
  446.      The BBS phone number is 214-596-5121 (N/8/1/F).  Messages
  447.      can also be sent to DLM at GEnie mail address "DL.MACE",
  448.      Prodigy ID "GCNS46A", Compuserve ID "71171,500", or to
  449.      Internet address "71171.500@compuserve.com.
  450.  
  451. ╔══════════════════════════════════════════════════════════════════════════════╗
  452. ║    SECTION 01.11 : DISCLAIMER                                                ║
  453. ╚══════════════════════════════════════════════════════════════════════════════╝
  454.  
  455.      In no event whatsoever will DLM Consulting be liable for
  456.      damages or losses in regard to the usage of this program,
  457.      data, or documentation.
  458.  
  459. ╔══════════════════════════════════════════════════════════════════════════════╗
  460. ║    SECTION 01.12 : TRADEMARK REFERENCES                                      ║
  461. ╚══════════════════════════════════════════════════════════════════════════════╝
  462.  
  463.      In this manual, references are made to a number of trademarks:
  464.  
  465.      Compuserve is a trademark of Compuserve Inc.
  466.      GEnie is a trademark of General Electric Information Services.
  467.      METASTOCK is a product of Equis International.
  468.      PRODIGY is a trademark of Prodigy Services Co.
  469.      TC2000 is a trademark of Worden Brothers, Inc.
  470.  
  471.