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
3 RSI
3 RSI
2
Indicators
Violet Nicolas, you calculate iRSI, but don't use it. You show RSI in the returned values, which, a...
Nicolas Yes, that's an error. RSI instruction is set by default to 14 if you don't indicate it that'...
YvesRobert Bonjour Nicolas, en effet ca marche, je me suis trompé, j'ai bien tout le tracé. C'est parce...
oliTR Bonjour, les conditions longCond et shortCond ne contiennent-elles pas une condition qui s'a...
xpe74 Utilitaire vraiment top, d'autant qu'ajouter des filtres de seuil peux aider a limiter le no...
supertiti Bel outil si on ne se tape pas sur les doigts avec ! Comment ajoute-on une image avec le co...
Alfy
2 years ago
geroniman bonjour si je comprends bien, qaund els points sont verts on regarde pour un long, le blanc ...
Alfy No, the dots only show the compression of the volatility. There are 3 levels of "squeeze" wh...
ted.hulsman Hi Alfy, I'm trying to understand your indicator, so I made the Bollinger Bands and the Kelt...
Chrisinobi Hallo John, dein Indikator gefällt mir wirklich gut, kannst du ein Alarm mit einarbeiten auf...
JohnScher For a long time now, however, I have been involved only now and then with with popgun indica...
jonpt88 hI . THIS LOOKS GOOD. Thanks. Just one doubt: is this kind of impulse indicator - does it sh...
mfejza also, for long trailing stop d2=low d1=lowest[3](d2)+1/3*AverageTrueRange[20](close) d3...
effegi
2 years ago
effegi A good alternative solution, even I had thought of the variant that uses high and low (proba...
Seb did you automate that 1-2-3 strategy? how is that working for you?
effegi Not yet, I'm busy developing other strategies/indicators at the moment, but it's on my to-do...
larouedegann Amélioration du code ............................... Je trouvais assez frustrant d'attendre...
larouedegann if TIME=081500 then valeurhaute= highest[1](high) valeurbasse= lowest[1](low) milieu = v...
magnus59 Hi Nicolas, thaks for your great work here, I need a scanner for the swedish OMX when ma...
Nicolas Yes, sure please open a new topic in the ProScreener forum section, thank you.
paullyons Hello! Thanks for post your indicators. I'd like you to let me know how to draw lines for ...
Khaled
3 years ago
DELBERT Bonjour , Nicolas , je voudrais installer cet indicateur sur ma PRT , version 10.3 , mais je...
Nicolas En effet, il faut à minima une version 11. La 10.3 est tellement ancienne maintenant.. Je pe...
DELBERT Bonjour , Nicolas , merci pour ta réponse , je fais un essai et je verrais . Salutations .
Rafa Hi Nicolas! I can´t install this indicator. it installs in a separate window not as an av...
Nicolas Add it on the price, see how: https://www.prorealcode.com/blog/video-tutorials/how-to-add-an...
Frankyslo1 No consigo instalarlo en el precio en PRL-version 10
jonpt88 This is great! Such a job you did!. I do not really understand though how it works.
Bruno Carnazzi Thank you, I've just realized that all links are missing in the description. You can find th...
Madrosat repainting as cog or not repainting?
Nicolas It doesn't repaint.
gaby IDE merci beaucoup, je l'ai mais il se place en bas avec le rsi, comment le placer au dessus sur...
Dron Gracias
Fpal Hello, thanks very much for your work. I am trying to flag when the close price is i...
Nicolas
3 years ago
KijunTrend indicator
KijunTrend indicator
2
Indicators
Msport71 Nicolas, buongiorno. Grazie del cortese aiuto. Buona giornata. Carlo
MaoRai54 Thanks Nicolas, it seems to work well on 1H TF on Dax. !!!
Khaled Thank you Nicolas! Looks like TDI (Trader Dynamic Index). Interesting to give Exit Signal as...
Nicolas ColorBetween is an instruction added last year: https://www.prorealcode.com/documentation/co...
finplus Bonjour, serait-il possible de remplacer l'écart formé par les bandes de Bollinger par l'ATR...

Top