var32:=(close-llv(low,20))/(hhv(high,20)-llv(low,20))*100;var33:=sma(sma(var32,3,1),3,1)/28.57;var34:=ema(var33,5);var35:=3*var33-2*var34;绝买:cross(var35,var33) and var33<2.1 and c>o,colorred;dra...
v1:=ema(close,60)-ema(close,300);v2:=ema(v1,300);v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;v4:=sma(v3,2,1);v5:=sma(v4,2,1);v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);买入:if((v7 and coun...