好用的实战型鱼网鱼兜指标 {rsi50安全线} lc:=ref(close,1); rsi11:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100,colormagenta; rsi22:=sma(max(close-lc,0),12,1)/sma(abs(close-lc),12,1)*100,colorwhite; rsi33:=sma(max(close-lc,0),24,1)/sma(abs(close-lc),24,1)*100,coloryellow,dotline; rsi50安全线:(rsi11>49 and rsi22>49 and rsi33>49)nodraw,color00ffff; stickline(rsi50安全线,10,15,1,0)color00ffff; 好线:=38,colorff3311; 平线:=51,colorff1155; 深水:15,colorffff80,dotline; ok:=ref(close,1); rsi1:=sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorwhite; rsi2:=sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorwhite; 鱼:sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorred,dotline; rsi4:=sma(鱼,7,1),linethick1,colorwhite; 趋势a:=ma(((close-llv(low,48))/(hhv(high,48)-llv(low,48))*50),17)+9,colorffffff; 趋势b:=ma(((close-llv(low,53))/(hhv(high,53)-llv(low,53))*50),17)+9,color3377dd; 趋势c:=ema(((close-llv(low,38))/(hhv(high,38)-llv(low,38))*50),17)+18,coloryellow,linethick1; a1:=ma(趋势a,7)*1.372,colorgreen,linethick1; a2:=a1*1.0887; a3:=(1.5*(趋势b+rsi4)-(a2+a1))+12,colorgreen,linethick1,dotline; 鱼网:if((cross(rsi2,rsi4) or cross(rsi2,a3) and a3<好线 and rsi1<平线),48,38),colorffff00,linethick1; 白绿线:sma(鱼,7,1),linethick1,colorwhite; {lc:=ref(close,1);} 鱼网蓝柱:鱼网=48 and cross(鱼,好线) and ref(ma(c,3),1)<=ma(c,3),colorffffff; stickline(鱼网蓝柱,50,70,3,0)colorffff00; 镶黄柱:c>ma(c,3) and c>=ma(c,7) and every(c>o,2) and 鱼网蓝柱; stickline(镶黄柱,30,50,1,0)coloryellow; notextd101:if(白绿线<ref(白绿线,1),白绿线,drawnull),colorgreen; hh:=barslast(鱼<=15)<5; 深水鱼:cross(鱼,rsi4) and hh and 白绿线>15,nodraw,colorffffff;{红鱼上穿白绿线} stickline(深水鱼,80,70,1,0)colorffffff; {3、7日线金叉} 三七金叉:barslast(鱼网蓝柱)<5 and cross(ma(c,3),ma(c,7))nodraw,colorff00ff; stickline(三七金叉,50,70,1,0)colorff00ff; {阳后双阴} 阳后小双阴:(ref(c,2)-ref(c,3))/ref(c,2)>0.04 and count(c<ref(c,1),2)=2 and c>ma(c,7)color0080ff; stickline(阳后小双阴,70,80,1,0)color0080ff; 阴线买入:c>o and ma(c,5)<ma(c,10) and ref(c<o,1) and ref(c<o,2) and ref(c<o,3) and (ref(c,1)<ref(c,4)*0.88 or ref(c,1)<ref(o,4)*0.88)colorgreen; stickline(阴线买入,70,80,1,0)colorgreen;
上一指标公式:狼王T+0 通达信狼王
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文发一个好用的实战型鱼网鱼兜 通达信实战好用仅供学习研究。