Bridge Bands

v10.3
Bridge Bands

Bridge Bands are an implementation of the work done by Joe Catanzaro (joecat808) to produce a risk range for a security.

The basic idea is to calculate Mandelbrot’s “Bridge Range”. ( Pg . 179 of Misbehavior of Markets)

It then calculates Bollinger Bands .

Then next step is to calculate the Hurst Exponent .

The last step is to merge the Bridge Range and the Bollinger Bands . The basic concept is if H = .5 we use the Bollinger Bands and the farther away we move from .5 in either direction the Bridge Range takes more precedent.

There is a Trend value that is the mid-point of a 3 month Donchian Channel. If price is above we’re bullish , if price is below we’re bearish.

(description of original author: calebsandfort)

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. Stenozar • 03/01/2021 #

    Thanks Nicolas,
    when I imported the code, it gave me syntax error….

    • Nicolas • 03/01/2021 #

      You might have made a bad copy/paste; you should download and import the itf file instead.

  2. guillermo93 • 03/01/2021 #

    Bonjour Nicolas, tout d’abord je tiens a vous féliciter pour le travail que vous apportez a la communauté de trading.
    J’ai une question concernant les ea, pourriez vous me conseiller le meilleur ea dont vous ayez connaissance, je suis prêt a mettre le prix qu’il faudra pour un robot qui fonctionne bien et sur le long terme. comme on dit par chez moi, tout travail mérite salaire, je suis originaire de la bourgogne. Merci Nicolas

    • Nicolas • 03/01/2021 #

      Je ne peux pas donner de conseil sur les robots de trading. Sur le site tout est gratuit.
      Sachez néammoins qu’un “marketplace” pour les développeurs d’indicateurs et de robots de trading sera bientôt disponible, abonnez vous à la newsletter pour en être informé.

  3. Lotech123 • 03/01/2021 #

    Sir.I imported this utility in the normal manner and then I add the indicator to the price screen in PRT ver 11.1 but the Bridge indicator does not appear in the price window even though it is in the list of indicators.
    Do I need to change the default settings to make it work ?

    • Nicolas • 03/01/2021 #

      Add it on the price chart by using the wrench on the left upper side of your price chart.

    • Guibourse • 03/01/2021 #

      I’m facing the exact same issue : even if I follow the correct path (import the its file and add it on the price chart by using the wrench on the left upper side of the price chart.) nothing appears…?

    • Nicolas • 03/01/2021 #

      Sorry there was a small issue in the code, i have changed the attached itf file and updated the code of the page.

  4. Mitchy14 • 03/01/2021 #

    Hi Nicholas, apologies, I am usually fairly good at implementing your creations (for which I am thankful). But, when adding this one, it gets stuck due to ‘TIMEFRAME’ used in the code. Only used for ProBacktest programming, apparently! As in the cliche when breaking up with my girlfriend, it’s not you it’s me – I am sure I am missing something, but if you could explain, I’d appreciate it.

    • Nicolas • 03/01/2021 #

      Are you using PRT version pre-v11? TIMEFRAME for indicators is possible since months for prorealtime version 11.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
xel @DerPat - I don't see any question regarding the indicator.  Anyway, I think I give enough l...
diegofe_2000 Xel, tu eres el creador de este indicador? Bueno te  cuento que es muy bueno para hacer est...
xel Buen día @diegofe_2000 -  Claro, mandalo y por aquí lo probamos en otros instrumentos y si g...
verdi55 At least there should be some moving average that has also reverted into the opposite direct...
verdi55 In addition to the moving average, wait until at least one bar is completely back inside the...
rama This works excellent on range bound I tried , give 90% win rates on dax , 3 min chart. can s...
totof for those who are interested, I made this small modification of the code for the eWMA which ...
totof //parameters : period = 20 lookback = 1 IF BarIndex < period THEN eVWMA = Close EL...
Pi Hello Totof, I was looking for the code for the 'eVWMA = elastic Volume Weighted Moving Aver...
Nicolas
9 years ago
Acceleration Bands
Acceleration Bands
0
Indicators
cepamoi Unfortunately, this still does not work: ONCE haOpen = medianprice haOpen = ((Open[1]+High...
Nicolas Force calculation to wait 1 bar of history already loaded: ONCE haOpen = medianprice if b...
cepamoi Now it works. Thanks a lot Nicolas! Here is the full code: // variables : // period ...
Nicolas
9 years ago
petmut Hello all, When I import the code here above "multiple ATR bands" and apply it on the PRT ...
Nicolas That should need some custom coding, if you want to make it done, please open a new topic in...
Patopercho Hello, thanks for the indicator, i would like to change the color, is it possible, thanks

Top