Composite index (C.Brown)

Forums ProRealTime English forum ProBuilder support Composite index (C.Brown)

Viewing 4 posts - 1 through 4 (of 4 total)
  • #77714

    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 …

    In attachment.

    Composite index example

    Setting composite index

     

    #77937

    Sorry but your code is wrong 🙂 

    Considering your description, I coded this version of the Composite Index:

     

    #77965

    Hi Nicolas

    The formula is correct! I just decomposed the momentum formula to increase the processing speed. 

    Please see both formulae in attachment. I adjusted the layout of the averages in your formula for clarity purposes

    All ways …

    Best regards and thank you for the review

    J-P

     

     

    1 user thanked author for this post.
    #77968

     

Viewing 4 posts - 1 through 4 (of 4 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login