编写条件:
阴线跌幅大于百分之四,并且当天的换手大于4,成交量比前天明显缩量。编写方法:
xg:o>c and c/ref(c,1)<-1.04 and v/capital*100<4 and v<ref(v,2)*0.5;
来源:Internet,编辑:股旁网,2013-03-13
编写条件:
阴线跌幅大于百分之四,并且当天的换手大于4,成交量比前天明显缩量。编写方法:
xg:o>c and c/ref(c,1)<-1.04 and v/capital*100<4 and v<ref(v,2)*0.5;