主持突发状况处理案例:七伤拳战法公式

来源:百度文库 编辑:偶看新闻 时间:2024/04/29 05:40:05

 

大智慧经典版
自行输入参数:
参数名    最小 最大 缺省
盘整天数  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);
其中 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);