编写条件:
1.前一天收阴。 2.今天涨幅小于零。 3.换手大于5,量比大于2。编写方法:
ref(c<o,1) and c<ref(c,1) and v/capital*100>5 and v/ref(ma(v,5),1)>2;
来源:Internet,编辑:股旁网,2016-01-18
编写条件:
1.前一天收阴。 2.今天涨幅小于零。 3.换手大于5,量比大于2。编写方法:
ref(c<o,1) and c<ref(c,1) and v/capital*100>5 and v/ref(ma(v,5),1)>2;