Noise Bands

Noise Bands

This indicator is particularly valuable for quickly assessing whether the market is bullish (above noise), bearish (below noise) or in a range phase (when prices oscillate without a clear direction).

At a glance, it enables you to adapt your strategy: a trending market will encourage you to favour entries in the direction of the movement, while a range market is more likely to encourage you to exploit turning points. The enormous advantage of this indicator also lies in its versatility, as combining it with several time units enriches the analysis. By observing signals over different timeframes, we can better anticipate future movements and confirm the breaking of important levels (thanks to Prunus Dulcis).

 

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. jacquesgermain • 84 days ago #

    à utiliser en unité de temps jour

  2. patapouf • 81 days ago #

    Pourrait-on créer un screener sur la base de cet indicateur, dont l’idée semble très pertinente ?

    • jacquesgermain • 80 days ago #

      le voici (détecte le croisement bande haute ou bande basse) :
      timeframe(monthly)
      c1=open
      if (high[1]-c1[1] )=(c1[1] – low[1]) then
      c21=c1[1] -low[1]
      endif
      if (high[2]-c1[2] )=(c1[2] – low[2]) then
      c22=c1[2] -low[2]
      endif
      if (high[3]-c1[3] )=(c1[3] – low[3]) then
      c23=high[3] -low[3]
      endif
      if (high[4]-c1[4] )=(c1[4] – low[4]) then
      c24=high[4] -low[4]
      endif
      if (high[5]-c1[5] )=(c1[5] – low[5]) then
      c25=c1[5] -low[5]
      endif
      if (high[6]-c1[6] )=(c1[6] – low[6]) then
      c26=high[6] -low[6]
      endif
      if (high[7]-c1[7] )=(c1[7] – low[7]) then
      c27=high[7] -low[7]
      endif
      if (high[8]-c1[8] )=(c1[8] – low[8]) then
      c28=c1[8] -low[8]
      endif
      if (high[9]-c1[9] )=(c1[9] – low[9]) then
      c29=c1[9] -low[9]
      endif
      if (high[10]-c1[10] )=(c1[10] – low[10]) then
      c30=c1[10] -low[10]
      endif
      somme=c21+c22+c23+c24+c25+c26+c27+c28+c29+c30
      c3=somme/10
      canalhaut=c1+c3
      canalbas=c1-c3
      timeframe(daily)
      F=close>canalhaut and close[1]<=canalhaut
      bandehaute=0
      if F then
      bandehaute=1
      endif
      G=close=canalbas
      bandebasse=0
      if G then
      bandebasse=1
      endif
      screener[F or G](bandehaute as “croise bande haute”,bandebasse as “croise bande basse”)

avatar
Register or

Likes

avatar avatar avatar avatar
Related users ' posts
jebus89 Big thanks for sharing this :) Seems to work as expected, good stuff.
xpe74 Top visually, and very efficient. I would like to integrate it as a value in a small algo i...
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'...
flodefacebook Merci Nicolas pour cet indicateur. Très utile dans une technique de retournement.
HeikinAshi thank you for this very interesting indicator Nicolas! did you define a tradable setup fo...
christophe11560 salut gabri, Je n'ai pas de commentaire sur "s*s", c'est ton choix personnel. Je me posais...
gabri Hi, the SQRT(254) it is used to annualize the value. In terms of the "s*s" I just used the s...
christophe11560 Merci pour ton retour
guillermus69 is this " a= log(close/close[1])" better than a = ((close/close[1]) -1) *100 . I ...
gildaslm Hi gabri, thanks very much for your work, it helps me a lot. Have you ever tried to make the...
gandolfi thanks for your screener. Do you have the code for original Sharp ratio in order to compare ...
Abz Thanks gabri
Mattzi In your opinion is less than 20 stocks a bad idea? Thank you.
gabri No, you can pick as many or as little as you want. The portfolio composition depends on many...
xel Hi! I found myself that the indicator posted here contain an error, I want to edit or fix i...
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.
Lotech123 Thanks for this indicator. Working on a 3 M timeframe with the DJI, it can produce some inte...
JSTAR PRODUCTIONS Hi there, I downloaded the Indicator but the indicator does not show up on my charts. Am...
JSTAR PRODUCTIONS Hi, Worked it out. Thanks
poonsl2828 Hi! Francesco I have test it on GBP/USD but it only have a trade on 9 Jun which i backtes...
ullle73 why not use 1h chart? has 95% hitrate
ullle73 i see most of positions are only 1 pip before exit?
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 ...
Francesco78 Hi Pepmartorell, please let's continue the discussion on the forum thread so that we can sha...
Francesco78 Hi Pepmartorell, please let's continue the discussion on the forum thread so that we can sha...
Jusmih1 Hi there, i am looking at your Strategy however when you put in automatic trading mode its ...
bruces Hi. Thank you that is what I am looking for. As well as the chart, I want to also add to a...
Jodal Bonjour Nicolas, Merci pour cet indicateur! Est-ce possible de configurer une alerte pou...
Nicolas Merci pour le post dans le forum en respectant les règles de publication énoncées dans le ca...
Dron De lo mejorcito
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!
Wilko And not only readable.... makes it much easier to iterate different entry/exit-conditions, d...
IGOSNELL Hi Interesting strategy, when I used $ M-R Dif EURUSD M15 Long if does not enter any positi...
ilvillans HI, I modified the system, from good results but from this error: Replace the variables wit...

Top