来源:Internet,编辑:股旁网,2013-04-02
编写条件:
编写方法:
ma60:=ma(c,60)*P; tj1:=count(cross(L,ma60),N)=3; tj2:=ma60>=ref(ma60,1); tj3:=last(c>ma(c,60),N); tj1*tj2*tj3
N是条件1和条件3的时间范围,P是回踩程度,一般设1~1.1之间