缩量小星公式
编写要求:
1.要求15天内曾经大涨过。 2.缩量收出小阴小阳或十字星
www.guhai.com.cn股海网解答:
tj1:=c/ref(c,3)>1.15;
tj2:=barslast(tj1)<16;
tj3:=h/l<1.035;
xg:tj2*tj3;
编写要求:
1.要求15天内曾经大涨过。 2.缩量收出小阴小阳或十字星
www.guhai.com.cn股海网解答:
tj1:=c/ref(c,3)>1.15;
tj2:=barslast(tj1)<16;
tj3:=h/l<1.035;
xg:tj2*tj3;
问题反馈 取消