盘中股价跌破10均线且幅度5%预警公式
编写要求:
盘中破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);
编写要求:
盘中破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);
问题反馈 取消