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 • 238 days ago #

    à utiliser en unité de temps jour

  2. patapouf • 234 days ago #

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

    • jacquesgermain • 234 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
Sofitech Bonjour. J'aimerais savoir s'il est possible de "truquer" un peu l'indicateur pour qu'il don...
Maz I actually like this very simple idea. It can also be useful for market micro-structure syst...
Nicolas Thanks Maz, I'll have a look tomorrow.
Nicolas
10 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