盘中股价跌破10均线且幅度5%预警公式 阅读 作者:公式网时间 2015-03-06 公式帮助 编写要求: 盘中破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);