箱体主图是在指标库中从数万指标中今晚挑出来给大家分享,此指标只建议学习研究使用,不建议作为买卖依据。
原作者编写很精简本人未做任何修改。。尊重知识指标原名未做更改。
除了自己原创的,每次分享指标库中精选的非原创指标,总会收到这样的回复:这是一个很老的指标,或这个是别人的等等此类
在这里想说一个道理:对于id注册有十年多年的老革命来说指标见的多不稀奇,但对于刚刚来论坛或刚刚进入股市的新人来说指标再老也是新
你有不代表别人也有,你不需要不代表别人不需要。分享是一种精神,分享是一种传播。知识的传播。没有知识传播社会就不会进步。
【股市有风险决策需谨慎】
ema(c,26);
成本线: ema(cost(81),10) coloryellow,linethick1;
stickline(ref(c>o,2) and ref(c<o or c<ref(c,1),1) and (c>ema(c,200) and c>=o and c>ema(c,200)),ema(c,210),ema(c,170),1.5,0),colorblue;
stickline(ema(c,200)>ref(ema(c,200),1) and ema(c,50)>ref(ema(c,50),1) ,ema(c,200),ema(c,180),1,0),colorred;
ty:=c;
a1:=ref(ty,10)=hhv(ty,2*10+1);
b1:=filter(a1,10);
c1:=backset(b1,10+1);
hd:=filter(c1,10);
a2:=ref(ty,10)=llv(ty,2*10+1);
b2:=filter(a2,10);
c2:=backset(b2,10+1);
ld:=filter(c2,10);
前期高位:ref(c,barslast(hd)),color8000ff,pointdot;
stickline(c,前期高位,前期高位,8,0),color8000ff;
a0:=ref(ty,7)=hhv(ty,2*7+1);
b0:=filter(a0,7);
c0:=backset(b0,7+1);
hd0:=filter(c0,7);
前期高位0:=ref(c,barslast(hd0)),colorblue,pointdot;
stickline(c,前期高位0,前期高位0,8,0),colorblue;
var1w:=(c+h+o+l)/4;
卖出:=xma(var1w,n)*(1+p1/1000);
stickline(卖出>low and 卖出<high,卖出,max(卖出,max(open,close)),3,0),colorgreen;
stickline(卖出>min(c,o) and 卖出<max(c,o),卖出,max(open,close),3,0),colorgreen;
stickline(卖出>low and 卖出<high,卖出,high,0,0),colorgreen;
stickline(卖出<low,open,close,3,0),colorgreen;
stickline(卖出<low,high,low,0,0),colorgreen;
ma5:=ma(close,5);
ma10:=ma(close,10);
ma20:=ma(close,24);
ma30:=ma(close,30);
ma60:=ma(close,60);
ma120:=ma(close,120);
ma240:=ma(close,240);
反弹托:=ma5>ma20 and ma5>ma20 and ma20<ma60 and ma60<ma120 and cross(ma10,ma20);
月价托:=ma5>ma20 and ma20>ma60 and ma60>ma120 and ma5>ma20 and cross(ma10,ma20);
季价托:=ma20>ma60 and ma20>ma60 and cross(ma20,ma60);
短长价托:=ma5>ma60 and ma5>ma10 and cross(ma10,ma60);
半年托:=ma60>ma120 and ma60>ma120 and cross(ma60,ma120);
年托:=ma120>ma240 and ma120>ma240 and cross(ma120,ma240);
月蜘蛛:=ma5>ma10 and ma10>ma20 and cross(ma5,ma20)and cross(ma10,ma20);
drawtext(月蜘蛛,l-0.07,'金蜘蛛'),coloryellow;
drawtext(月价托 ,ma20,'↙月托'),colormagenta;
drawtext(季价托,ma60-0.0.08,'季托'),colormagenta;
drawtext(短长价托,l+0.015,'短长托'),color36c0c1;
drawtext(半年托,ma120-0.08,'↖慢牛'),coloryellow;
drawtext(年托,ma240-0.08,'年托'),colorred;
压:=ma10<ma20 and ma20>ma10 and cross(ma20,ma10);
drawtext(压,h*1.02,'承压'),coloryellow;
vol5:=ma(vol,5),colorwhite;
vol10:=ma(vol,10),coloryellow;
vol40:=ma(vol,40),colorff00ff ;
量托:=vol5>=vol40 and cross(vol10,vol40) and ref(vol10,1)<ref(vol40,1);
drawtext(量托,l-0.012,'量托'),colorwhite;
aa1:=barslast(ma60>ma20 and (ma20=ma10 or ma20>ma10));
bb1:=ref(count(c<ma60,aa1)=aa1,1);
cc1:=cross(c,ma60) and vol>ma(vol,5) and (c-ref(c,1))/ref(c,1)*100>3;
出水芙蓉:=bb and cc1,color00ff00;
drawtext(出水芙蓉,h*1.02,'出水芙蓉'),colorff00ff;
ma2:=ma(close,10);
ma3:=ma(close,30);
一穿三:=ma5>o and ma2>o and ma3>o and ma5<c and ma2<c and close>open and (cross(c,ma3) or cross(c,ema(c,26)) ) ;
drawtext(一穿三,l-0.012,'穿三线'),colorred;
{量能平台}
nd:=10;
ptd:=const(llvbars(v,nd));
tdpx:if(currbarscount<=nd,const(if(ptd=0,o,ref(o,ptd))),drawnull),colorff0000;
if(currbarscount=ptd+1,tdpx,drawnull),circledot,colorff0000,linethick2;
drawtext(islastbar,tdpx,' 【地平线】'),colorff0000;
g21:=30;
t112:=const(hhvbars(v,g21));
t122:=if(currbarscount<=g21+7,const(if(t112=0,h,ref(h,t112))),drawnull);
t122a:=if(currbarscount=t112+1,t122,drawnull),circledot,colorwhite;
drawtext(islastbar,t122,'30天量能平台'),colorwhite;
w10:=10;
tw1:=const(hhvbars(v,w10));
tw0:=if(currbarscount<=w10+7,const(if(tw1=0,c,ref(c,tw1))),drawnull);
tw0a:=if(currbarscount=tw1+1,tw0,drawnull),circledot,colorwhite;
drawtext(islastbar,tw0,'10量能平台'),colorwhite;
w20:=20;
tw20:=const(hhvbars(v,w20));
tw22:=if(currbarscount<=w20+7,const(if(tw20=0,c,ref(c,tw20))),drawnull);
tw22a:=if(currbarscount=tw20+1,tw22,drawnull),colorwhite;
drawtext(islastbar,tw22,'20量能平台'),colorwhite;
mw:=10;
mw1:=const(llvbars(v,mw));
mw0:=if(currbarscount<=mw+7,const(if(mw1=0,o,ref(o,mw1))),drawnull);
mw0a:=if(currbarscount=mw1+1,mw0,drawnull),circledot,colorwhite;
drawtext(islastbar,mw0,'地量能平台'),colorwhite;
{n1:=18;n2:=36;n3:=55;}
em1:=ema(c,18),nodraw;
em2:=ema(c,36),colorred;
em3:=ema(c,55),colorgreen;
tj8:=between(em2,em1,em3);
{drawicon(tj8=0,l,14);}
b18:='<-----------------量平';
drawtext(vol=hhv(vol,20),c ,b18),colorred;
m7:=ma(c,78);
m8:=ema(m7,3);
m9:=ema(m8,3);
y:=(h+l)/2;
ao:=ma(y,5)-ma(y,34 );
du0:=cross(ao,0);
ud0:=cross(0,ao);
tdu0:=barslast(du0);
tud0:=barslast(ud0);
du3:=ref(du0,1);
ud3:=ref(ud0,1);
tdu3:=barslast(du3);
tud3:=barslast(ud3);
udgline:=if(tdu3<tud3,ref(hhv(h,2),tdu3),ref(llv(l,2),tud3));
jdu0:=ref(c,1)<=ref(udgline,1) and c>udgline and tdu0<tud0;
jud0:=ref(c,1)>=ref(udgline,1) and c<udgline and tud0<tdu0;
jdu1:=jdu0 and count(jdu0,tdu0)=1;
jud1:=jud0 and count(jud0,tud0)=1;
jdu2:=jdu1 and ref(barslast(jud1),1)<ref(barslast(jdu1),1);
jud2:=jud1 and ref(barslast(jud1),1)>ref(barslast(jdu1),1);
jdu3:=jdu1 and ref(barslast(jud1),1)>ref(barslast(jdu1),1);
jud3:=jud1 and ref(barslast(jud1),1)<ref(barslast(jdu1),1);
drawtext(jdu2,m9,'↙转强'),coloryellow;
{超跌反弹}
rsv:=(close-llv(low,11))/(hhv(high,11)-llv(low,11))*100;
短期底部:=llv(open,30);
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=(3*k-2*d),linethick2;
d2:=sma(j,3,1)*0.82;
var72:=(close-ma(close,6))/ma(close,6)*100;
var73:=(close-ma(close,12))/ma(close,12)*100;
var74:=(close-ma(close,24))/ma(close,24)*100;
var75:=(var72+2*var73+3*var74)/6;
diff:=ema(close,12)-ema(close,26);
dea2:=ema(diff,6);
macd超跌2:=(count(diff<dea2,19))=10;
drawtext(cross(j,-3),l*0.95,'↖超跌反弹'),colorgreen;
{回踩突破}
w1:=c=hhv(c,20);
w2:=barslast(w1);
w3:=if(w2>0,ref(c,w2),ref(c,w2));
w4:=cross(c,ref(w3,1));
回踩突破:=w4 and count(w4,5)=1;
drawtext(回踩突破>0,ma(l,3),'↖回踩'),colorred;
{绝杀}
f:=ema(close,10)-ema(close,21);
a:=ema(f,8);
md:=(f-a)*2;
zq:=barslast(cross(f,a) and a<=0.05)+1;
lz:=barslastcount(md<ref(md,1))>1;
hz:=barslastcount(md>ref(md,1))>1;
lzq:=barslastcount(lz);
hzq:=barslastcount(hz);
lzqtj:=count(lzq,zq);
hzqtj:=count(hzq,zq);
nqr:=ref(close,4);
srzf:=((close-nqr)/nqr)*100,nodraw;
绝杀黑马:=ref(lzqtj,1)>=2 and ref(hzqtj,1)>=3 and hzqtj=0 and lzqtj=0 and srzf>2,linethick2;
drawtext(绝杀黑马,ma(l,3),'↖绝杀'),color00ffff;
均线:=expma(c,12),colorgray,linethick2;
日:=50;
昨前:=3;
高2:=ref(hhv(h,日),昨前);
低2:=ref(llv(l,日),昨前);
h4:=高2-(高2-低2)*0.618;
h5:=高2-(高2-低2)*0.809;
圆底支撑:refdate(h5,date),colorcyan;
黄金支撑:refdate(h4,date),colorgreen,;
stickline(currbarscount=1,圆底支撑,圆底支撑,300,-1),colorgreen;
stickline(currbarscount=1,黄金支撑,黄金支撑,300,-1),colorcyan;
drawtext(currbarscount=1 and 圆底支撑,圆底支撑,'备现金'),colorgreen;
phd:=filter(backset(filter(ref(h,10)=hhv(h,2*10+1),10),10+1),10);
pld:=filter(backset(filter(ref(l,10)=llv(l,2*10+1),10),10+1),10);
pa:=ref(h,barslast(phd));
pt1:=barslast(phd)<barslast(pld) and not(phd);
波顶:if(pt1,pa,pa),colorwhite,pointdot,linethick1;
突破:=(cross(c,前期高位0) or cross(c,前期高位) or cross(c,黄金支撑) or cross(c,圆底支撑) or cross(c,波顶)) and c/o>1.05;
stickline(突破,open,close,4.5,0),colorff0099;
stickline(突破,open,close,3,0),colorff00cc;
stickline(突破,open,close,2,0),colorff00ff;
drawtext(突破,ma(h,3),'↙突破'),coloryellow;
c6:=ref(c,1);
涨停:=if((c-c6)*100/c6>=(10-0.01*100/c6),1,0);
stickline(涨停,open,close,1,0),coloryellow;
stickline(涨停,h,l,0,0),coloryellow;
上一指标公式:神剑出鞘详解 出鞘 通达信详解神剑
下一指标公式:黄买蓝卖就这么简单主图 无未来 通达信简单未来
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文箱体主图 主图 无未来 通达信未来源码仅供学习研究。