综合了 水手突破 三三原则 主力追踪等指标
笑脸为捕捞金叉 实心红黄 绿为水手突破 灰白绿蓝实体为三三原则 。
我用的是大智慧。 通达信也可用。
你也可以自行修改。只为交流。不喜误拍。
mid:=(3*close+low+open+high)/6; 牛线:(20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+12*ref(mid,8)+11*ref(mid,9)+10*ref(mid,10)+9*ref(mid,11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+5*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,19))/210,coloryellow; 马线:ma(牛线,6),colorred; 上趋势:=ma(low,20)*1.2; 次上趋势:=ma(low,20)*1.1; 次下趋势:=ma(high,20)*0.9; 下趋势:=ma(high,20)*0.8; zd:=(c-ref(c,1))/ref(c,1)*100; hdzf:=(hhv(h,20)-c)/(hhv(h,20)-llv(l,20)); 趋势强度:=if(c>次上趋势,if(c>上趋势,4,3),if(c>次下趋势 and c<次上趋势,2,if(c<下趋势,0,1))); stickline(趋势强度=0,c,o,2,0),colorblue; stickline(趋势强度=1,c,o,2,0),colorgreen; stickline(趋势强度=2,c,o,2,0),colorgreen; stickline(趋势强度=3,c,o,2,0),coloryellow; stickline(趋势强度=4,c,o,2,0),colorred; var1:=(2*close+high+low)/4;{amount/vol/100} var2:=ema(ema(ema(var1,3),3),3); j:=(var2-ref(var2,1))/ref(var2,1)*100; d:=ma(j,2); k:=ma(j,1); 买入:=cross(k,d); 卖出:=cross(d,k); drawicon(买入,l*0.98,1); drawicon(卖出,h*1.02,2); stickline(c<ref(c,1) and ref(c,1)<ref(c,2) and v>ref(v,1) and ref(v,1)>ref(v,2),c,o,7,0),colorblue; stickline(c<ref(c,1) and ref(c,1)<ref(c,2) and ref(c,2)<ref(c,3) and v<ref(v,1) and ref(v,1)<ref(v,2),c,o,7,0),colorgreen; wr9:=100*(hhv(high,9)-close)/(hhv(high,9)-llv(low,9)); stickline(wr9>90 and "kdj.j"<20 ,c,o,7,0),colorwhite; a11:=1-c/ref(c,5); stickline(a11>0.03 and a11<0.1 and v<ma(v,3) and c=llv(c,3),c,o,7,0),colorgray;
上一指标公式:2015年上半年集 其他公式
下一指标公式:2014年集 其他公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文经传软件综合主图指标 其他指标综合仅供学习研究。