REFERENCE : Technical Analysis for the Trading Professional-Constance
Brown-McGraw-Hill ISBN 0-07-012062-5
The author demonstrates how imbedding a Momentum formula within the Relative
Strength Index will significantly improve the trend reversal signal and timing characteristics of
this oscillator. She named it THE COMPOSITE INDEX and it was made public in oct 2015.See http://www.aeroinvest.com
THE COMPOSITE INDEX: A DIVERGENCE ANALYSIS STUDY
A thesis submitted in fulfillment of the requirements for the certification
MASTER OF FINANCIAL ANALYSIS (MFTA)
By
CONSTANCE M. BROWN, CMT
OCTOBER 2015
The Composite Index formula is as follows in Omega TradeStation format:
Plot1(RSIMO9+RSI3,”Plot1″);
Plot2(average((plot1),13),”Plot2″);
Plot3(average((plot1),33),”Plot3″);
The function RSIMO9 is written; RSIMO9 = MOMENTUM(RSI(CLOSE,14),9)
The second function is written RSI3=AVERAGE(RSI(CLOSE,3),3)
The use of the indicator can be found in the publication mentioned above.
Can anybody check the equivalent PRT program? I have some doubts about the bar numbering …
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue