夹板启动的公式
来源:Internet,编辑:股旁网,2012-06-11
编写条件:
编写方法:
网友求助:
第一天
盘中涨幅最高超过9%,第二 第三天的
k线实体都在第一天的最低价和最高价之间,第四天收
涨停板
请编成大智慧的选股公式,谢谢!
解答如下:
a4:=ref(c/ref(c,1)>1.09,4);
a40:=ref(abs(c-o),4);
a3:=ref(abs(h-l),3);
a2:=ref(abs(h-l),2);
a0:=c/ref(c,1)>1.099 and h=c;
a4 and a40/a3>1 and a40/a2>1 and a0;