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
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
8 years ago
Guibourse Hi ! I am asking once again for your help : would it be possible to use the ATR as a "take p...
Tradingrob Many thanks for the indicator, however if the price is below the indicator, then the indicat...
aldtrading Merci pour ton travail ! J'ai de bons résultats en utilisant cet indicateur
Nicolas Use the wrench of the price chart! Upper left of the window
Dymjohn The wrench shows options for the components of the indicator not how to show in the main cha...
Nicolas http://www.prorealcode.com/topic/overlapping-indicators/  
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...
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
PeterClothier Hi, I downloaded this indicator and imported it. I tried adding it to a chart , and it hasn'...
Nicolas Don't add it on the price, so just don't use the price setting to add the indicator.

Top