Merhabalar,
Kolonlar içindeki formülleri bilemediğimiz için aşağıdaki şekilde tekrar bir inceleyiniz,
Aşağıdaki formül size şartı sağladığı andaki barı gösterir
n1:=10;
n2:=21;
ap:=(H+L+C)/3;
esa:=mov(ap,n1,e);
d:=mov(abs(ap - esa),n1,e);
ci:=(ap-esa)/(0.015*d);
tci:=mov(ci,n2,e);
wt1:=tci;
wt2:=mov(wt1,4,s);
period:=30;
TEMA:=3*mov(c,period,e)-3*mov(mov(c,period,e),period,e)+mov(mov(mov(c,period,e),period,e),period,e);
CROSS(C,TEMA) AND wt1>wt2
Aşağıdaki formül ise şartın sağladığı andaki fiyatı verir
n1:=10;
n2:=21;
ap:=(H+L+C)/3;
esa:=mov(ap,n1,e);
d:=mov(abs(ap - esa),n1,e);
ci:=(ap-esa)/(0.015*d);
tci:=mov(ci,n2,e);
wt1:=tci;
wt2:=mov(wt1,4,s);
period:=30;
TEMA:=3*mov(c,period,e)-3*mov(mov(c,period,e),period,e)+mov(mov(mov(c,period,e),period,e),period,e);
valuewhen(1.,CROSS(C,TEMA) AND wt1>wt2,C)
Aşağıdaki formül ise şartı sağladığı andan itibaren kaç bar geçmiş
n1:=10;
n2:=21;
ap:=(H+L+C)/3;
esa:=mov(ap,n1,e);
d:=mov(abs(ap - esa),n1,e);
ci:=(ap-esa)/(0.015*d);
tci:=mov(ci,n2,e);
wt1:=tci;
wt2:=mov(wt1,4,s);
period:=30;
TEMA:=3*mov(c,period,e)-3*mov(mov(c,period,e),period,e)+mov(mov(mov(c,period,e),period,e),period,e);
BarsSince(CROSS(C,TEMA) AND wt1>wt2)
Aşağıdaki formül ise en az 10 bar geçti ise
n1:=10;
n2:=21;
ap:=(H+L+C)/3;
esa:=mov(ap,n1,e);
d:=mov(abs(ap - esa),n1,e);
ci:=(ap-esa)/(0.015*d);
tci:=mov(ci,n2,e);
wt1:=tci;
wt2:=mov(wt1,4,s);
period:=30;
TEMA:=3*mov(c,period,e)-3*mov(mov(c,period,e),period,e)+mov(mov(mov(c,period,e),period,e),period,e);
BarsSince(CROSS(C,TEMA) AND wt1>wt2)>=10
İyi Çalışmalar