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

    à utiliser en unité de temps jour

  2. patapouf • 82 days ago #

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

    • jacquesgermain • 81 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
Nicolas Restart your platform in order to be sure to use the last version, there was a version rollb...
bertrandpinoy bonjour voud pouvez m envoyer le code modifier par vous?
Nicolas Désolé , je ne comprends pas votre question.
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 ...
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
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/  
Pelle Nævestad Thanks Nicolas, this is a keeper!
Chicane23 Hi, when uploaded the WAE isnt showing histogram; only line. Is there a way to modify?
Nicolas Change the way the lines are displayed in the indicator settings window : histogram, lines, ...
Dimi.A Perfect for counter-trend scalping. I like this!
viktorthuns Hi Nicolas! Great work you've done with all your indicators. Just wondering about the code a...
Nicolas the value is not a boolean but an average of an addition of booleans. As stated in the descr...
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...
r.angel It seems that the formula needs a SQRT (that is Vyangzhang = SQRT(...))
RickTrader I think to have annualized view of this historical volatility you will need : Vyangzhang =...
Nicolas
9 years ago
Acceleration Bands
Acceleration Bands
0
Indicators
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
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