编写条件:
1.要求15天内曾经大涨过。 2.缩量收出小阴小阳或十字星编写方法:
tj1:=c/ref(c,3)>1.15;
tj2:=barslast(tj1)<16;
tj3:=h/l<1.035;
xg:tj2*tj3;
来源:Internet,编辑:股旁网,2013-03-28
编写条件:
1.要求15天内曾经大涨过。 2.缩量收出小阴小阳或十字星编写方法:
tj1:=c/ref(c,3)>1.15;
tj2:=barslast(tj1)<16;
tj3:=h/l<1.035;
xg:tj2*tj3;