{abcd-}aa:=ref(c,1)>ref(o,1) and c<=o and (c-o)/o>-0.012;bb:=(ref(c,1)-ref(o,1))*0.75+ref(o,1)<c;cc:=(c-ref(c,1))/ref(c,1)<0.049;dd:=ref(c,1)>=ref(c,2)*1.099;指标线:aa and bb and cc and...
zz:=if(ref(c,1)>ref(o,1) and o>ref(c,1)*1.014 and c<o*1.02,1,3);v5:=ma(v,5);v12:=ma(v,12);v34:=ma(v,34);c6:=ma(c,6);cross(c,c6) and v>v5*1.2 and v>v12*1.2 and zz>2 and c>h*0.975;
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...