深水鱼
源码都是公开
指标用法:(原作者的说明)
1:红柱“触发”为买入信号。
2:绿柱"结束"、“止损”为一波段的操盘结束。
3:灰柱为本波段的过程之中,蓝色小框内数子是已达标已收益5%点的持续天数。
ok:=ref(close,1);
鱼:=sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100;
rsi4:=sma(鱼,7,1);
hh:=barslast(鱼<=15)<5;
白绿线:=sma(鱼,7,1);
深水鱼:=cross(鱼,rsi4) and 白绿线>15 and hh;
bu:=深水鱼;{好公式网-最好的股票公式网站 www.goodgongshi.com}
bb2:=if(c>ref((6*h+5*ref(h,1)+4*ref(h,2)+3*ref(h,3)+2*ref(h,4)+1*ref(h,5))/(6+5+4+3+2+1),1),1,if(c<ref((6*l+5*ref(l,1)+4*ref(l,2)+3*ref(l,3)+2*ref(l,4)+1*ref(l,5))/(6+5+4+3+2+1),1),-1,0));
dd2:=barslast(not(bb2=0));
b:=if(bb2=0,ref(bb2,dd2),bb2);
触发:bu,nodraw,colorred;
{好公式网-最好的股票公式网站 www.goodgongshi.com}
止损:c<ref(o,barslast(bu>0)) and count(c<ref(o,barslast(bu>0)),barslast(bu>0))=1 and if(ma(close,1)>if(b=-1,ma(high,6),ma(low,6)) ,1,-1)>0,nodraw, colorgreen;
止盈:(h/ref(c,barslast(bu>0))>=1.05 or c/ref(c,barslast(bu>0))>=1.05) and count(止损,barslast(bu>0))=0 and count(cross(0,if(ma(close,1)>if(b=-1,ma(high,6),ma(low,6)) ,1,-1)),barslast(bu>0))=0,nodraw, colorblue;
区间:count(bu,barslast(bu)+1)=1 and count(止损,barslast(bu>0)+1)=0 and count(cross(0,if(ma(close,1)>if(b=-1,ma(high,6),ma(low,6)) ,1,-1)), barslast(bu>0)+1)=0,nodraw,color696960;
结束:(count(bu,barslast(bu)+1)=1 and count(止损,barslast(bu>0)+1)=0 and count(cross(0,if(ma(close,1)>if(b=-1,ma(high,6),ma(low,6)) ,1,-1)), barslast(bu>0)+1)=1 and cross(0,if(ma(close,1)>if(b=-1,ma(high,6),ma(low,6)) ,1,-1))) or 止损,nodraw, colorgreen;
stickline(触发>0,0,1,4,0),colorred;
stickline(止盈>0 ,0.3,0.6,4,0) colorblue;
stickline(结束>0,0,1,4,0) colorgreen;
ts:=barslastcount(止盈>0);
drawtext(止盈>0,0.5,var2str(ts,0));
上一指标公式:捉妖大神副图加密指标下载 通达信指标加密
下一指标公式:抄底绝杀指标下载 通达信抄底
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文深水鱼副图提供指标下载 通达信指标源码仅供学习研究。