Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

to_ind_Better_Bollinger_Band - indicatore per MetaTrader 4

Visualizzazioni:
33600
Valutazioni:
(10)
Pubblicato:
2009.10.13 09:45
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.