rsi momentum indicator (Mega RSI [SHK])

Forums ProRealTime English forum ProBuilder support rsi momentum indicator (Mega RSI [SHK])

Viewing 13 posts - 1 through 13 (of 13 total)
  • #113515

    One of the most powerful indicator based and divergence strategies i have ever seen was made by Constance Brown.

    Is it possibel for somewone to write this indi for pro realtime, i think it is very useful for everyone, thank you very much.  the indicator is coming from tradingview from someone.

     

    The Composite Index:
    The best way to think of the Composite Index as it applies to the RSI is to think of the RSI as Windows 3.0 and the Composite Index as Windows 10. Constance Brown discovered that the RSI , while it does create and detect divergences, does is not as accurate as it could be. It’s a bit of an oxymoron to say this but the RSI is a momentum indicator without any momentum calculation attached to it. The RSI actually misses a significant amount of important moves and even generates some bad moves. What Constance Brown did with the RSI is to input a momentum calculation within the RSI itself.

    Usage:
    1. Check hidden and regular divergences on RSI+COMPOSITE_INDEX and PRICE+COMPOSITE_INDEX.
    2. After finding divergence wait for COMPOSITE_INDEX to cross under/over it’s moving averages to trigger.

    Useful Note:
    “RSI overbought/oversold as filter”, “RSI and COMPOSITE_INDEX trendline as trigger”, “RSI 50 Over/Under as trend direction detection”, … can be add to this strategy.
    Attachments:

     

     

    1 user thanked author for this post.
    #113516

    Do you have a question or a request or are you just posting random code for others to admire?

    #113591

     

    1 user thanked author for this post.
    #113592

    Thank you very much Ciccio,  i have  copied into a new indi rsimomentum and its very useful again thank you for your help.

    Greetings Lucassen

    #113598
    Fr7

     

    3 users thanked author for this post.
    #113639

    Thank you Fr7 for your effort.   Greetings Lucassen

    #147143

    Hello, The script doens’t work anymore ? Can you adapt pls ? Many Thanks

    #147148

    Which script?

    Why do you doubt it may no longer work?

     

    #147150

    It is working fine for me, even on Prorealtime v11.

    #147156

    Hi Roberto,

    I’ve copy the code in prorealtime and I’ve got several error messages.

    #147158

    Hi All,

     

    Find the printscreen of the error messages in attach. Thx a lot for your help.

    #147161

    The first code is from another programming language, use this translated version instead: https://www.prorealcode.com/topic/rsi-momentum-indicator/#post-113598

     

    1 user thanked author for this post.
    #199765

    Perhaps a little change for a suitable translation from the original Tradingview:

     

    rsimalength=3
    rsisma = average[malength](rsi[rsimalength](close))

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

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