Merhaba,
Aşağıdaki şekilde inceleyip deneyiniz.
BAR:=50;
IND:=RSI(C,14);
K1:=DataTrend(IND,BAR,-1,Y,D);
K2:=cum(1)-lastvalue(valuewhen(2.,K1=IND,cum(1)));
K3:=barssince(K1=IND);
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);
cross(wt1,wt2) AND ref(c,-K3)<ref(c,-K2) and K2<>0 and K3<>0 and K3<10 and K2-K3>10 and barssince(cross(rsi(),30))<3 and rsi()>30
Bilgilerinize.