通达信放量涨停指标 彻底打开上涨空间

2016-01-08 14:08:00来源:本站整理浏览:258

通达信放量涨停指标 彻底打开上涨空间

近期缩量,资金连续两日增仓,当日倍量涨停,成交量放大至135均线的1.2倍以上,第二日如果资金继续增仓流入,后市将彻底打开上涨空间。不多说,贴几个图来看看,指标还待优化,不能天天抓板,送给有缘人研究参考。
 大智慧通信达的通用,文本格式,直接复制到新建指标里

源码

a1:=c/ref(c,1)>1.088  and count(c<ref(c,1) and v>ref(ma(v,135),1)*1.2,10)=0;
a2:=v>ma(v,135)*1.2  and v>ref(v,1) and ref(v,1)<ma(v,135)*2;
a3:=count(v>ref(ma(v,135),1)*1.05,6)<4;
a4:=c<ref(c,1) and v>ref(ma(v,135),1)*1.05;
a5:=count(a4,8)<2 and  not(ref(c,1)>ref(c,2) and ref(v,1)>ma(v,120)*1.05 and ref(c,2)>ref(c,3) and ref(v,2)>ma(v,135)*1.05);
a1 and a2 and a3 and a5;

股票公式栏目导航

本类热门

相关公式