{macd}dif:=ema(close,12)-ema(close,26); dea:=ema(dif,9); macd:=(dif-dea)*2; ud:=(c-ref(c,1))/ref(c,1)*100;t1:=count(c>ref(c,1),2)=2 and between(ud,1.5,6);t2:=dea>0 and dif>0;t3:=ma(c,5)>ref(ma(c,5),1)...
a1:=hhv(c,1800)>llv(c,1800)*1.6 and llv(c,1800)*2<hhv(c,1800) and count(c/ref(c,1)>0.098,100)>=1 and barscount(close)>600 ;a2:= (c-ma(c,200))/ma(c,200)<0.2 { 相对于200天线正乖离小于20%...