开盘时间1:=if(datatype<=2,barpos, sumbars( date>ref(date,1),1));均价:=sum(amount,开盘时间1)/sum(v,开盘时间1)/100;价:=c;大于均价时间:=sum(价>均价,开盘时间1);上行时间:=大于均价时间/开盘时间1*100;量:=ma(v,5)>ma(v,8) and v>ref(v,1);...
1.缩量且k线为十字星 vol(vol,1)and vol(vol,5)and vol/capital<0.03 and 0.997<c/o and c/o<1.003 and h>l;cd底部两次金叉公式 diff:=ema(close,12)-ema(close,26);dea:=ema(diff,9);macd:=2*(diff-...
j1:=ma(c,5);j2:=ma(c,10);j3:=ma(c,30);j4:=ma(c,60);j5:=ma(c,120);时间:=barslast((((cross(j2,j1) and (j2 > j3)) and (j3 > j4)) and (j4 > j5)));前高:=ref(hhv(c,200),时间);pt:=refdate(前高,date);zf:=(((...