编写条件:
两个涨停夹一个阴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;
来源:Internet,编辑:股旁网,2013-03-05
编写条件:
两个涨停夹一个阴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;