编写要求:
(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);