来源:Internet,编辑:股旁网,2013-06-04
编写条件:
编写方法:
aa:=cross(ma(c,5),ma(c,24)); ta:=barslast(aa); bb:=c<ma(c,24); tb:=barslast(bb); hh:=ref(hhv(h,ta-tb),tb); cross(o,hh) and ta>tb and tb>0 and ma(c,5)>ref(ma(c,5),1);