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
Sever
3 years ago
Bruno Carnazzi Il me semble que la fonction "floor" n'est disponible qu'avec PRT11, à vérifier
DELBERT Bonjour , merci pour votre réponse , je m'excuse je suis avec PRT v10.3 donc c'est indicateu...
Nicolas c'est juste, c'est une instruction très récente.
Stenozar Hi Sever, how can I visualize the coloured areas?
Sever Hi Stenozar, You need to add the color zones yourself , just go to Add Color Zone To set ...
CederTrader Hi Denis, does this indicator add to the chart as panel, or on the candles. Thanks
Nicolas Add it on the price chart as described in this video: https://www.prorealcode.com/blog/video...
Denis Hello Nicolas and Ceder Trader, Sorry, I only just saw your replies. The indicator is alre...
arrey Hello all, I was really interested to play around this indicator but I received an error ...
maxlys Bonjour, Merci pour cet indicateur. Pou rma part fonctionne bien sur PRT 11. Comment le modi...
crolakstrading not sure why its not working at all!
YvesRobert Hi smp, how should I configure this indicator because everything is at zero -> High, Clos...
smp Hi, this is an end of day pivots indicator, so you need to find the end of day pivot info; t...
YvesRobert Thank you smp.
smp I also have an End Of Day (EOD) cash pivot indicator for use on cash markets; this indicator...
atlante hi nicolas this indicator have 2 wrong borderline and islalastbarupdate. thank you can you h...
Nicolas That'"s because you are not using PRT v11? Just remove lines 59 to 62
Kanamax Hi Roberto, sorry for my confusing previous posts (forget them). My request is very simple,...
robertogozzi Please start a new topic in ProOrder support.
robertogozzi An updated version can be found here https://www.prorealcode.com/topic/conversion-of-pine-sc...
jissey Bonjour Robertogozzi, cet indicateur est interessant mais serait-il possible de marquer la ...
robertogozzi Sure, but you should start a new topic on the Probuilder support forum. Thank you :)
robertogozzi There you go: myMagicTrend = CALL “Magic Trend custom”[20, 14, 1, 5] alpha = 105 b = 0...
johann8 exactly :) Thank you all for the help!
max_92 Ciao Roberto, ho scaricato l'indicatore e come ti avevano già scritto sopra anch'io vedo la ...
Maxime Baudin Excellent timing indicator to confirm or deny entries in the market, congratulations Roberto...
aldtrading Thanks for your work. Would you mind explaining briefly how the volatility threshold works, ...
robertogozzi As the author said "I also introduced a volatility threshold that excludes minimal penetrati...
skfomx I have a thread in pro screener support where I describe some problems with the creation of ...
cdc.andersson Hej! Jag försöker lära mig att koda PRT. Jag vill testa en strategi med RSI-värde, ATR-värde...
Swingforfortune Du kan väl jämföra om open > close (röd) eller open < close (grön)
jonpt88 Thank you so much :). In the beginning I thought I cannot see the 10x return haha it is much...
jonpt88 Hello everyone - can anyone be so kind to add to the 10R modification the 0.50R (before the ...
JC_Bywan Hi, with added 0.5R, happy new year: defparam DRAWONLASTBARONLY=true LeR=myentry-mys...
ChemaGeek Bonjour Nicolas, j'ai récemment découvert cet indicateur (Regularized Momentum 2017) et je l...
YvesRobert Bonjour, nouveau sur PRT (qq jours), j'essaie un peu de voir quel type d'indicateur me convi...

Top