当天盘中成交量是前一日的2倍,K线为阳线,股价站上5、10、20、60日均线,且均线多头排列。公式模块 ma(c,5)>ma(c,10) andma(c,10)>ma(c,20) andma(c,20)>ma(c,60) ando<ma(c,10) andc>ma(c,5) andv/ref(v,1)>=1.9;