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...
n:=20;n1:=15;t1:=ref(hhv(h,n)/llv(l,n),1)(1+n1/100)and barscount(c)>n;t2:=t1=1 and c>=ref(hhv(h,n),1)and v>ref(v,1)and c<o and c>ref(c,1);xg:ref(t2,1)=1 and v(v,1)and c>ref(h,1);n是盘整...
xstk:=low>ref(high, 1);tt1:=barslast(xstk)+1;hh:=ref(high,tt1);:=tt1<-3 and count(xstk,tt)>=1 and low>hh and low<=hh*1.01 andnot(ex**t(cross(hh.low),tt1));count(low>ref(high,1),3)>...
a:=cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20));a1:=v>=ref(v,1)*2;a2:=macd.dif>macd.dea;a3:=ref(close,1)<ref(sar(4,2,20),1) and close>=sar(4,2,20);xg:a and a1 and a2 and a3...
您的想法可以理解为:选出7日前涨停,缩量回踩bbi,或缩量回调到前面涨停板最低价的股票。这里的“缩量”是一个比较模糊的概念,我暂且设定为5日均量下行吧。bb1:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;zht:=c/ref(c,1)>1.09;zttj:=count(zht,8)=1 and count(zht,7)=0;c...