多方炮选股指标
编写要求:
两个涨停夹一个阴K线.
股海网解答:
dfp:=(ref(c,2)>ref(c,3)*1.098) and (ref(c,1)<ref(o,1)) and (c>ref(c,1)*1.098);
xg: count(dfp,15)>0;
编写要求:
两个涨停夹一个阴K线.
股海网解答:
dfp:=(ref(c,2)>ref(c,3)*1.098) and (ref(c,1)<ref(o,1)) and (c>ref(c,1)*1.098);
xg: count(dfp,15)>0;
问题反馈 取消