%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
RGKP Hi Vonasi, great work! But what I do not understand is that the statistics change according ...
mr_delta Hi https://www.prorealcode.com/user/vonasi/ I am interested in in scanning for a similar set...
Vonasi Minor Bug Fix Please download an updated version with a minor bug fix from here: https://www...
ALE Very Very Nice
manel Hi - Many thanks for this and your other analytical codes, stellar work - very useful ! With...
Vonasi Good idea Manel. I have posted a new version here that shows results as a percentage: https:...
mathiasKN Steffen Schmauch • 12/11/2018 # hello Nicolas, can I change the indicator that I only get t...
Nicolas Please open a new topic in the indicator forum and explain there your query, thank you.
upupandaway This seems like a very useful indicator. However, it does not seem to open properly in the c...
Choliver HI, Thanks a lot Good job. :-)
mscharstrom Hi @robertogozzi, I really love this indicator. However, I'd like to tinker with it to fit ...
Ahimsa Hi Roberto I cannot thank you enough for writing this code. It could help me more than you ...
Nicolas With PRT v11, you have to click on "price" at the upper left side of the price chart.
robertogozzi Firstly you need to make the correct calculation, you need to swap 22 and 7. Secondly PRT's...
SB-FO Sorry, i did forget to change the 7/22, I have run it both ways. PRT is calculating PPO a...
RubberToe I believe there is an error in line 23 of the MACD version. It points to the FastP. Should...
Leo I don't know, I just copy paste the strategy. The optimisation of the values I wrote them in...
bertrandpinoy hello Leo I'm spending time on your strategy code. do you agree to try to include this code ...
bertrandpinoy //version a: ajout filtre MM defparam cumulateorders=false // --- paramètres taille =...
Bard Problems with Safari latest s/ware and this site and links and adding code. Let me add the...
grimweasel47 Ok thanks Nicolas - could this be adapted to take into account MFI and then have price, volu...
Nicolas I don't understand what you mean exactly, would be better to open a topic about this idea wi...
Jesper Great share!
capgros Bonjour @Nicolas, Thanks a lot for this tool, it is very useful for me. I would like to s...
Hans63 Would you add the possibility to color also the Heikin Ashi and bar chart?
Nicolas That's possible, please open a new topic in the indicator forum explaining what you need exa...
Nicolas Change line 62 with: drawcandle(flup,fldn,flup,fldn) coloured(169,169,169,80) bordercolor(16...
DimKar Thank you very much from Greece sir , have a nice day ....!!!! Really i do not have words...
mit_ose Bonjour, J'ai d'excellents résultats avec cet indicateur simple et efficace; Merci beaucoup;
3agl3 voglio l indicatore
Victor.Strand Hi Pableitor, the code is just great; i was playing a lil bit with these factors, darwsegmen...
micky_red Hi, I have tried to use this indicator in version 12 and it doesn't work. Do you know how...
Victor.Strand Hey Micky, indicator works well, justpaste the code on the platform, or save it as an "itf" ...
ottimo Thank you Nicolas, great indicator, N. 1
tikigai Merci Nicolas! First Happy new Year 2020. Very good indicator BUT (yes the french "oui, m...
Nicolas Whats prorealtime version? Did you try in version prior to v11? indicator's call and loop ca...
jissey Bonjour Bolsatrilera,j'essaie de vous contacter pour le cm rsi ;je le trouve interessant, m...
jissey J'essaie de vous contacter pour l'indicateur"cm rsi"....
Vonasi No problem pableitor - I'm glad you like it.
pableitor Hi Vonasi, I was checking a few random weeks with your indicator and sometimes it seems to ...
Vonasi I have not checked your query on a chart but my guess is that you are reading the indicator ...
Nicolas Yes, that's how it goes when using loops..
JosephFelix Hi, Could I please have help with adding these indicators 'on price'? Every indicator that I...
Nicolas Just add it on price by clicking the wrench on the left upper side of the price chart.
Nicolas Thanks for create a specific thread in the forum in order to handle your coding query. I see...
Victor.Strand Thanks Nicolas, I didnt know there was a multitimeframe support now... I will check it. This...
Nicolas to return a value of a Close of timeframe 1-hour, for instance : TIMEFRAME(1 hour) c = close...
lokbuscas is it possible to make a screener with this conditions??? thank you
achel I believe so but I leave it to Nicolas to decide if it is possible
Nicolas Please open a new topic in the screeners forum

Top