编写条件:
预警公式:N天内有涨停,当前股价在5日和10日均线之间。编写方法:
count(c/ref(c,1)>1.096 and c=h ,n)>0 and between(c,ma(c,5),ma(c,10));
来源:Internet,编辑:股旁网,2012-11-04
编写条件:
预警公式:N天内有涨停,当前股价在5日和10日均线之间。编写方法:
count(c/ref(c,1)>1.096 and c=h ,n)>0 and between(c,ma(c,5),ma(c,10));