九毛八公式指标
今日开盘价在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;
九毛八公式指标
今日开盘价在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;