home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF023A.ZIP / SMGRAPH2.HLP < prev    next >
Text File  |  1989-02-15  |  10KB  |  184 lines

  1. DESCRIPTION OF BAR GRAPH SCREEN            RELEASE 2.54             PAGE 1 OF 8
  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                                     PAGE 2 OF 8
  25.  
  26. The 2 top lines and 3 bottom lines of the bar graph are used for captions.  The
  27. top line on the screen always shows the name of the security, the ticker symbol
  28. and exchange.  The second line from the top has the price/earnings ratio, divi-
  29. dend yield, annual potential return and stop limit in that order, from left to
  30. right.  It is described further on the next screen, along with the correspon-
  31. ding formulas.
  32.  
  33. The 2nd and 3rd lines from the bottom are used for a horizontal time scale.
  34. Dates are shown in mmddyy format, for example 051588 for May 15, 1988. To allow
  35. for more detail, punctuation is omitted and the year is displayed as two digits
  36. on a separate line below the corresponding month and day.  Dates are shown in
  37. the same way for both daily and weekly charts.  The tick-mark just above each
  38. date indicates the exact position of the corresponding volume and price bars.
  39.  
  40. The captions "max=" and "min=" on the lower right identify the maximum and min-
  41. imum sales volume that appear on the chart.  Volume is in thousands of shares,
  42. unless the number has an "M" after it in which case volume is in millions.  The
  43. bottom line is an abbreviated menu; when the bar chart is printed the menu will
  44. be replaced by more useful information.  The chart can be horizontally expanded
  45. or compressed, and also "moved" sideways; this is described on screen page 5.
  46.  
  47. DESCRIPTION OF BAR GRAPH SCREEN                                     PAGE 3 OF 8
  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 page.
  64.  
  65.   ##.###  is the stop limit (or other limit) which is entered in the Add/Delete
  66.           Stocks program.  It is displayed as a reduced-intensity horizontal
  67.           line on the graph.  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                                     PAGE 4 OF 8
  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. EP is the price goal, which is entered in the Add/Delete Stocks program.  Two
  82.    values can be entered, a low and high value. These numbers can be taken from
  83.    a service such as the Value Line Investment Survey, or can be determined by
  84.    the user.  Of course, their use is optional.
  85.  
  86. CP is the current stock price which is entered in the Data Entry screen.
  87.  
  88. N  is always 5 years, and Y is the yield which is computed by the program as
  89.    Dividends divided by the current stock price as a decimal.
  90.  
  91. If a value is missing, annualized potential return will not be calculated.
  92.  
  93. DESCRIPTION OF BAR GRAPH SCREEN                                     PAGE 5 OF 8
  94.  
  95. The following is a description of each of the available menu options:
  96.  
  97. A digit key (0-9) changes the horizontal spacing between the price and volume
  98. bars, thus serving to "compress" or "expand" the display.  The higher the num-
  99. ber, the more the display is expanded. Press 1 to show up to 272 days or weeks;
  100. press 9 to show only 30 days or weeks.  If you press 0, only 27 days or weeks
  101. are charted (0 actually means 10).  The number of days or weeks that will be
  102. charted may be calculated from the formula 272 / N, where N is a number from 1
  103. to 10 that indicates the spacing between bars (ignore any remainder).
  104.  
  105. Press the - or + keys to "move" the display window towards the beginning of the
  106. data (the earliest dates) or towards the end of the data (the latest dates).
  107. The number of days or weeks that are charted doesn't change.  The program will
  108. not display dates outside the range that exists on the price history file.
  109. If it cannot process your request, the computer will "beep" (no error message
  110. will be displayed).
  111.  
  112. The best way to see what the 0-9, - and + keys do is to experiment.  Try it!
  113. You can't hurt the program or the data by pressing the wrong key.
  114.  
  115.  
  116. DESCRIPTION OF BAR GRAPH SCREEN                                     PAGE 6 OF 8
  117.  
  118. Typing one of the following letter keys will invoke the corresponding function:
  119.  
  120. E  = ENTER volume and prices. This will take you back to the data entry screen.
  121.  
  122. X  = EXIT to the stock select screen, to select another stock.  Moving average
  123.      periods will revert back to their permanent values.  All numerical data
  124.      will automatically be saved if necessary.
  125.  
  126. H  = HELP.  Displays the explanatory information you are reading now.
  127.  
  128. Q  = QUIT the stock charting system and exit to DOS, so you can run a different
  129.      program system, make a backup copy of a disk, etc. All numerical data will
  130.      automatically be saved, if necessary.
  131.  
  132. P  = PRINT the chart on an Epson FX-80 or compatible printer.  Make sure the
  133.      printer is on line first, and that its "ready" light is glowing.  Printing
  134.      will begin on the paper at the current position of the print head.  The
  135.      process will take about a minute or less on many printers.  The bar graph
  136.      will print "right side up" and will occupy about 60% of the page height.
  137.      Once printing has started, it cannot be interrupted with the Esc key.
  138.  
  139. DESCRIPTION OF BAR GRAPH SCREEN                                     PAGE 7 OF 8
  140.  
  141. P  = PRINT the chart (continued).
  142.  
  143.      The GRAPHICS program, which is a part of DOS version 2.0 and later, must
  144.      have been run BEFORE starting the stock charting system.  The actual prin-
  145.      ting is done by invoking Interrupt 5 in DOS (the same as what happens when
  146.      you press the Shift-PrtSc keys).  The menu at the bottom of the screen is
  147.      replaced with more useful information.  After printing, the menu is re-
  148.      stored.
  149.  
  150.      When chart printing is complete, you have the option of having the program
  151.      eject the page, or ejecting or spacing the page manually.  This option is
  152.      provided because some printers do not correctly keep track of the line
  153.      count while they are printing graphics, and they won't properly eject to
  154.      the beginning of the next print page.
  155.  
  156.      WARNING:  Color printing is not supported on most printers.  Colors will
  157.      be shown in lighter shades of grey.  Printing may not work well if the
  158.      background color is not black (color choices 0, 1 or 2).  The color
  159.      schemes can be set from the Master Menu screen with the "V" option.
  160.  
  161.  
  162. DESCRIPTION OF BAR GRAPH SCREEN                                     PAGE 8 OF 8
  163.  
  164. P  = PRINT (continued).  If you get letters and numbers but no lines, and the
  165.      printed display is only 40 columns wide, the problem is the GRAPHICS mod-
  166.      ule is not resident in memory.  GRAPHICS must be loaded BEFORE the Stock
  167.      Charting System.
  168.  
  169.      If you get a bar graph that is broken up - usually with horizontal blank
  170.      lines interspersed with the graphics - the problem could be incorrect
  171.      printer setup.  If your printer has an internal line feed switch, it
  172.      should be turned off.  Refer to the printer manual, or visit your dealer.
  173.  
  174.      If you get a page full of unrecognizable garbage, or the graph is badly
  175.      broken up, the most probable cause is printer incompatibility.  Most prin-
  176.      ters have an IBM or EPSON compatibility mode; this mode should be activa-
  177.      ted before trying to print a chart.  Some printers may require a special
  178.      ROM chip.  Check with your dealer.  If you can get a correct graphics
  179.      image with the Shift-PrtSc keys, your printer is compatible.
  180.  
  181.      If there is a mechanical printer fault, the program should detect that
  182.      and flash an error message.  However if the computer "hangs up", try
  183.      pressing Ctrl-Break.
  184.