c2:=ref(c,1);
涨停:=if((c-c2)*100/c2>=(10-0.01*100/c2),1,0);
stickline(涨停,open,close,2,0),colorred;
stickline(涨停,h,l,0,0),colorred;
跌停:=if((c2-c)*100/c2>=(10-0.01*100/c2),1,0);
stickline(跌停,open,close,2,0),colorgreen;
stickline(跌停,h,l,0,1),colorgreen;
圣:=(hhv(high,21)-close)/(hhv(high,21)-llv(low,21))*100-10;
灵:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;
石:=sma(灵,13,8);//www.goodgongshi.com
仙:=ceiling(sma(石,13,8));
编著:=sma(圣,21,8);
aabb:=if(l,const(l),drawnull);
启动:stickline(仙-编著>75,aabb,aabb*0.99,15,1),color0000ff;
aaa:=(3*c+h+l+o)/6;
var1:=(8*aaa+7*ref(aaa,1)+6*ref(aaa,2)+5*ref(aaa,3)+4*ref(aaa,4)+3*ref(aaa,5)+2*ref(aaa,6)+ref(aaa,8))/36;
var2:=(hhv(var1,5)+hhv(var1,10)+hhv(var1,20))/3;
var3:=(llv(var1,5)+llv(var1,10)+llv(var1,20))/3;
var4:=(hhv(var2,5)+hhv(var2,10)+hhv(var2,20))/3;
var5:=(llv(var3,5)+llv(var3,10)+llv(var3,20))/3;
var6:=(llv(var1,2)+llv(var1,4)+llv(var1,6))/3;
drawband(var1,rgb(155,50,50),var6,rgb(250,250,0));
短线:var1,colorwhite;
中线:var6,coloryellow;
下跌:if(var1=var6,var6,drawnull),colorgreen;
tj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>var1;
立桩量:=filter(tj1,5);
tj2:=if(barslast(立桩量)=1 and close>ref(high,1),1,if(barslast(立桩量)=2 and close>ref(high,2),1,if(barslast(立桩量)=3 and close>ref(high,3),1,0)));
突破:=tj2=1;
stickline(close,ref(high,barslast(立桩量)),ref(high,barslast(立桩量)),1,0),colorcyan;
stickline(close,ref(low,barslast(立桩量)),ref(low,barslast(立桩量)),1,0),coloryellow;
tj3:=if(barslast(立桩量)=1 and close>ref(low,1),1,if(barslast(立桩量)=2 and close>ref(low,2),1,if(barslast(立桩量)=3 and close>ref(low,3),1,0)));
三天法则:=tj3=1;
成立:=三天法则 and 突破;
条件成立:=filter(成立,3);
drawtext(条件成立,l*0.99,'悟道'),coloryellow;
stickline(c>=o,c,o,3,0),color000045;
stickline(c>=o,c,o,2.5,0),color000065;
stickline(c>=o,c,o,2,0),color000085;
stickline(c>=o,c,o,1.5,0),color0000a5;
stickline(c>=o,c,o,1,0),color0000c5;
stickline(c>=o,c,o,0.5,0),color0000e5;
stickline(c>=o,h,l,0,0),color0000f5;
stickline(c<o,c,o,3,0),color353500;
stickline(c<o,c,o,2.5,0),color454500;
stickline(c<o,c,o,2,0),color555500;
stickline(c<o,c,o,1.5,0),color656500;
stickline(c<o,c,o,1,0),color757500;
stickline(c<o,c,o,0.5,0),color858500;
stickline(c<o,h,l,0,0),color959500;
highn:=10;
lown:=10;
highdisplay:=0;
lowdisplay:=0;
zgdisplay:=0;
madisplay:=0;
aa:=ref(h,highn)=hhv(h,2*highn+1);
qy:=backset(aa,highn+1);
cc:=filter(qy,highn) and h=hhv(h,highn+1);
drawicon(cc,h*1.02,2);
ddd:=barslast(cc);
gdts:=if(cc,currbarscount,0);
dingbuts:=if(ddd,ref(gdts,ddd),gdts);
gdcs1:=const(dingbuts);
dingbuts1:=ref(dingbuts,ddd+1);
gdcs2:=const(dingbuts1);
mm:=if(currbarscount>gdcs2,0,1);
drawline(currbarscount=gdcs2,h,islastbar,ref(h,gdcs2-1),1),color0055ff,pointdot;
drawline(currbarscount=gdcs1,h,islastbar,ref(h,gdcs1-1),1),coloryellow,pointdot;
aa1:=ref(l,lown)=llv(l,2*lown+1);
qy1:=backset(aa1,lown+1);
cc1:=filter(qy1,lown) and l=llv(l,lown+1);
drawicon(cc1,l*0.98,1);//www.goodgongshi.com
dd1:=barslast(cc1);
ddts:=if(cc1,currbarscount,0);
ydb:=if(dd1,ref(l,dd1),l);
ddts1:=if(dd1,ref(ddts,dd1),ddts);
ddcs1:=const(ddts1);
zdb:=ref(ydb,dd1+1);
ddts2:=ref(ddts1,dd1+1);
ddcs2:=const(ddts2);
starday:=if(ddcs2<gdcs2,ddcs2,gdcs2);
drawline(currbarscount=ddcs1,l,islastbar,ref(l,ddcs1-1),1),colormagenta,pointdot;
drawline(currbarscount=ddcs2,l,islastbar,ref(l,ddcs2-1),1),colorcyan,pointdot;
var7:=0;
var8:=sma(max(close-ref(close,1),0),34,1)/sma(abs(close-ref(close,1)),7,1)*100;
var9:=sma(max(close-ref(close,1),0),13,1)/sma(abs(close-ref(close,1)),13,1)*100;
var10:=if(troughbars(3,16,1)=0 and high>low+0.04,4,0);
var11:=zig(3,6)>ref(zig(3,6),1) and ref(zig(3,6),1)<=ref(zig(3,6),2) and ref(zig(3,6),2)<=ref(zig(3,6),3);
var12:=zig(3,6)<ref(zig(3,6),1) and ref(zig(3,6),1)>=ref(zig(3,6),2) and ref(zig(3,6),2)>=ref(zig(3,6),3);
var13:=zig(3,22)>ref(zig(3,22),1) and ref(zig(3,22),1)<=ref(zig(3,22),2) and ref(zig(3,22),2)<=ref(zig(3,22),3);
var14:=zig(3,22)<ref(zig(3,22),1) and ref(zig(3,22),1)>=ref(zig(3,22),2) and ref(zig(3,22),2)>=ref(zig(3,22),3);
var15:=zig(3,51)>ref(zig(3,51),1) and ref(zig(3,51),1)<=ref(zig(3,51),2) and ref(zig(3,51),2)<=ref(zig(3,51),3);
var16:=zig(3,51)<ref(zig(3,51),1) and ref(zig(3,51),1)>=ref(zig(3,51),2) and ref(zig(3,51),2)>=ref(zig(3,51),3);
var17:=zig(3,72)>ref(zig(3,72),1) and ref(zig(3,72),1)<=ref(zig(3,72),2) and ref(zig(3,72),2)<=ref(zig(3,72),3);
var18:=zig(3,72)<ref(zig(3,72),1) and ref(zig(3,72),1)>=ref(zig(3,72),2) and ref(zig(3,72),2)>=ref(zig(3,72),3);
var19:=ema(close,2)-ema(close,150);
买1:=var10;
买2:=(var11+var13+var15+var17);
卖1:=(var12+var14+var16+var18);
b:if(买1>0 or 买2>0,low*0.99,drawnull),crossdot,linethick3,coloryellow;
drawtext(买1>0 or 买2>0,low*0.99,'缘起'),colorred;
s:if(卖1>0,high*1.01,drawnull),crossdot,linethick3,colorgreen;
drawtext(卖1>0,high*1.02,'轮回'),colorgreen;
drawicon((zig(3,5)>ref(zig(3,5),1)) and (ref(zig(3,5),1)<=ref(zig(3,5),2)) and (ref(zig(3,5),2)<=ref(zig(3,5),3)),low*0.98,1) ;
drawicon((zig(3,5)<ref(zig(3,5),1)) and (ref(zig(3,5),1)>=ref(zig(3,5),2)) and (ref(zig(3,5),2)>=ref(zig(3,5),3)),high*1.01,2);
zb:=ema(ema(var3,5),5)*3, colorstick;
vara:=if(var9 and cross(ma(close,3),ma(close,5)),20,0);
k:=ema(var7,5)*2, , colorff00ff;
d:=ema(k,5), , colorwhite;
j:=k*3-d*2, ,coloryellow;
varb:=between(close,ma(close,3),ma(close,5)) and j>10;
hs:=vol/capital*100, , colorgreen;
vare:=ma(100*(close-llv(close,34))/(hhv(high,34)-llv(low,34)),5)-20;
varf:=100-3*sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1);
drawtext(var11 and count(var11,30)=1,low*0.95,'众仙归位'),linethick1,colorff00ff;
var1a:=if(vare>0,vare,0);
var1b:=if(var14>=200 and var13>=150,15,if(var14<=-200 and var13<=-150,-15,var16))+60;
var1c:=var1a>48 and var1b>60 and var19<100;
指标王:=cross(sma((close-llv(low,8))/(hhv(high,8)-llv(low,8))*100,3,1),sma(sma((close-llv(low,8))/(hhv(high,8)-llv(low,8))*100,3,1),3,1)) and sma((close-llv(low,8))/(hhv(high,8)-llv(low,8))*100,3,1)<20;
drawtext(指标王,l,'八仙过海'),coloryellow;
drawtext(var1,l*0.98,'顿悟'),coloryellow;
drawtext(cross(ma(c,3),ma(c,9)) and c>=ref(c,1) and c>o,l*0.98,'鸡犬升天'),colormagenta;
下降压力线:drawline(high>=hhv(high,10),high,low<=llv(low,3),hhv(high,3),1),linethick2;
stickline(currbarscount=2,l,l,10,0),colorgreen,;
drawnumber(islastbar,ref(l,1),ref(l,1));
上一指标公式:西电副图TSH指标下载 同花顺西电
下一指标公式:短线奇准指标下载 同花顺
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文九道轮回指标下载 同花顺轮回仅供学习研究。