n:=30;m5:ma(c,5);m10:ma(c,10);上升通道:=m5>m10 or m10>ref(m10,1);m10支撑:=abs(ref(c,1)/m10-1)<0.01 and c/ref(c,10)>=1;mm:=count(cross(m5,m10),n);v1:=上升通道 and mm=1 and m10支撑 ;v2:=上升通道 and mm=2 ...
a:=ref(high,10)=hhv(high,2*10+1); a1:=filter(a,10); a2:=backset(a1,10+1); a3:=filter(a2,10); 前高:=ref(h,barslast(a3));放量:=vol/ref(vol,1)>=2 and count(close>open,1) or low>ref(high,1) and count...
{wdjx-}a1:=ref(c,1);ma1:=ma(close,20);ma2:=ma(close,60);ma3:=ma(close,120);ma4:=ma(close,250);b1:=a1>=ma4 and cross(c,ma4); b2:=a1<ma4 and cross(c,ma3);b3:=a1<ma3 and cross(c,ma2);b4:=a1<m...
{压力支撑}{m:=intpart(3*n2/5);}{压力线取}aaa:=ref(h,m)=hhv(h,2*m+1);qyy:=backset(aaa,m+1);ccc:=filter(qyy,m) and h=hhv(h,m+1);dddd:=barslast(ccc),nodraw;gdtss:=if(ccc,currbarscount,0),nodraw;dingbutss:=if(ddd...