ADX Weighted RSI

ADX Weighted RSI

Introduction

I have worked on a collection of indicators with a view to reducing the number of false signals in classic oscillators such as RSI, Stochastic and more. My ADX Weighted RSI is one such indicator. I thought to share it here in case someone would like to contribute with further ideas.

What and why?

ADX Weighted RSI attempts to reduce the number of false signals generated by the classic RSI. Interpretation of the indicator is the same as the classic RSI. When markets are trending, overbought and oversold signals form the classic RSI become false. This aims to limit ob/os signals during strong trends where the likelihood of reversal is lower. Improving classic oscillators is a slight alternative to creating new oscillator functions and can become useful in algorithmic trading.

More detail

The classic RSI works best during sideways or consolidating markets but is far less useful in trending markets. Various functions are available to determine trend strength. In this case I using the ADX function to determine trend strength due to its simplicity and speed. (FDI is also a good filtering option but that’s another topic; forum topic opened with link to be posted below) We attenuate premature overbought or oversold signals in RSI if the trend shown by ADX is strong and/or strengthening.

RSI signal attenuation is linear in the case of this indicator; linear between a minimum ADX of 23 (no attenuation) and a maximum ADX of 70 (full attenuation). The ADX signal is normalized in a linear way and then used to affect the RSI signal. It is also possible to apply logarithmic, quadratic or parabolic curves to the attenuation signal so that the affect on RSI dampening might be further aligned with market dynamics. This version published here however is a simple version without such curves and attenuates  linear fashion.

There is much more room for discussion on this topic. Many more options exist for dampening techniques – how it’s applied and how it’s lifted off. I am publishing this very simple version for the time being.  More advanced versions exist – feel free to get in touch if you would like to discuss or contribute.

Variables
period – RSI period in bars
adxPeriod – ADX period in bars
weightingPC – By how much % to dampen.
– 100 = full damping
– 0 = no damping
– <100 = amplification!
– >100 = squashing

Note – this indicator is best optimized for your market or time frame.

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Francesco78 • 05/18/2017 #

    very nice, thanks!

  2. Wilko • 05/18/2017 #

    Interesting! Thanks for sharing!

  3. BjornH • 05/18/2017 #

    Extremely nice, thanks!

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+9 more likes

Related users ' posts
jeanphi0034 Hello, I would like to use the QQE indicator which is based on smooth RSI as far as I unders...
ilstefano Bonjour Nicolas, te serait il possible de rajouter la fast ATR manquante dans le code? Merci
Nicolas Désolé je ne comprends pas la question ?
rpreviteri Hi Nicolas, thanks a  loto for sharing your knowliedge, Wasn't the original momentum pinball...
air Thank you!  
elanoa Buonasera sig. Nicolas......sarebbe possibile far in modo che quando l'indicatore raggiunga ...
Naren Yanan what is    diplus  diminus  please
Barney Has anyone tested this algon now when PRT 10.3 was released?
Yngve does anyone know if the issue with the TP/SL is resolved ?
zilliq The reasons why I think it's time consuming and we loose time to try to do backests and Auto...
filiprb Hello Zilliq, You don't need a system to produce a walk forward test. You can easily create...
Philip Raphael It is incredible! Thanks for sharing, Doctrading!
s00071609 Hi, could you please suggest, what this codes gives, lowest[b](rsi[a]) -- just trying to us...
Nicolas lowest[b](rsi[a]) returns the lowest values of the RSI of "a" periods, over the last "b" per...
s00071609 Hi, what would be the code to get the price for last bullish DTOSC cross over. I am looking ...
lglmrc Can't make it work, says: "Define p variable"
Ezio Hi Xel and thanks, do you know if there is a way in PRC of reading/counting intraday ticks?...
inadis ive just discovered this, i must say very nice thanks.
Nicolas RSI is an oscillator made for price centering. This strategy bet on mean reverting phenomena...
air Good start. Works decently during stock runaway bull market. I have tested it over 80 year p...
TheHovisTrader Hi - the way Larry trades it does not work - discovered that over 10 years ago! BUT If you ...
Glen Marquis I wonder how this fairs on 5 or 15 mins. Maybe 21 or 25 instead of 14 .
Doctrading Hello, you can test it. It's not my best strategy... but I think someone can improve it.
Investment Account Wow great thanks ... looks good! Do I set the colour shades up from within the indicator 's...
avatar
Anonymous Thanks for your comments and yes, that is exactly how I set up the colour levels.
Vish Thanks I have added this in my watch list. Has anyone tried it yet ? Does it work on currenc...
Nicolas Aucune immobilisation du capital. Quel est le drawdown du buy & hold ? Je ne l'ai pas ca...
jctrader ok pour le codage mais le choix "indice" n'est pas le bon : moins de 5%/an pour le meilleur ...
Thomas Hi Nicloas nice one i do understand :D im trying to put in MA200 as a criteria so it only go...

Top