股市低迷,期指是t+0,可买涨买跌。聚宝盆止损指标是期指聚宝盆一组指标中的一个附图,现提供指标源码下载,无密码,不加密,无未来函数。红色曲线表示持多,绿色持空,买多后出现买空表示平仓,买空后出现买多平空仓,清晰明了。用过后就知道是否精准,及时和有效。
源码如下:
typ:=(high+low+close)/3;
cci:=(typ-ma(typ,14))/(0.015*avedev(typ,14)),colormagenta;
dif:=(ema(close,12)-ema(close,26))/(0.015*avedev(typ,14)),coloryellow;
deb:=ema(dif*(0.015*avedev(typ,14)),9)/(0.015*avedev(typ,14)),colorcyan;
macc:=(dif-deb)*4,colorstick;
cci1:=(typ-ma(typ,14))/(0.015*avedev(typ,14)),colormagenta;
大跌:=cci<ref(cci,1) and dif>ref(dif,1) and cci<dif and dif>100,colorgreen;
drawtext(大跌 and count(大跌,5)=1, h+3,'大跌'),colorgreen;
drawtext(cross(deb,cci) and count(cross(deb,cci),5)=1, h+10,'卖'),colorliblue;
高空:=cci>ref(cci,1) and dif>ref(dif,1) and cci>dif and dif>100,colorblue;
drawtext(cci>ref(cci,1) and dif>ref(dif,1) and cci>dif and dif>100, h+8,'高空'),colorblue;
drawtext(cross(cci,dif) and deb>dif and count(cross(cci,dif),5)=1, h+6,'反弹卖'),colorlired;
b1:=ma(c,1);
b2:=sma(sma(sma(b1,2,1),2,1),2,1);
sma2:=ma(b2,3);
停损下限:if(llv(ma(b2,8),3)<b2,llv(ma(b2,8),3),b2),nodraw;
if(b2>sma2,b2,drawnull),colorred,linethick4;
if(b2<sma2,b2,drawnull),colorgreen,linethick4;
b11:=c<ref(c,4);
nt0:=barslastcount(b11);
a11:=c>ref(c,4);
nt:=barslastcount(a11);
tj21:=nt0=9 ;
tj12:=nt=9;
tj13:=islastbar and between(nt,5,8);
drawtext(nt=9,h*1.002,'9'),colorgreen;
tj23:=islastbar and between(nt0,5,8);
drawtext(nt0=9,l*0.997,'9'),colormagenta;
快:=100*(close-ref(close,12))/ref(close,12),colorred;
慢:=ma(快,5),colorlired,linethick3;
q2:=(close-llv(low, 18))/(hhv(high, 18)-llv(low, 18))*100;
q3:=sma(q2, 9, 1);
q4:=sma(q3, 3, 1);
长趋势:=3*q3-2*q4,colorred,linethick3;
空:=长趋势<ref(长趋势,1) ,nodraw,colorgreen;
多:=长趋势>=ref(长趋势,1) {and 斜率>0.6} ,nodraw,colormagenta;
持仓:=多 or (长趋势>ref(长趋势,1) and 快>=慢) ,nodraw ;
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,20))/210,colorgreen{colorred};
马线:=ma(牛线,6),colormagenta{coloryellow};
a:=max(ma(c,60),ma(c,120));
b:=min(ma(c,60),ma(c,120));
买多:(多 or 持仓) and 快>=ref(快,1) and not(空){and 斜率b>=0} ,nodraw,colorred;
买空a:=( 空 and 快<ref(快,1)) and not(买多),nodraw,colorgreen;
持多:(c>牛线 or c>a or count(买多,5)>=3) and not(买空a) and 慢>=ref(慢,1),nodraw,colormagenta;
买空:买空a and not(买多),nodraw,colorgreen;
持空:(c<马线 or 买空 or 空) and 快<ref(快,1) and b2<sma2 and not(持多),nodraw,colorcyan;
卖绝:if(空 and b2<sma2 and not(持多) ,1,0),nodraw,colorcyan,linethick3;
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;
fs:=sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorred,dotline;
rsi4:=sma(fs,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<38 and rsi1<51),48,38),colorblue,linethick1;
买进a:=if(exist(涨=48,8)and fs>47 and fs>ref( fs,2),1,0),colormagenta,nodraw,linethick2;
upr:bbi+11*std(bbi,5);
dwn:bbi-11*std(bbi,5);
买进:买进a and count(买进a,5)=1,colormagenta,nodraw,linethick2;
stickline(买进,l,l-14,5,0),coloryellow;
stickline(买进,l,l-12,3,0),colormagenta;
drawtext(买进 and count(买进,3)=1, l-16, '买多'),colorred;
stickline(买空 and count(买空,6)=1,l,l-14,5,0),coloryellow;
stickline(买空 and count(买空,6)=1,l,l-12,3,0),colorblue;
drawtext(买空 and count(买空,6)=1, l-16, '买空'),colorliblue;
上一指标公式:神枪手 通达信神枪手
下一指标公式:横线识顶底 通达信横线
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文聚宝盆止损 副图 通达信源码止损仅供学习研究。