home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF097.ZIP / NAIC.EXE / MANUAL.TXT < prev    next >
Text File  |  1990-10-22  |  16KB  |  306 lines

  1.                  ┌────────────────────────────────────────┐
  2.                  │ TURBO SOFTWARE Stock Evaluation Manual │
  3.                  └────────────────────────────────────────┘
  4.  
  5. NOTE: TO USE THIS SOFTWARE YOU MUST HAVE:
  6.        1) AN IBM OR TRUE IBM COMPATIBLE COMPUTER.
  7.        2) A CGA, EGA, OR VGA GRAPHICS CARD.
  8.        3) An IBM compatible printer.  That means the printer can do
  9.           a graphics screen dump when you hit the ALT/PrtSc keys.
  10.           The chart below uses straight lines for a boarder.
  11.           In SideKick, you would hit CTRL/Q and then G to see
  12.           the IBM extended graphics characters.  Otherwise, the
  13.           outside boarder is made up of the letter "D" going
  14.           across, and the letter "3" going down the sides.
  15.  
  16.        ┌─────────────────────────────────────────────────────────────┐
  17.        │*************************************************************│
  18.        │*┌─────────────────────────────────────────────────────────┐*│
  19.        │*│      Hit ALT PRT/SC and see if you can print this!      │*│
  20.        │*└─────────────────────────────────────────────────────────┘*│
  21.        │*************************************************************│
  22.        └─────────────────────────────────────────────────────────────┘
  23.  
  24.        4) Your DOS file, GRAPHICS.COM, must be loaded into memory first.
  25.  
  26.        5) The print-out will include the date you prepared a report.
  27.           It gets the date form your computer's system clock.  Be sure
  28.           the system clock is set before you print a hard copy.
  29.  
  30. WHAT IS IT: This program will mimic the N.A.I.C.'s Stock Evaluation and
  31.           and Stock Comparison Forms.  When you request a printout, all
  32.           the information will be printed as a three page report to your
  33.           printer.  The first page is a semi-log plot of you company's
  34.           data.  The second page prints Part 2 through 5 of the Stock
  35.           Evaluation Form.  The third page is a printout of the Stock
  36.           Comparison Form.  Since it only contains data for the current
  37.           company you are studying,  you will overlay the printouts
  38.           later to form one large spreadsheet for easy comparison.
  39.             The program is not copy protected.
  40.  
  41.              The ShareWare Version is a complete package with one omission,
  42.           It can not save data to disk. To save your data to disk, you need
  43.           a registered version of the program.  Registered Versions cost
  44.           $35.00 Post Paid. The can be ordered from:
  45.  
  46.                  Paul Bergsman
  47.                  Turbo Software
  48.                  521 E. Wynnewood Rd.
  49.                  Merion, Penna, 19066-1345
  50.                  (215) 667-2449
  51.  
  52.              If you purchase the registered version , you agreed to
  53.           abide by all copyright laws by your action of breaking the seal
  54.           and opening the software package.
  55.  
  56. FAST START-UP:
  57.    1) This program will print both graphics and text to your IBM
  58.       compatible printer.  In order to print the graphics, you must first
  59.       load a small COM file, GRAPHICS.COM, which is part of your DOS disk.
  60.  
  61.       After booting you system, switch to the drive with you DOS disk.
  62.       Enter "GRAPHICS.COM" at the prompt.
  63.  
  64.    2) If you have a CGA card and another graphics card installed in your
  65.       computer, turn both monitors ON.  This will permit you to see all
  66.       graphics on one monitor and all text on the other, at the same time.
  67.       Relax, It's all automatic, you do not have to touch any dip switches.
  68.  
  69.    3) Insert this disk in DRIVE A.
  70.  
  71.    4) At the DOS prompt, type A:NAIC.  Registered programs must now
  72.       enter their name and a password.
  73.  
  74.       4a) You will be asked to enter your name.  Enter your name in
  75.           upper or lower case letters.  PRESS 'ENTER'
  76.  
  77.       4b) You must now enter your password, unless you are using the
  78.           shareware version.  To get a password,  call
  79.           me at (215) 667 2449.   If it's a toll call, call collect.
  80.           I will tell the operator  that Mr. Bergsman can not come to
  81.           the phone and to give me a number to return the call.  Leave
  82.           your phone number and I will call you right back and give
  83.           you a password.  I pay for the return call.
  84.  
  85.    5) To see how things work, at TURBO EVALUATION 's main menu, select A.
  86.       This will permit you to select a data file, ABT.DAT, from disk.
  87.  
  88.    6) You can now look at the many parts of my software.  Play with the
  89.       data all you want.  None of the changes you make will become final
  90.       until YOU CHOOSE to save the data, with selection E, on the main menu.
  91.  
  92. HARD DRIVE OPERATION
  93.       TURBO EVALUATION in not copy protected.  You may make as many back-up
  94.    copies as you want, for your own use.  YOU ARE NOT permitted to make a
  95.    copy for your friends, unless it is the ShareWare version. You can copy
  96.    the program onto your hard disk drive if your hard disk drive is C, by
  97.    placing the original disc in drive A and typing the following; COPY
  98.    A:*.* C:*.* If you made the C drive a RamDisk and D is your hard drive,
  99.    type the following: COPY A:*.* D:*.*
  100.  
  101. RAM DISK OPERATION
  102.     You can save wear on your hard drive and floppies by coping the
  103.     program onto a RAM disk before running   In addition to less hard-
  104.     drive wear, the program will run a lot faster form a RAM disk.
  105.     The main reason for using a ram disk is Program Overlays speed.  The
  106.     program is too big to fit in a 64k segment of memory.  As each section
  107.     of the program is used, that section of code is loaded into memory from
  108.     your disk drive. We could have compiled an EXE file, but the main goal
  109.     was to create a program that would run on as many different computer
  110.     configurations as possible.  EXE files take up more memory than COM
  111.     files.   You must remember not to save newly collected data to your
  112.     ramdisk. Save all data to a floppy or Hard Disk.  If you do forget, all
  113.     your ram disk data will be erased when the computer is turned off.
  114.  
  115. WHAT YOU GET:
  116.    You will find it helpful to use the NAIC manual.  $10.00 from the
  117.    N.A.I.C.  All the technical terms used in the program are fully explained
  118.    in the manual.  If you have never used the NAIC forms, have no fear.
  119.    TURBO EVALUATION follows the NAIC forms almost to the letter.  You can
  120.    read the manual for a full description of what is going on.
  121.  
  122.       The main advantage to using the program is in saving time.  The
  123.    computer can do the number crunching a lot quicker than you can on
  124.    paper. You can analyze a dozen stocks in the time it would take you to
  125.    do one analysis by hand.  You can play "what if" over and over again
  126.    without tiring.  The program will make the needed calculations over and
  127.    over without mistakes.  However, YOU still make all the judgment calls.
  128.  
  129. FUNDAMENTAL ANALYSIS
  130.    The N.A.I.C. uses fundamental analysis, to analyze growth stocks.
  131. Fundamental Analysis suggests that the people who best understand a company
  132. are the company's management.  If we look at the company's performance for
  133. the past ten years, we can get a  pretty good feel for the quality of
  134. management's decisions.  This process only works for Growth Companies not
  135. banks stocks, bonds, mutual funds, ect.  To analyze you need other
  136. criteria.  The investment clubs I am involved with only invest in growth
  137. stocks which meet fundamental analysis standards.  The goal of this program
  138. is to save investors time when analyzing stocks following the principals of
  139. fundamental analysis.
  140.  
  141. HOW TO FILL IN DATA
  142.    The box near the bottom of the spreadsheet screen keeps you informed
  143. as to which keys are active.  You enter data just like you would with
  144. a pocket calculator.  If you make a mistake, just hit the delete key and
  145. start over.  When a company lost money in one year, just enter that data
  146. as a negative number.  The program knows that you can not plot negative
  147. data on a semi-log chart.  It will make all necessary adjustments before
  148. trying to do a plot.
  149.  
  150.    You get to play "what if" in this section.  After running through the
  151. program,  you may think "what if the data was different for this year".
  152. You can go back and change any of the data you entered again and again
  153. until the three page report is just the way you want it.  HOWEVER, I
  154. strongly suggest you save the raw data first.  Play all you want with
  155. the numbers AFTER the original data is safely stored on disc.
  156.  
  157. PART 1, Semi-Log Chart
  158.       The computer will plot a semi-log chart based on the data you have
  159.    entered.  If you have two displays,  the program will automatically
  160.    switch to the Color Graphics Card to display the plot.  After completing
  161.    the plot,  the program will return to the Monochrome Display Monitor and
  162.    display the rest of the report while keeping the semi-log on the
  163.    Graphics display.  The process is automatic.
  164.  
  165. HOW TO READ A SEMI-LOG CHART
  166.    A semi-log chart plots compounded growth as a straight line. By
  167. LOOKING at the chart,  you can see the following relationships:
  168.  
  169.  1) E/S growth should not be greater than sales year after year.
  170.     Earnings come from Sales.  If earnings are growing faster than
  171.     Sales then the company has some other income besides selling it's
  172.     products. You should look further for possible problems. Sales should be
  173.     the top most plot.  The program plots values based on growth rates,
  174.     placing the smallest growth rate at the bottom and the largest growth
  175.     rate on the top.  Stock prices are always plotted between E/S and Sales
  176.     for easy comparison.
  177.  
  178.  2) E/S and Sales plots should be parallel to each other.  In other
  179.     words, their compounded growth rates should be about the same.
  180.     Since the two values are related to each other,  if they are not
  181.     sharing parallel growth, look further to determine why not.
  182.  
  183.  3) High / Low process should parallel the other two plots.  Stock
  184.     represents  a partial ownership in  a company.  If stock prices do not
  185.     parallel E/S and Sales compounded growth, then you may have an over
  186.     valued or undervalued stock.  If the stock's price is climbing faster
  187.     than the other two, the stock's price is overvalued, if the stock's
  188.     price is climbing slower that the other two, the stock may be
  189.     undervalued.
  190.  
  191.  4) The general slope of the lines should be straight or curving slightly
  192.     upward. If the lines tend to level off in the most receint years,
  193.     this might indicate a growth company that has run out of steam.
  194.  
  195.  5) Growth should be steady.  If the plots are irregular, then the
  196.     company does not have a stable 10 year track record.  The next year may
  197.     be very good, or very bad.   You have no way of knowing from their past
  198.     performance.  They may be a good company to invest in, but not according
  199.     to fundamental analysis guidelines.
  200.  
  201.  6) Actual numbers on a semi-log plot are meaningless.  The Chart shows
  202.     the growth relationship between the three plots, Sales, E/S, and Hi-Lo
  203.     stock prices.  You examine the semi-log plots to see the visual
  204.     relationship between E/S, Sales, and Hi-Lo Stock Prices. You are not
  205.     concerned with actual numerical values. It is the RELATIONSHIP between
  206.     the values that is important. Printing numbers on an axis only
  207.     clutters up the chart.
  208.  
  209.        You should note that the program changes the actual values before
  210.     plotting, so they fit neatly on the chart.  The numbers within a group
  211.     are multiplied by a constant so they can be placed at a particular spot
  212.     on the graph. That is the same procedure the N.A.I.C. suggests you do
  213.     on their semi-log grid paper.  The program stores the original values
  214.     you entered form the Standard & Poors data sheet.  The values are
  215.     scaled only for the purposes of a clear semi-log plot.  Scaling does
  216.     not alter the relationships in any way.
  217.  
  218.        The program looks at the growth rate for E/S and Sales, finds the
  219.     smallest growth rate, plots this data starting in the lower left
  220.     hand corner of the chart, and then plots the other values starting
  221.     at a set distance above the first.  Using this method the plots are
  222.     clear and should not run into each other. The High/Low stock prices
  223.     are then plotted half way between the E/S and Sales for ease of
  224.     interpolation.
  225.  
  226. PART 2, EVALUATING MANAGEMENT
  227.        The computer makes a value judgment here.  First it gets an
  228.     average for the most recent five years.  If the most recent three
  229.     years are very close to the average, then THE TREND IS NOT DOWN.
  230.     There can even be a dip in year eight or nine and still have
  231.     A TREND THAT IS NOT DOWN.  Make sure you add your judgment to the
  232.     computer's when YOU determine if the trend is truely not down!
  233.  
  234. PART 3, Price - Earnings History
  235.        Part Two is automatic.  Information you entered on the spreadsheet
  236.     is now put through some number crunching and placed in a chart for
  237.     easy use.  Information in this chart will be used in other parts of
  238.     the evaluation, and on the Stock Comparison Form.
  239.  
  240. PART 4, Evaluating Risk and Reward.
  241.        You get to play "what if" in this section.  Each time you select
  242.     D, ANALYZE DATA, from the main menu, you can choose a different low
  243.     price for the next five years.  Your choice will effect the whole tone
  244.     of the three page report.
  245.  
  246.        You also get to play "what if" when you select C, UPDATE DATA, from
  247.     the main menu.  Every time you change the raw data, you will change
  248.     the nature of the three page report.
  249.  
  250.        Once you see the kind of three page report you want on the screen,
  251.     run D, ANALYZE DATA, one more time.  This time, get a hard copy of
  252.     the report.
  253.  
  254. PART 5, Five Year Potential
  255.        Part Five uses the data from previous sections to compute the
  256.     percent returned on purchase price, and average yield over the next
  257.     five years.
  258.  
  259. USING THE STOCK COMPARISON CHART
  260.  
  261.    Rather than having different programs do different things, this one
  262. program is a complete package.   After you have entered the needed data,
  263. the program generates a complete report.  Both the Evaluation Form and
  264. the Stock Comparison Chart are generated at the same time.
  265.  
  266.    Since the program prints data for only one company at a time,  you may
  267. wonder how the information on the Stock Comparison Chart can be used.
  268.  
  269.    Simply overlay one Comparison Chart on top of the next forming one
  270. very large Stock Comparison Chart.  After lining the sheets up,  tape
  271. them together.
  272.  
  273.    If you feel the final sheet is to large,  there are several ways to
  274. make it more manageable.
  275.  
  276.    First, if you printer allows, you can set it to print everything in
  277. compressed mode.  The graph will not be reduced, but all text will be
  278. compressed.
  279.  
  280.    Second,  I use a different method for the two investment groups I
  281. am involved with.  Take all the overlayed sheets to a good copy center.
  282. Reduce the whole thing to 8 1/2 by 11 inches.  Make enough copies of
  283. the reduction to give out to all members at your meetings.
  284.  
  285.    Third,  I take the reduction and make an overhead transparency with it.
  286. The building where our clubs meet provide an overhead projector and a
  287. screen.  Then all the members can follow along on their sheet what I
  288. are pointing to on the screen.
  289.  
  290. PLAYING "WHAT IF"
  291.  
  292.    Ten years ago, a company may have had one really bad year.  The E/S are
  293. a negative number ( the company lost money ).  The program will compute a
  294. very large, and distorted, growth rate.  Your research has shown that the
  295. company had a good reason for not making money that year.  You can go
  296. back to the grid and change the value to something in line with all the
  297. other data.  Now your plotted graph, and computed growth rates will look
  298. more realistic.
  299.  
  300.     All nagative values are kept, unaltered, in the program's data file.
  301. However, the computer might alter the data while plotting to force a fit on
  302. the graph. Log-plots do not like negative numbers.
  303.  
  304.  
  305.  
  306.