Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

KoliEr Bands, Bollinger Bands ® - indicador para MetaTrader 4

[Excluído]
Visualizações:
17173
Avaliação:
(2)
Publicado:
2010.03.03 08:44
Atualizado:
2016.11.22 07:32
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

Author:

KoliEr Li (http://kolier.li)

KoliEr Bands give you a step by step view for support and resistant levels.

If Bollinger Bands is Batman, KoliEr Bands is Robin.

Use them together.

Red and solid lines is KoliEr Bands.

Blue and dot lines is Bollinger Bands

Logic:

Use the average value of the highest and lowest price from the period bar to now as Center Line.

Upper and Lower bands are Deviation of close price.



Parameters:

  • extern string IndicatorName = "KoliErBands";
  • extern int BarsToCount = 0; // Set to 0 to count all bars
  • extern int KB_Period = 14; // Peroid of KoliEr Bands
  • extern int KB_Deviation = 2; // Deviation Level
Firepips Firepips

Imports live trades and orders from the firepips twitter page

The MAD Indicator (Moving Averge Delta) The MAD Indicator (Moving Averge Delta)

This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.

Optimize cross Moving average Optimize cross Moving average

On of my books says about moving average, that there is no "magic settings", this indicator tries out a lot of possible combinations between a long and a short moving average.

Accu Dist for a single currency Accu Dist for a single currency

In this field give a brief description of your script (1-2 sentences).