home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / STOCKS / STKCHART.ARC / SMENTRY2.HS3 < prev    next >
Text File  |  1985-11-11  |  6KB  |  115 lines

  1.                    DESCRIPTION OF BAR GRAPH SCREEN (1 of 5)
  2.  
  3. The bar graph has two vertical scales; the upper part shows high/low/closing
  4. prices and moving averages, and the lower part shows the sales volume in
  5. THOUSANDS of shares.  Each vertical bar represents data for one trading period
  6. (day or week).  Each price bar is directly above its corresponding volume bar.
  7. The most current data is represented by the rightmost bars; the earliest data
  8. is represented by the leftmost bars.
  9.  
  10. A price bar represents the low (or bid) and high (or ask) prices for that
  11. period.  The closing price is shown as a tick-mark on the RIGHT side of each
  12. price bar.  The first moving average (if used) is shown as a horizontal dotted
  13. line, or a tick-mark on the LEFT side of the price bar.  The last moving
  14. average (if used) is shown as a horizontal solid line.  The stock prices and
  15. moving averages all use the same scale, on the upper right-hand side of the
  16. screen.
  17.                                     high
  18.       Enlarged view of price bar:     |
  19.                                       |-  <--- closing price tick-mark
  20.                                       |
  21.       moving average tick-mark --->  -|
  22.                                       |
  23.                                      low
  24.                    DESCRIPTION OF BAR GRAPH SCREEN (2 of 5)
  25.  
  26. The two top lines and one bottom line of the bar graph are used for captions.
  27. These captions are a little different between the screen format and the print
  28. format.  This is because on the screen, the bottom line is needed for the
  29. "menu", but on the printer the bottom line can be used for added information.
  30.  
  31. The top line on the screen always shows the name of the stock (or other
  32. security).  In addition, on the printer it shows the symbol and exchange.
  33. On the screen it shows the number of days or weeks (D or W) and the date
  34. through which volume and prices are displayed.  For example 90D 08-16-85 means
  35. 90 days of data ending Aug. 16, 1985; and 54W means 54 weeks.
  36.  
  37. The second line from the top has the price/earnings ratio, yield, annual
  38. potential return and stop limit in that order from left to right.  It is
  39. described further on the next screen, along with the formulas used.
  40.  
  41. The bottom line on the print format shows, in a less cryptic format, the range
  42. and number of dates which are depicted on the chart.
  43.  
  44.  
  45.  
  46.  
  47.                    DESCRIPTION OF BAR GRAPH SCREEN (3 of 5)
  48.  
  49. This is the format of the information on the second line of the bar graph:
  50.  
  51.                    PE=aaaa Y=bbbb  lo% TO hi%   STOP=##.###
  52.  
  53.     aaaa  is the Price/Earnings ratio which is simply the most current stock
  54.           price divided by the earnings.  If the P/E ratio is less than .1
  55.           or greater than 99.5 it is shown as NMF (No Meaningful Figure).
  56.  
  57.     bbbb  is the Yield, which is Dividends divided by the most current stock
  58.           price and expressed as a percentage.
  59.  
  60. lo% TO hi%  is the annualized potential return (low and high values) expressed
  61.           as a percentage.  This represents stock price appreciation compounded
  62.           annually over the next five years, plus dividend yield.  The formula
  63.           is described on the next screen.
  64.  
  65.   ##.###  is the stop limit (or other limit) which is entered in the Add/Delete
  66.           Stocks program.  The program doesn't do anything with this number
  67.           except display it.  If you don't use a stop limit, consider using it
  68.           for something else, such as the net price you paid for the stock.
  69.  
  70.                    DESCRIPTION OF BAR GRAPH SCREEN (4 OF 5)
  71.  
  72. Here is the formula the program uses to compute annualized potential return:
  73.  
  74.                APR = ((( EP / CP ) ^ ( 1 / N )) - 1 ) x 100 + Y
  75.  
  76. where APR is annualized potential return, EP is expected price after N periods,
  77. CP is current price, N is the number of periods (5 years), Y is the percentage
  78. yield and ^ is a symbol which denotes exponentiation (the raising of a number
  79. to a power).
  80.  
  81. Typing one of the following letter keys will invoke the corresponding function:
  82.  
  83. E  = ENTER volume and prices. This will take you back to the data entry screen.
  84.  
  85. S  = SELECT another stock.  This will take you back to the stock select screen.
  86.      Moving average periods will revert back to their permanent values.
  87.  
  88. H  = HELP.  Displays the screens you are looking at now.
  89.  
  90. Q  = QUIT the stock charting system and exit to DOS, so you can run a different
  91.      program system, make a backup copy of a disk, etc.
  92.  
  93.                    DESCRIPTION OF BAR GRAPH SCREEN (5 OF 5)
  94.  
  95. P  = PRINT the chart on an Epson FX-80 or compatible printer such as some
  96.      Okidata models with the "plug-and-play" option.  The correct DOS option
  97.      must have been specified in the Setup screen, which is in the Add/Delete
  98.      Stocks program, for this function to operate correctly.  Make sure the
  99.      printer is on line first, and that its "ready" light is glowing.
  100.      The printer page will eject automatically when the chart is done.
  101.  
  102.      Under DOS version 2 or higher, the GRAPHICS program is required to have
  103.      been run before starting the stock charting system.  (GRAPHICS is a part
  104.      of DOS).  The printing process will take about a minute.  The bar graph
  105.      will print "right side up" and will occupy about 60% of the page height.
  106.      Once printing has started, it cannot be interrupted with the Esc key.
  107.  
  108.      Under DOS version 1, the process will require about 5 to 8 minutes.  The
  109.      printed chart will be rotated 90 degrees.  To center the graph on a
  110.      standard 8 1/2 by 11-inch sheet, set the top edge of the sheet even with
  111.      the edge of the scale bar on the printer.  You can terminate the printing
  112.      process at any time by pressing the Esc key.  If printing is in progress,
  113.      it will stop after the next line.  This process will also function with
  114.      DOS version 2 or higher if you want the somewhat larger bar chart.
  115.