Low-High Bands

Low-High Bands

This is a very simple indicator, but useful for longs and shorts.

It gives the highest high, the lowest low, the middle point between both and an exponential average of the middle point of the last x periods.

There are some possibilities which can indicate the in and out for each trade:

  1. Buy longs if the upper band is higher than the previous value
  2. Or if the mid point changes the color from red to black
  3. Close longs if lower bands is lower than previous value
  4. Or if midpoint changes from black to red
  5. The same procedure for shorts

The standard values of the variables are:

x=10 (number of periods of the bands)

y=8 (number of periods of the EMA, exponential average of the middle point)

You can also play with the EMA instead of the mid point, if you want, or change the periods of bands and EMA depending on the timeframe or on your aggressiveness.

 

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. supertiti • 09/16/2016 #

    Ne serait ce pas un canal de Donchian ?

  2. Petrus • 09/16/2016 #

    I never worked with the Donchian channel, but yes, you are right Supertiti: they are very similar, almost the same.

  3. supertiti • 09/16/2016 #

    Hola Petrus
    Estas aficionado de vino para tener este mote ?
    El canal de donchian es la base de todo ! tengo uno “personalizado” que funciona de maravilla desde hace años.
    un saludo desde Cadiz

  4. Petrus • 09/16/2016 #

    Hombre, no te diré que no me guste el vino, y en especial éste, pero aún me faltan muchos trades positivos para poder comprar alguna botellita de esta marca… 😉
    De todas formas tiene su mérito el reinventar el canal de Donchian sin conocerlo, no? :-))

    • Petrus • 09/16/2016 #

      Saludos desde Barcelona!

avatar
Register or

Likes

avatar avatar avatar
Related users ' posts
dave
10 years ago
Wolf Just for information: This calculate code is interesting, but it is not a Triangular Moving...
Dron Hola Lobo, soy nuevo en programación, pero me interesa ese indicador, en tu mensaje estas ha...
supertiti // TMA CENTER Channel by Dave modifié // parameters // HalfLength = 50 // AtrLength = 10...
Nicolas
10 years ago
Nicolas Thanks for commenting. Well, it is not "my" indicator, it is one I have adapted from other t...
hq76 OK I will do it. Are there any possibilities to transform other indicators please?
Nicolas Yes it is possible, as long as it is possible to have the same functionalities. You can post...
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
10 years ago
Miko31 Very good ! Many thanks
Nicolas
10 years ago
Nicolas
10 years ago
Vinks_o_7 great, thanks Nicolas !
Vinks_o_7 argh...still nothing even with 10 000 bars on daily or hourly basis...
Vinks_o_7 ok now : had to refresh the indicator.
211 Really nice indicator Nicolas! Well done!
supertiti Bonjour Nicolas comme j'avais l'impression qu'il en manque un bout j'ai fais ça : Peux...
Nicolas Merci supertiti ! C'est juste, encore un ptit bug quelquepart ! :|
Nicolas
10 years ago
Sniper T3-CCI
Sniper T3-CCI
0
Indicators
Nicolas
10 years ago
Nicolas
10 years ago
Denis Bonjour Nicolas, j'ai une question à propos de ce code, il faut que je la pose en anglais ca...
Nicolas En français pas de problème
robertogozzi Vous ne pouvez pas, car ProBuilder ne prend actuellement pas en charge MTF (Multiple Time Fr...
jeanguy Merci pour ce travail En quoi cette MM est elle différente d’une MM courte ?
Bern latest version pro real time not accepting code, same with Ehler's MAMA indicator. any idea...
Lotech123 This Indicator is very useful if the Risk number is altered to suit the time frame, volume o...
Bern error displaying, code must end with RETURN. Any idea hot to fix it?
j102491 how are you applying it to asc trend
Nicolas
10 years ago
Acceleration Bands
Acceleration Bands
0
Indicators
cepamoi Unfortunately, this still does not work: ONCE haOpen = medianprice haOpen = ((Open[1]+High...
Nicolas Force calculation to wait 1 bar of history already loaded: ONCE haOpen = medianprice if b...
cepamoi Now it works. Thanks a lot Nicolas! Here is the full code: // variables : // period ...
Nicolas
10 years ago

Top