{竞价选}高开:=o/ref(c,1)>1.005 and o/ref(c,1)<=1.03;成交1档:=capital/1000000<0.3 and v>600;成交2档:=capital/1000000>=0.3 and capital/1000000<0.6 and v>800;成交3档:=capital/1000000>=0.6 and c...
按照这只股票编出来不难,但你定义的都是幅度,没有时间.形态分析,光分析涨跌空间不行你还要计算时间因素. n:=60;n1:=50;m:=30;x:=hhvbars(h,n);qh:=ref(hhv(h,m),x+1);ql:=ref(llv(l,m),x+1);xg:ref(x,1)>50 and ref(llv(l,x),1)>ref((0.618*(qh-ql)+ql)*0.95,...