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

  1.        DATA ENTRY PROGRAM - Description of Stock Select Screen (1 of 4)
  2.  
  3. The stock select screen can display the names of up to 16 stocks at one time.
  4. A selector block is visible on the screen, in the form of a solid bar which
  5. covers a single data item.  A stock (or other security) is selected when the
  6. selector block is on the same line as the name of that stock.  The selector
  7. block is always on a stock symbol, but it can be moved through the list of
  8. stocks by means of the cursor keys on the right side of the keyboard. If you
  9. press the wrong key, an error message will flash on the bottom of the screen
  10. until you press another correct key.
  11.  
  12. The up-arrow key moves the selector block up one line each time it is pressed.
  13.      If necessary, the display will scroll one line towards the beginning of
  14.      the list of stocks.
  15.  
  16. The down-arrow key moves the selector block down one line each time it is
  17.      pressed.  If necessary, the display will scroll one line towards the end
  18.      of the list of stocks.
  19.  
  20. The left- and right-arrow keys are not active for this screen.
  21.  
  22.  
  23.  
  24.        DATA ENTRY PROGRAM - Description of Stock Select Screen (2 of 4)
  25.  
  26. The PgUp key moves the display 13 lines up towards the beginning of the list of
  27.      stocks.  There is a 3-line overlap; the selector block is placed on the
  28.      top line.
  29.  
  30. The PgDn key moves the display 13 lines down towards the end of the list of
  31.      stocks.  There is a 3-line overlap; the selector block is placed on the
  32.      bottom line.
  33.  
  34. The End key moves the display to the end of the list of stocks and places the
  35.      selector block on the last line.
  36.  
  37. The Home key moves the display to the beginning of the list of stocks and
  38.      places the selector block on the first line.
  39.  
  40. The other functions are invoked by typing the corresponding letter keys.  These
  41.      other functions are described in the next screens.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.        DATA ENTRY PROGRAM - Description of Stock Select Screen (3 of 4)
  48.  
  49. E  = data ENTRY or correction of volume and prices for the selected stock. This
  50.      will take you to the data entry screen, which also permits handling of
  51.      stock splits or dividends and changing of the moving average periods.
  52.  
  53. G  = draw a bar GRAPH for any stock.  If you are using an IBM-PC, XT or AT, you
  54.      must have a color graphics adapter installed in order to draw bar graphs
  55.      either on the screen or on a printer.  Many "compatible" machines such as
  56.      the Compaq will not require a separate graphics adapter.  A color monitor
  57.      is not required; the program is designed for either a monochrome or a
  58.      color monitor.
  59.  
  60.      If you are using a Corona computer, it must have an IBM-compatible color
  61.      graphics adapter installed.  The Corona has double the vertical and
  62.      horizontal resolution of the IBM, causing the bar charts to occupy only
  63.      the upper left quarter of the screen.
  64.  
  65. A  = ADD or delete any stock, or make changes to a stock name, symbol, ex-
  66.      change, dividends, earnings, price goals or stop limit.  This will take
  67.      you to the add/delete program and another stock select screen.
  68.  
  69.  
  70.        DATA ENTRY PROGRAM - Description of Stock Select Screen (4 of 4)
  71.  
  72. H  = HELP.  Displays the explanatory information you are looking at now.
  73.  
  74. Q  = QUIT the stock charting system and exit to DOS, so you can run a different
  75.      program, make a backup copy of a disk, etc.
  76.