%B Bollinger

%B Bollinger

Bollinger oscillator

This is an extension of Bollinger bands. It shows the relative position of the closing price of the candle relative to the bands.

Zero value equals to a close on the lower bound. 50 value equals to a close on the Bollinger moving average. Finally, 100 value equals to a close on the upper bound.

This is an oscillator that provides overbought / oversold signals over 100 and under 0 levels. Divergences with price levels may be profited upon.

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. Dymjohn • 10/12/2015 #

    Hi 
    I don’t understand the maths of the width calculation in the above does it represent 2 above the average and 2 below the average. I was trying to amend the code for a 2.3 std but don’t come up with the same answer as provided by %b in standard indicators. Can anyone help please?
    For information I attach my attempt
    // Bollinger Band Oscillator
    delta = close-bollingerdown
    width = 4.6*std
    BBO = delta*100/width
    RETURN BBO AS \"bb Oscillator 2.3
     

  2. PEDRAM.JOKAR • 10/12/2015 #

    i also have same question. pls advise on how can have Bollinger B%(50,3)?

  3. Laurent • 10/12/2015 #

    Hi Nicolas
    There’s a problem to download file (400 Bad Request)
    Thanks for the indicator and have a nice day

    • Nicolas • 10/12/2015 #

      Hi, I fixed this issue. You can now download the file without any error.

  4. Laurent • 10/12/2015 #

    Thanks a lot

  5. oraclus • 10/12/2015 #

    Bonjour le %bollinger est protégé sur Prorealtime. Le code ci-dessus est paramétré par défaut à 20 périodes. Je souhaiterais le paramétré en 200 périodes. quel paramètre faudrait il mettre pour avoir le même que prorealtime en 200 périodes. Merci

    • Nicolas • 10/12/2015 #

      Le code dans ce post répond à cette demande d’adaptation de la période du %Bollinger: https://www.prorealcode.com/topic/bollinger-b/#post-41519

avatar
Register or

Likes

avatar avatar avatar avatar
Related users ' posts
adeelq79 Great work Ivan. Thanks
Quino Another really interesting indicator. It works very well on periods below 25. Just a few cos...
supertiti hola Ivan Eso quiere decir que el Parabolic sar RSI est igual al parabolic sar de PRT ? p...
supertiti buenas tardes Ivan me gusteria tener lo mismo on chart con los puntos azules y rosas de c...
LucasBest Thanks for the translation. This one can be compared to dynamic zone RSI
Iván
1 month ago
Iván Sorry... There is a mistake in line 76. Should be if openday[i]openday[i+1] then
DLVx You do not specify how to read the Calmar ratio. Above 1 is OK and 0 is neutral? Can you she...
lee HI thank you for this indicator. Is it possible to create a screener based on this for when ...
xpe74 Hello it seems the file format does not allow to import the file. At importation stage, an e...
Iván You always can copy/paste directly from the post
roccafragius Thank you so much, for my point of view very useful!!!
NicoGB67 Excelente trabajo!!
Jrmjrm Bonsoir est-il possible d'avoir cet indicateur, mais à la place du Wilder Average, utiliser ...
geroniman merci Ivan, super indicatuer. Les cours vont souvent toucher 50% des zones vertes ou rouges....
Iván Pour ajouter une ligne supplémentaire, il suffit de créer une nouvelle variable, par exemple...
Maurizio A. excellent indicateur ! comment puis-je modifier le code pour afficher uniquement les dernier...
Iván Hi! just change line13 for this: showsignals=1
Quino Hi Excellent indicator as usual. Just 2 questions: Why LenH and LenL = 15 as Len could be...
Iván Hi! good question. This is a code request traslation from other platform. I took same inputs...

Top