编写条件:
(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);
来源:Internet,编辑:股旁网,2013-07-18
编写条件:
(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);