Multiple ATR bands

Multiple ATR bands

Another attempt to centering the price and measuring its derivative value, this time within its ATR with 3 different multipliers. You can play with this multipliers to change the way you can take signals on contrarian trades.

 

 

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. Lionel Delamour • 10/11/2015 #

    Hello , when I put the indicator on PRT , it does not turn with the chart but below in a separate window … I do not know why? An idea to help me ? Thank you 🙁
    http://hpics.li/aca8539

    • Nicolas • 10/11/2015 #

      It’s because you have to put the indicator on price, instead of put it in chart with the indicators button. Someone already asked this type of question on forum :
      http://www.prorealcode.com/topic/display-of-custom-indicators/

  2. Lionel Delamour • 10/11/2015 #

     ohhhh yes … thanks a lot mister !  :p

  3. diegofe_2000 • 10/11/2015 #

    GRACIAS, MUY BUEN INDICADOR
    ¿PUEDES SACAR MAS INDICADORES DE BANDAS?
    PARA MI SON LOS MEJORES PARA HACER SISTEMAS
     

  4. albertocampagna • 10/11/2015 #

    Ciao Nicolas, inserisco l’indicatore sul prezzo ma purtroppo non succede nulla. Ho provato a pulire il grafico da tutti gli indicatori e a inserire solo questo, ma non funziona, non succede nulla. Cosa può essere secondo te?

    • Nicolas • 10/11/2015 #

      Poiché è necessario caricare abbastanza barre per il calcolo per procedere correttamente. Estendi i tuoi periodi di ricerca del grafico.

    • albertocampagna • 10/11/2015 #

      Fatto, anche con giorni e settimane, ma non succede nulla lo stesso. 

  5. Nicolas • 10/11/2015 #

    Ok, prova questo codice invece:
    if barindex>length then
    ma = exponentialaverage[length](close)
    myrange = range[length]
    rangema = exponentialaverage[atrlen](myrange)

    up1 = ma + rangema * mult1
    up2 = ma + rangema * mult2
    up3 = ma + rangema * mult3

    dn1 = ma - rangema * mult1
    dn2 = ma - rangema * mult2
    dn3 = ma - rangema * mult3
    endif

    RETURN ma, up1 COLOURED(202,255,112),up2 COLOURED(202,255,112),up3 COLOURED(202,255,112),dn1 COLOURED(255,127,80),dn2 COLOURED(255,127,80),dn3 COLOURED(255,127,80)
     

    • albertocampagna • 10/11/2015 #

      Niente da fare, mi dice:
      “Errore di sintassi:
      Definisci la variabile: lenght
      Definisci la variabile: atrien
      Definisci la variabile: mult1
      Definisci la variabile: mult2
      Definisci la variabile: mult3″

  6. Maisam Zaidi • 10/11/2015 #

    Hello,

    Thank you for such an amazing work. However, I’m having some difficulty applying this indicator. It gives me following error (Image link). Can someone please explain what is wrong?
    I have added the length and atrlenght but do not understand the mult1, 2 and 3. Can someone please explain what to do.

    Image link:
    https://ibb.co/cL2Sid

    Thank you.

    Regards,
    Maisam

  7. petmut • 10/11/2015 #

    Hello all,
    When I import the code here above “multiple ATR bands” and apply it on the PRT Force Index indicator chart (not on the PRICE chart) it produces a horizontal “0” line, but nothing else appears.
    What should be changed in the here above code to have it be applicable to the Force index indicator chart?
    Thx in advance
    Peter

    • Nicolas • 10/11/2015 #

      That should need some custom coding, if you want to make it done, please open a new topic in the ProBuilder forum.

  8. Patopercho • 10/11/2015 #

    Hello,
    thanks for the indicator, i would like to change the color, is it possible, thanks

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
jebus89 Big thanks for sharing this :) Seems to work as expected, good stuff.
swapping Oups nicolas ! je pense que tu a oublié de mettre les variables "setting" accessible en exte...
Nicolas Je viens de vérifier, elles y sont pourtant?
swapping Mea culpa, j'ai fait un bête (copier/coller) et forcément cela ne pouvait pas y être puisqu'...
WarningTrading Comment peut on la comparer ? comme ceci ? cela ne me donne plus le message d'erreur manque...
sally31120 Bonjour, je n'arrive pas à créer ce screener close > supertrend extended2[1] la réponse...
Nicolas voir ce sujet pour un screener basé sur Supertrend Extended: https://www.prorealcode.com/top...
JanWd Tried the code, nice concept, seems to work quit well for US/EUR 2hrs, Other markets seems n...
JR1976 Simple and nice code , congrats !!! Seems work well with TIme frame 1 h
phanz Hi all, Sorry revisiting an old post. This algo is simple, and simplicity is the ultimate ...
redz bonjour, comment changer les paramettre de la BB en 20 , 2.2 ? hello, how to change BB sett...
Realtime82 Hi I was wondering if it would be possible to get an alert (by sound) when the signals shows...
besserwerden Hi, i like this bollinger moz arrwos. How can I use this indicator in an screener? I want to...
Nicolas No sorry, please use this file instead into a prorealtime trading platform.
rdabbs I just installed this indicator. It opens in its own pane rather than overlaid on the chart ...
Nicolas Just apply it on your price chart instead and you're ok.
Jean-Pierre Poulain When I buy and when I sell ?
Nicolas The featured image of the post do not deserve the indicator you are right, I attached other ...
Nicolas It is described in the post already :) The BUY/SELL signals are quite similar of what you ca...
diegofe_2000 cordial saludo NICOLAS , gracias por excelente indicador. ¿ es posible obtenerlo en MT4 ? ...
Nicolas Lo siento, pero no estoy trabajando para ayudar a la gente aquí de forma gratuita para promo...
diegofe_2000 Nicolas , gracias por tu atención. La pregunta era por curiosidad (yo no trabajo ni manejo ...
CavalierDeCesDames Bonjour Nicolas, Thanks for your use full job. I tried this indicator on a shorter timefram...
Nicolas You are welcome. I'm glad you like it.
Bolbo It does not appear over the price indicator on V11. Thanks in advance.
fabio407 Thanks, Nicolas. Very useful. Would you tell me where to find what result conveys the functi...
Nicolas This is not an instruction of the programming language but a variable from this indicator (l...
fabio407 OK. I didn't notice it. Many thanks, Nicolas!
albertocampagna Sei grande Nicolas :-)
SAcht Dear Nicolas, Great work, thank you very much!I would love to use the indicator in ProScree...
SAcht btw: The above-posted ProScreener is supposed to show stocks for which the center line has i...
victormork Hi, I would just like to share my own take on this strategy. I'm using 30 min on EURUSD but ...
mckubik Thanks. I will run a Test. 
poonsl2828 Hi! bjoern May i know what timing should i change for time zone (Singapore (GMT +8:00) ...
Nicolas Rien, il faut l'appliquer sur la charte. Soit le mettre sur le graphique du prix, à l'aide d...
signorini Merci pour votre réponse. Je l'applique sur la charte, j'utilise la petite clé pour effacer ...
signorini Je vous remercie, Nicolas. C'est fixé. Très bon week-end.
Abz  hi , you need to add the indicator from the "price" menu in chart
Francesco Thank you Abz!
phanz Hi Nicolas, this is an interesting strategy. For long position, I assume entry when prices ...
julien1978 The ADR value that is plotted intraday does not match the value of the regular ATR indicator...
Fab666 I've tried to get a fix for this also but no luck, it doesn't print the correct data as far ...
Seabiscuit Hi! With the new PRT update, this indicator does not work anymore
Wing Yes, investigate as much as you want. For more insight, you can view the linet1, linet2 etc....
CKW Hi Wing, Thanks for your sharing. I am still trying to breakdown & understand your code...
Wing Hello CKW. No, the parameter, 7 in this case, is used when calling the RSI indicator to ide...
Pere
7 years ago

Top