rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;上穿买:=sma(rsv,3,1),colorred;下穿卖:=sma(上穿买,3,1),colorffff00; aa:=20;xg:cross(上穿买,下穿卖) and 上穿买<aa and 下穿卖<aa;
{大智慧测试通过}aae:=winner(close+close*15/100)*100;bbe:=winner(close+close*0/100)*100;cce:=aae-bbe;dde:=(winner(close-close*0.1/100)-winner(close-close*15/100))*100;eee:=cce<3 and dde<0.5 ;ae1:=dyna**...
tr:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),7);hd:=high-ref(high,1);ld:=ref(low,1)-low;dmp:=sum(if(hd>0 and hd>ld,hd,0),7);dmm:=sum(if(ld>0 and ld>hd,ld,0),7);d...