typ:=(high+low+close)/3;cci:=(typ-ma(typ,14))/(0.015***edev(typ,14));t1:=time>1430;t1=1 and cci>-100 and ref(count(cci(cci,1),2)=2,1)=1 and ref(count(cci,2)=2,1)=1;公式是使用在30分钟周期下,如果代码提示错误追问追答有重复代...
按照这只股票编出来不难,但你定义的都是幅度,没有时间.形态分析,光分析涨跌空间不行你还要计算时间因素. 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,...