公式编写要求:
今日开盘价在5日线下方;5和13均线多头;前5日区间累计涨幅小于10。
公式编写方法:
o<ma(c,5) and ma(c,5)>ref(ma(c,5),1) and ma(c,13)>ref(ma(c,13),1) and (c-ref(c,5))/ref(c,5)*100<10;
爱查 股网 www.aichagu. com