a1:=ma(c,5);a2:=ma(c,10);a3:=a1>a2;a4:=ref(c,1)>a1;a5:=min(c,o);a6:=o(a5,1)*0.99;a7:=c/ref(c,1)>1.025;a8:=dyna**(17)>1;xg:a3 and a4 and a6 and a7 and a8;5,1日均线多头排列,今日较昨日上涨2.5﹪。
x1:=(c+l+h)/3; x2:=ema(x1,6); x3:=ema(x2,5);gr1:=barslast(between("bias.bias2"(6,13,24),0,5));gr2:=(c,13)>(c,21) and (c,21)>(c,34) and (c,13)>ref((c,13),1);gr3:=count("bias.bia...
ma1:=ma(c,60);二日缩量下跌:=every(c<ref(c,1) and v<ref(v,1),2);三日缩量下跌:=every(c<ref(c,1) and v<ref(v,1),3);均线上涨:=ma1>ref(ma1,1);xg:(二日缩量下跌 or 三日缩量下跌) and 均线上涨;均线暂设置为60日均线,请自己设置.