编写条件:
条件选股公式: 股价昨日涨停,今日涨幅大于5%、小于9%;编写方法:
ref(c,1)>ref(c,2)*1.09 and ref(c,1)=ref(h,1) and c>ref(c,1)>1.05 and c<ref(c,1)*1.09;
来源:Internet,编辑:股旁网,2013-03-30
编写条件:
条件选股公式: 股价昨日涨停,今日涨幅大于5%、小于9%;编写方法:
ref(c,1)>ref(c,2)*1.09 and ref(c,1)=ref(h,1) and c>ref(c,1)>1.05 and c<ref(c,1)*1.09;