RSI Self-Adjusting Bands

RSI Self-Adjusting Bands
RSI modified so that the bands are adjustable to volatility, is similar to Blai5 indicator (Advanced RSI with BV).

RSI modificado para que las bandas sean ajustables a la volatilidad, es parecido al indicador de Blai5 (RSI Avanzado con BV).

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. Nicolas • 05/01/2016 #

    Very nice and contribution much appreciated. Thank you! 🙂

  2. supertiti • 05/01/2016 #

    Se puede anadir tambien las bandas 30 y 70 como supravendido / supracomprado//Rsi con bandas Autoajustables por volatilidad modificada por Josep Bosch

    rsiplus = RSI[P](close)

    bsup = 50+ (1.8*STD(rsiplus))

    binf = 50 - (1.8*STD(rsiplus))

    bmedia = 50

    RETURN rsiplus COLOURED(255,0,0) AS\"RSI\", bsup AS\"High Band\", binf AS\"Low Band\", bmedia AS \"Center Band\" ,30 as \" 30 \" , 70 as \" 70 \"

     

  3. supertiti • 05/01/2016 #

    Pour Nicolas
    Ne peux t’on pas ajouter un bouton  pour illustrer une suggestion par un graphe de l’indicateur ?
    bonne journée
     

  4. Lyny • 05/01/2016 #

    @supertiti, can you translate your code into English version PRT ? I copy and paste your code into new indicator, error the first line.

  5. zen83 • 05/01/2016 #

    The bands 30 and 70 can also be added as supra-sold / super-purchased // RSI with volatile self-adjusting bands modified by Josep Bosch
    P=14
    rsiplus = RSI[P](close)

    bsup = 50+ (1.8*STD(rsiplus))

    binf = 50 – (1.8*STD(rsiplus))

    bmedia = 50

    RETURN rsiplus COLOURED(255,0,0) AS”RSI”, bsup AS”High Band”, binf AS”Low Band”, bmedia AS ”Center Band” ,30 as ” 30 ” , 70 as ” 70 ”

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas
2 years ago
B-Xtrender
B-Xtrender
8
Indicators
616248 Bonjour Nicolas, Peux tu nous expliquer le principe de fonctionnement ? Ou nous mettre un...
Nicolas Le lien vers l'article IFTA de l'auteur est dans le post déjà :)
P. Marlowe Very poweful indeed. It deserves close attention. I really appreciate very much IFTA backgro...
JS
2 years ago
Trendilo
Trendilo
1
Indicators
Coded1 very interesting indicator, thanks JS
JS
2 years ago
bousalahane merci pour le partage de cet l'indicateur, j'ai rajouté un autre indicateur pour faire une s...
joaoarcher Hi, thank you for the this. Is it possible to create a screener from this indicator, so that...
luxrun
2 years ago
Gabriel_HO Hello, thank you for your indicator, it indicates well the gaps area, I am happy with it as...
geroniman super Ivan, excellent.Muchas Gracias.
Edelmiro My gratitude to Monochrome for sharing the "Smartmoneyindicfaivaluegap.itf" indicator is a s...
Nicolas
2 years ago
Lucas0000 Hello, Congratulations on this programming, it seems incredible to me, I am new to this but ...
plbourse Hello, I am trying to use this singal (in fact I have converted it to an indicateur giving B...
manfeber Buenos dias,alguien me podria decir como se descargar el archivo o el indicador Q-Trend??,ya...
Gianluca Amazing, thank You for your contribution!
Alex Spioglou Thank you for featuring my work, and I hope you found it useful. Mind the paper was publ...
NEOMKEY Hi, I can watching it´s very interesting your work on Tradingview Platform. You could contri...
steffen_burat Hello Nicolas, I have a cumulative histogram update problem, the indicator often updates ...
taklause Hello Nicolas, if I try to use your indicator in a trading system, the error on prc pops up ...
Gio56 Bonjour Nicolas J'ai le meme souci que steffen , l'indicateur ne cumule qu'après avoir redé...
BriceE Bonjour Nicolas, Je suis a la recherche d'indicateurs pour me donner la meilleure indicatio...
supertiti Quand on parle d'AFR on parle de quoi ? merci
Sever AFR means Average Filter Regression
supertiti Thanks you
Nicolas
2 years ago
Maxime Baudin Well done Nicolas, creative!
Stenozar Hi Nicolas, please can you explain how to read/use this indicator? thanks!
JC_Bywan For people interested in the screener: https://www.prorealcode.com/topic/screener-buy-sell-m...
octum Gracias NJicolas. Las lineas 35 y 36 dan fallo. (¿Es adrede para iniciados?) Puedes co...
mortezaali14 Salut Nicholas, comment exécuter ce fichier dans les métadonnées
Nicolas
2 years ago
FXtonio Bonjour Nicolas, merci pour cette merveille, je l'utilise en compl2ment du "magical buy sell...
xpe74 Bonjour Nicolas, quelle est la valeur de MA que l'on doit prendre en compte pour intégration...
Nicolas Il faut faire un CALL de l'indicateur et y placé en paramètre les valeurs des périodes souha...
Nicolas Yes, Magic if the variable that contains the value of the line, you can test if it goes up o...
dadah1987 Bonjour Nicolas, merci pour cet indicateur. Utilisant pour l'instant la création simplifié p...
Nicolas Merci d'ouvrir un sujet sur le forum avec une description complète du système.
GustavoLoboOrenstein Is it possible to add histogram with only increasing bars?

Top