在线检测未来函数

盘中股价跌破10均线且幅度5%预警公式

来源:Internet,编辑:股旁网,2013-05-27

编写条件:

盘中破10均线,幅度-5%预警公式。

编写方法:

xx:if(cross(ma(c,5),c)and c<=ref(c,1) and (c-ref(c,1))/ref(c,1)*100<-5,1,0);

相关文章