向上跳空缺口选股(选股 说明 贴图 源码)

[复制链接]
查看45 | 回复0 | 2022-6-28 05:48:17 | 显示全部楼层 |阅读模式

同样一个跟巨阴选股差不多,不过这个不限制第一天为阴量,跳空高开选股

参数不同,选出来的不一样,可做预警,短线用。参数为了便于大家看懂同样用了汉字。可将汉字修改为其他的拼音。

{流通盘:0,20,10;缺口大小:1,10,2;日期:1,30,1}

ws:=mod(ref(c,1)*100,10)/100;             
fd:=ref(c,1)/10-if(ws<0.05,ws,ws-0.10)/10;
st1:=if(namelike('s'),0,1);
st2:=if(namelike('*'),0,1);
st3:=if(codelike('300'),0,1);
st4:=dynainfo(17)>0;
st5:=finance(40)/c/100000000<=流通盘;
st6:=if((c>=(ref(c,1)+fd-0.009) and c<=(ref(c,1)+fd+0.009)),0,1);
c1:=st1 and st2 and st3 and st4 and st5 and st6;
c20:=(l/ref(h,1)-1)*100>缺口大小;
c21:=barslast(c20);
c22:=between(c21+1,1,日期);
c2:=count(l>ref(h,c21+1),c21)=c21 and c22;
zxg:c1 and c2; 

2012101322303387766.jpg

2012101322303387766.jpg

201210132231361555.jpg

201210132231361555.jpg

2012101322312425039.rar

2.46 KB, 下载次数: 0

售价: 1 金钱  [记录]  [购买]

2012101322312425039.rar

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则