昨天涨停,今天股价高于昨天,成交量低于昨天
编写要求:
昨天涨停,今天股价高于昨天,成交量低于昨天
www.guhai.com.cn股海网解答:
tj1:=ref(c,1)/ref(c,2)>1.095;
tj2:=c>ref(c,1) and vol<ref(vol,1);
tj1 and tj2;
编写要求:
昨天涨停,今天股价高于昨天,成交量低于昨天
www.guhai.com.cn股海网解答:
tj1:=ref(c,1)/ref(c,2)>1.095;
tj2:=c>ref(c,1) and vol<ref(vol,1);
tj1 and tj2;
问题反馈 取消