rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;k:=sma(rsv,m1,1);d:=sma(k,m2,1);j:=3*k-2*d;aa:=j-ref(j,1)<0 and ref(j,1)-ref(j,2)<0;bb:=c-ref(c,1)>0 and ref(c,1)-ref(c,2)>0;aa and bb;...
k1:=o<ref(l,1) and v<ref(v,1)/2;k2:=ref(o,1)>ref(h,2) and ref(c,1)<ref(h,1) and ref(v,1)>ref(v,2)*2;k3:=(ref(c,2)/ref(c,3)-1)*100>9.96;k1 and k2 and k3;