diff:=ema(c,12)-ema(c,26);dea:=ema(diff,9);t:=barslast(dea);dd1:=count(cross(diff,dea),t)>=1 and cross(diff,dea);dd2:=v>ref(ma(v,5),1)*1.5;dd3:=(c/ref(c,1)-1)*100;轴上第一金叉:=cross(diff,dea)and dea&...
a:=ref(c,10)/ref(c,11)>1.099;{微调1.099,可改变选股数量,如1.098}b:=ref(l,10)=llv(l,11);d:=hhv(h,11)/llv(l,11)<1.33;e:=c/ref(c,1)>1.01;f:=ref(c,1)/ref(c,2)<1;选股:a and b and d and e and f;{在飞狐股道测试今年的20...
t1:=ref(h,1)/ref(c,1)>1.05 and ref(c,1)>ref(o,1);t2:=ref(h,1)/ref(o,1)>1.05 and ref(c,1)<ref(o,1);t3:=c>o and c>ref(h,1);t1 or t2 and t3 and dyna**(10)>1;这种战法称为阳吞影。选出的股票数量不是很多,对于低...