lc:=ref(close,1);rsi1:=sma(max(close-lc,0),13,1)/sma(abs(close-lc),13,1)*100;ah:=hhv(rsi1,8);al:=llv(rsi1,8);sto1:=if(al=ah,0,100*(rsi1-al)/(ah-al));sk:=ema(sto1,5);sd:=ema(sk,3);yj:cross(sk,sd) and s...
高1:=ref(hhv(h,10),1); 低1:=ref(llv(l,10),1);fst:=if(namelike('st'),0,1) or if(namelike('s'),0,1);金:=cross(c,高1);xg:金 and (高1-低1)/高1<0.1 and c>ref(c,1) and fst;