home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 276.lha / ND_Kate / ND_Kate.DOC < prev    next >
Text File  |  1989-08-02  |  4KB  |  81 lines

  1.  
  2.                           ***  ND_Kate.DOC  ***
  3.  
  4.     This program is based on formulas and information obtained from a
  5. magazine article.  No guarantees are made regarding the accuracy of this
  6. program.  No financial decisions should be made on the basis the Indicators
  7. presented in this program.  The information provided by this program is not
  8. intended as a recommendation to purchase or sell equities.  Professional
  9. programs are available.  Purchase a commercially-available program if you
  10. want to do accurate equity analysis.  This program is just for fun (if
  11. trying to outguess the stock market is your idea of fun)!!
  12.  
  13.      The following tools were used to create this program:
  14.        
  15.        TDI Modula-2 = TDI Software Inc. Dallas, Texas.
  16.        Power Windows 2.0 = Inovatronics, Inc. Dallas, Texas.
  17.        Asm/68k = Public Domain MacroAssembler.
  18.  
  19.     If you would like to compare the Amiga/Intuition Interface version of
  20. this program to a BASIC version written for a Big Blue or Clone, check the
  21. November Issue of Computer Shopper magazine. You will find an article titled
  22. "One Day Market Forecaster."  That program outputs the actual probability of
  23. market increases.  If you look closely, though, you will see that the program
  24. initialization data lists a smaller probability of increase if 5 Indicators
  25. are positive than if only 4 are positive.  That conflicts with the theory
  26. presented in the article, so my Amiga version does not list the
  27. probabilities.  Instead, the Indicators represent only positive, negative, and
  28. neutral probability of market increases.
  29.  
  30. >>  If the Indicator is " + " then there is a better than 50/50 chance that
  31.     the market will increase the following day.
  32.  
  33. >>  If it is " - " then the chances of an increase are less than 50/50.
  34.  
  35. >>  A " * " results if the Indicator is neutral or no data was entered for
  36.     that Indicator.
  37.  
  38.     The information required can be obtained from the "Wall Street Journal",
  39. "Nightly Business Report" on PBS-TV, or from on-line information services.
  40. The BASIC version requests more information than mine, but I found that some
  41. of the data is already computed and presented by the sources listed above.
  42. An example is the NYSE Final Tick.  The BASIC version asks for the number of
  43. stocks with a Final Upward Tick and the number with a Final Downward Tick. 
  44. It then computes the NYSE Final Tick.  I found that sources listing the up
  45. and down Final Ticks also list the total Final Tick so only the total Final
  46. Tick is input into the Amiga version.
  47.     You may need to make some decimal adjustments before entering the data. 
  48. For instance, the NYSE Composite Net Change is listed with 2 decimal places
  49. (i.e. 5.45).  Since the program input is done with Integer Gadgets, no
  50. decimals can be entered. Move the decimal place over to the right (i.e. 5.45
  51. becomes 545) and enter that number.  The Indicators are based on the
  52. relative values of the data and whether they are positive or negative.  Just
  53. remember to make the same decimal adjustments for comparable values.
  54.  The comparable values are:
  55.  
  56.      1. Yesterday's and Today's Composite Index Net Changes.
  57.      2. Advance and Decline Volumes.
  58.      3. Advances and Declines.
  59.      4. DJIA High, Low and Close.
  60.  
  61.  The Final Tick is a singular value.
  62.  
  63. If any values exceed the available input length, drop several of the least
  64. significant digits before entering. For example, it would be better to enter
  65. NYSE Volumes in thousands or hundreds.  A volume of 202301000 or 123000100
  66. shares would be entered as 202301 or 123000. Don't forget to include " - "
  67. signs.  Entering a negative value without the sign will produce incorrect
  68. results.
  69.  
  70.     I originally intended to include the source code with this program, but
  71. it includes Source output from POWER WINDOWS 2.0.  I don't want to incur any
  72. copyright hassles so I did not include the source.  You would need to have
  73. the POWER WINDOWS Modula2 support Modules to compile it anyway.  If the
  74. program seems large (filesize) it's because all of the Window Imagery Data
  75. is contained within the program.  That avoids requiring an Image data file
  76. in the same directory when the program is run.
  77.  
  78.     If you like this program do not send money!! I have enough tax problems
  79. as it is!!!
  80.  
  81.