Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Facebook!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

to_ind_Better_Bollinger_Band - Indikator für den MetaTrader 4

Ansichten:
33384
Rating:
(9)
Veröffentlicht:
2009.10.13 09:45
Aktualisiert:
2016.11.22 07:32
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum 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.