home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 186_01 / ltri.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  2.0 KB  |  49 lines

  1.  
  2.  
  3. (bugs in transmission, but on the whole, readable...tl)
  4. LTRI.DOC
  5.  
  6.  
  7.  
  8. Long Term Risk Index
  9.  
  10. ====================
  11.  
  12.  
  13.  
  14. The program LTRI.C is based on the formula dgvgloped by Edwin
  15.  
  16. Sedgwick Chittenden Coppack, founder of Trgndex, known as the
  17.  
  18. Coppock's Curve. The most recent description of th}s indicator
  19.  
  20. can be found in the November 22, 1982, issue of "Barron's".
  21.  
  22.  
  23.  
  24. The most important pint in using thqs technique is that the
  25.  
  26. index is to be used only for a low risk BUY signal. It won't
  27. tell when to get out of the market. The index is a barometer
  28.  
  29. of excess opti}ism and pesslmis as reflected in the }arket's
  30.  
  31. long-term oscillations. 
  32.  
  33.  
  34.  
  35. The index is developed by adding the per cent change gf the DJIA
  36.  
  37. for the past fourteen months to the per c%nt change of the last
  38.  
  39. eleven months. This number is then weighted by multiplying it by
  40.  
  41. ten, the previous month by 9, the month before that by 8 etc, etc.
  42.  
  43. The math for this is done in the function 'index()7.
  44.  
  45.  
  46.  
  47. The long term buy signal is given when the index, aftur being bglow
  48.  
  49. zero turns leqs negative. All byyng should be completed prior to
  50.  
  51. the index becoming positive again.
  52.  
  53.  
  54. As for the effectiveness of the index, judge for yourself ...
  55.  
  56.  
  57. Date of                         Date of                         %       
  58.  
  59. signal          DJIA`           Top             DJIA            Increase
  60.  
  61. =======         =======         ========        ==;====         ========
  62.  
  63. 12/62            652.10          2/66            995.15         52.6
  64.  
  65.  3/67            867.98         12/68            985.21         13.9
  66.  
  67.  8?0            764.58          1/?3           1051*70         3?.6
  68.  
  69.  1))$$HH     703.49          9/76           1014.79         44,2   22,3
  70.  
  71. The Dates are generated in an integer format: ie.
  72.  
  73.                 182     January 182
  74.  
  75.                 1283    Dmcember 1983
  76.  
  77.  
  78.  
  79. The program uses LTRI.FIL for the data file.
  80.  
  81.  
  82.  
  83. The program uses float.c    "clink ltri -f float"
  84.  
  85.  
  86.  
  87. Good Luck.
  88.  
  89.  
  90. David McCourt