z:=ma(c,120);var4:=ma((close-llv(low,10))/(hhv(high,10)-llv(low,10))*100,3);波段进场:=close>z and ref(var4,1)<30 and var4>ref(var4,1)and ref(var4,1)(var4,2);xg:波段进场;选波段进场的股票,和var3无关。
n1:=18;n2:=50;n3:=32;cpx:=(ma(c,8)*n1/100+ma(c,30)*n2/100+ma(c,60)*n3/100);notextws:=cpx>ref(cpx,1) and ma(c,30)>ref(ma(c,30),1) and c>cpx and c>ma(c,30);notextwx:=cpx<=ref(cpx,1) and m...
var1:=ma((c+h+o+l)/4,3); 红线:=xma(var1,34)*(1-100/1000);a1:=c<红线 and 红线>ref(红线,4);牛:=ma(hhv((h+l+c)/3,350),60);金牛出现:=cross(c,牛) and c>ref(hhv(h,3),1) and (c-ref(c,1))/ref(c,1)>0.07;xg:a1 o...