下探幅度1 15 5
上冲幅度1 25 25
ref((c-ref(c,1))/ref(c,1) 0.09,盘整天数) and count((c-ref(c,1))/ref(c,1) 0.09,盘整天数+1)=1 and(HHV(h,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 上冲幅度 and (LLV(l,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 (下探幅度*-1);
其中 count((c-ref(c,1))/ref(c,1) 0.09,盘整天数+1)=1
过滤涨停之后再出涨停的。在上冲幅度参数设置大于9时,屏蔽这个条件可以不漏选再涨停的。
个人认为上冲幅度缺省值应该小于9,为5就可以。
大智慧新一代
input:盘整天数(6,1,15,1),下探幅度(5,1,15,1),上冲幅度(25,1,25,1);
ref((c-ref(c,1))/ref(c,1) 0.09,盘整天数) and count((c-ref(c,1))/ref(c,1) 0.09,盘整天数+1)=1 and(HHV(h,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 上冲幅度 and (LLV(l,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 (下探幅度*-1);
通达信
自行输入参数:
参数名 最小 最大 缺省
盘整天数1 15 6
下探幅度1 15 5
上冲幅度1 25 25
ref((c-ref(c,1))/ref(c,1) 0.09,盘整天数) and count((c-ref(c,1))/ref(c,1) 0.09,盘整天数+1)=1 and(HHV(h,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 上冲幅度 and (LLV(l,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 (下探幅度*-1);
同花顺
input:盘整天数(1,15,6);
input:下探幅度(1,15,5);
input:上冲幅度(1,25,25);
REF((C-REF(C,1))/REF(C,1) 0.09,盘整天数) AND COUNT((C-REF(C,1))/REF(C,1) 0.09,盘整天数+1)=1 AND(HHV(H,盘整天数)-REF(C,盘整天数))/REF(C,盘整天数)*100 上冲幅度 AND (LLV(L,盘整天数)-REF(C,盘整天数))/REF(C,盘整天数)*100 (下探幅度*-1);
飞狐交易师
input:盘整天数(6,1,15),下探幅度(5,1,15),上冲幅度(25,1,25);
ref((c-ref(c,1))/ref(c,1) 0.09,盘整天数) and count((c-ref(c,1))/ref(c,1) 0.09,盘整天数+1)=1 and(HHV(h,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 上冲幅度 and (LLV(l,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 (下探幅度*-1);
分析家
input:盘整天数(6,1,15),下探幅度(5,1,15),上冲幅度(25,1,25);
ref((c-ref(c,1))/ref(c,1) 0.09,盘整天数) and count((c-ref(c,1))/ref(c,1) 0.09,盘整天数+1)=1 and(HHV(h,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 上冲幅度 and (LLV(l,盘整天数)-ref(c,盘整天数))/ref(c,盘整天数)*100 (下探幅度*-1);