Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

to_ind_Better_Bollinger_Band - indicator for MetaTrader 4

Views:
33396
Rating:
(9)
Published:
2009.10.13 09:45
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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

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

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.