在线检测未来函数

成交量选股

来源:Internet,编辑:股旁网,2013-01-08

编写条件:

今日成交量大于近五日成交量 收红大于昨日收盘价或(涨幅在1%以上)

编写方法:

v=hhv(v,5) and c>ref(c,1)*1.01 and c>o;
这个是5日高量为当天量的;
v>ma(v,5) and c>ref(c,1)*1.01 and c>o;
这个是当日量大于5日均量的。

相关文章