成交量选股
编写要求:
今日成交量大于近五日成交量 收红大于昨日收盘价或(涨幅在1%以上)
www.guhai.com.cn股海网解答:
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日均量的。
编写要求:
今日成交量大于近五日成交量 收红大于昨日收盘价或(涨幅在1%以上)
www.guhai.com.cn股海网解答:
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日均量的。
问题反馈 取消