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...
v11:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);趋势线:=ema(v11,3);v12:=(趋势线-ref(趋势线,1))/ref(趋势线,1)*100;xg:趋势线<=13 and v12>13;