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
lkiklkik thanks a lot. description of the indicator seems wrong ...
robertogozzi Sorry, you're right. The correct description, from https://www.tradingview.com/script/omlpq...
Razz Hello Nicolas I really like this indicator, but unfortunately it keeps drawing huge gaps fro...
Jo-01-R Bonjour Nicolas, je voulais savoir si vous aviez des competences en programation NT8 ? Car j...
lukapex hello Nicolas! i want to get in touch with you. I have my own strategy and my own indicators...
Actaru5 Hi, I couldn't see the candles well. Changing the code solves the problem. from line 164 to...
LucasBest Thank you
Alai-n @LucasBest Hello, do you think it is possible to isolate moving averages? I would like to us...
Alai-n I really like it when you develop ideas around price movement! I am much less a fan of all t...
finplus Bonjour, une petite demande concernant cet indicateur : comment faire pour que lorsque la bo...
LucasBest Bonjour, la coloration des bandes se fait ligne 111 et 112 à l'aide des instructions colorbe...
Matriciel Very nice job ! Is it possible to do the opposite because what interests me is to have the ...
YvesRobert Hi Matriciel, how can we do this, because stochastic is limited between 0 and 100 but price ...
Traderfox06 Dear zeiiermantrading, I really like your approach combining adaptive averages with MACD in...
Stefano1234 there is an error: Define the variable: prd, showBreak, showPattern, showPvts
romanelli4 molto interessante e grazie ma come faccio a trasformarlo in trading system? grazie per l...
oyinloyea Thanks for the indicator
NEOMKEY Excelente trabajo. Lo uso también en scalping de 1 minuto.
philippe59139 bonjour zeiiermantrading , merci pour ton excellent travail, je me suis permis de rajouter ...
Bodaris Bonjour, je tenais à vous remercier pour votre travail et votre partage. J'utilise beaucoup ...
jacquesgermain Hello IASD it's normal , when this occurs, uncheck RSI and MFI line and click then the MAC...
emiliobercial Thank you very much for sharing!
Carlose estoy de acuerdo con IASD Esta muy bien el MAD y el indicador en el precio no se ven bien...
Nicolas
2 years ago
Florian Hello Nicolas, This indicator repainting ?
Nicolas It's impossible for it to repaint the values of the past.
Manu L. @Nicolas Hello, quel serait le screener lorsque l'histogramme passe du jaune au vert car...
elcortijoverde Muy buen trabajo.Intuitivo y claro.Gracias por tu dedicación y aportación.
FXtonio Nicolas.... MERCI 1 millions de fois, cet indicateur gagne dans 75% des cas en scalping m1 ...
davy42 bonjour, à quel moment apparait le fleche, à l'ouverture ou la fermeture de la bougie? merci
Freezer Bonjour, est-il possible d'ajouter une alarme sonore sur PRT à l'apparition des flèches ? Br...

Top