Mira cómo descargar robots gratis
¡Búscanos en Facebook!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

to_ind_Better_Bollinger_Band - indicador para MetaTrader 4

Visualizaciones:
33381
Ranking:
(9)
Publicado:
2009.10.13 09:45
Actualizado:
2016.11.22 07:32
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Улучшенные полосы Боллинджера.

Переписан с метастока:

pds:=Input("Periods",2,200,20);
sd:=Input("Standard Deviations",.01,10,2);
alpha:=2/(pds+1);
mt:=alpha*C+(1-alpha)*(If(Cum(1)<pds,C,PREV));
ut:=alpha*mt+(1-alpha)*(If(Cum(1)<pds,C,PREV));
dt:=((2-alpha)*mt-ut)/(1-alpha);
mt2:=alpha*Abs(C-dt)+(1-alpha)*PREV;
ut2:=alpha*mt2+(1-alpha)*PREV;
dt2:=((2-alpha)*mt2-ut2)/(1-alpha);
but:=dt+sd*dt2;
blt:=dt-sd*dt2;
dt;
but;
blt

Источник формулы - http://trader.online.pl, http://www.guppytraders.com.

Параметры:

Periods - Период.
Devs - Ширина.
Price - Цена (0-Close, 1-Open, 2-High, 3-Low, 4-Median, 5-Typical, 6-Weighted).

GG-TimeBox GG-TimeBox

Timeframe indicator. Customizable timeboxes on any chart.

Colored MA Colored MA

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

ADX Simple but profitable EA ADX Simple but profitable EA

Using only ADX, this ea can make money, work better on M30

The adviser on the indicator ZigZag. The adviser on the indicator ZigZag.

The adviser on the indicator ZigZag.