九毛八公式指标
(1)昨日股价K线阴线回调到140日均线,而且回调到140日均线当日不能放量; (2)今日收阳线、涨幅大于3%。
公式模块:
ref(c,1)<ref(o,1) and between(ref(ma(c,140),1),ref(c,1),ref(o,1)) and ref(v,1)<0.7*ref(v,2) and c>o and c>1.03*ref(c,1);
九毛八公式指标
(1)昨日股价K线阴线回调到140日均线,而且回调到140日均线当日不能放量; (2)今日收阳线、涨幅大于3%。
ref(c,1)<ref(o,1) and between(ref(ma(c,140),1),ref(c,1),ref(o,1)) and ref(v,1)<0.7*ref(v,2) and c>o and c>1.03*ref(c,1);