在线检测未来函数

今天成交量等于或小于涨停当天成交量公式

来源:Internet,编辑:股旁网,2012-05-08

编写条件:

编写方法:

 网友求助:

昨天涨停,今天成交量等于或小于涨停当天成交量公式请老师编写,谢谢
 
解答如下:
a1:=(ref(c,1)-ref(c,2))/ref(c,2)*100>9.5 and ref(c,1)=ref(h,1);
if(a1,v<ref(v,1),v=ref(v,1));
 

相关文章