n:=if(barscount(c)>=10,10,barscount(c));
stickline(c>=ma(c,n),ma(c,n),ref(ma(c,n),1),10,0),coloryellow;
stickline(c<ma(c,n),ma(c,n),ref(ma(c,n),1),10,0),colorblue;
stickline(close>open,open,low,0.5,0 ),color0000ff;
stickline(close>open,close,high,0.5 ,0 ),color0000ff;
stickline(open>=close,close,low,0.5 ,0 ),colorffff1e;
stickline(open>=close,open,high,0.5 ,0 ),colorffff1e;
stickline(open>=close ,close ,open,10,0 ),colorff7700;
stickline(open>=close ,close ,open,8,0 ),colorff9900;
stickline(open>=close ,close ,open,5,0 ),colorffbb00;
stickline(open>=close ,close ,open,4,0 ),colorffcc00;
stickline(open>=close ,close ,open,3,0 ),colorffdd00;
stickline(open>=close ,close ,open,2,0 ),colorffee00;
stickline(open>=close ,close ,open,1,0 ),colorffff00;
stickline(close>open,close,open,10,0) ,color000055;
stickline(close>open,close,open,8,0) ,color000066;
stickline(close>open,close,open,5,0) ,color000077;
stickline(close>open,close,open,4,0) ,color000099;
stickline(close>open,close,open,3,0) ,color0000bb;
stickline(close>open,close,open,2,0) ,color0000dd;
stickline(close>open,close,open,1,0) ,color0000ff;
var9q:=c= hhv(c,4)and (ref(c,1)>=ref(c,2) or ref(c,1)>=ref(c,3)) or ref(c,1)=hhv(c,4) and close>=ref(c,2) or ref(c,2)=hhv(c,4) and ref(c,3)=llv(c,4) and c>=ref(c,1) or ref(c,3)=hhv(c,4) and c>=ref(c,1) and c>=ref(c,2);
stickline(var9q,c,(o+c)/2,10,0),color000055;
stickline(var9q,c,(o+c)/2,8,0),color000066;
stickline(var9q,c,(o+c)/2,5,0),color000077;
stickline(var9q,c,(o+c)/2,4,0),color000099;
stickline(var9q,c,(o+c)/2,3,0),color0000bb;
stickline(var9q,c,(o+c)/2,2,0),color0000dd;
stickline(var9q,c,(o+c)/2,1,0),color0000ff;
varaq:=c=hhv(c,4) and ref(c,1)=llv(c,4);
//www.goodgongshi.com
stickline(varaq,c,(o+c)/2,10,0),colorff11ff;
stickline(varaq,c,(o+c)/2,8,0),colorff33ff;
stickline(varaq,c,(o+c)/2,5,0),colorff55ff;
stickline(varaq,c,(o+c)/2,4,0),colorff77ff;
stickline(varaq,c,(o+c)/2,3,0),colorff99ff;
stickline(varaq,c,(o+c)/2,2,0),colorffbbff;
stickline(varaq,c,(o+c)/2,1,0),colorffddff;//www.goodgongshi.com
varbq:=c=llv(c,4) and (ref(c,1)<ref(c,2) or ref(c,1)<ref(c,3)) or ref(c,1)=llv(c,4) and c<ref(c,2) or ref(c,2)=llv(c,4) and ref(c,1)<>hhv(c,4) and c<ref(c,1) or ref(c,3)=llv(c,4) and c<ref(c,1) and c<ref(c,2);
stickline(varbq,c,(o+c)/2,10,0),color333333;
stickline(varbq,c,(o+c)/2,8,0),color555555;
stickline(varbq,c,(o+c)/2,5,0),color777777;
stickline(varbq,c,(o+c)/2,4,0),color999999;
stickline(varbq,c,(o+c)/2,3,0),colorbbbbbb;
stickline(varbq,c,(o+c)/2,2,0),colordddddd;
stickline(varbq,c,(o+c)/2,1,0),colorffffff;
varcq:=ref(c,1)=llv(c,4) and c>=ref(c,2) or ref(c,2)=llv(c,4) and ref(c,1)<=ref(c,3) and ref(c,2)<ref(c,4) and c>=ref(c,1);
stickline(varcq,o,(o+c)/2,10,0),color00a8a8;
stickline(varcq,o,(o+c)/2,8,0),color00bdbd;
stickline(varcq,o,(o+c)/2,5,0),color00d2d2;
stickline(varcq,o,(o+c)/2,4,0),color00ecec;
stickline(varcq,o,(o+c)/2,3,0),color00ffff;
stickline(varcq,o,(o+c)/2,2,0),color15ffff;
stickline(varcq,o,(o+c)/2,1,0),color33ffff;
vardq:=ref(c,1)=hhv(c,4) and c<ref(c,2) or (ref(c,2)=hhv(c,4) and ref(c,1)>ref(c,3) or ref(c,3)=hhv(c,4) and ref(c,1)>ref(c,2)) and ref(c,2)>=ref(c,4) and c<ref(c,1);
stickline(vardq,o,(o+c)/2,10,0),colorff1100;
stickline(vardq,o,(o+c)/2,8,0),colorff3300;
stickline(vardq,o,(o+c)/2,5,0),colorff5500;
stickline(vardq,o,(o+c)/2,4,0),colorff7700;
stickline(vardq,o,(o+c)/2,3,0),colorff9900;
stickline(vardq,o,(o+c)/2,2,0),colorffbb00;
stickline(vardq,o,(o+c)/2,1,0),colorffdd00;
c3:=ref(c,1);
涨停:=if((c-c3)*100/c3>=(10-0.01*100/c3),1,0),color2dffff;
stickline(涨停,open,close,10,0),color008c8c;
stickline(涨停,open,close,8,0),color00aaaa;
stickline(涨停,open,close,6,0),color00caca;
stickline(涨停,open,close,5,0),color00e3e3;
stickline(涨停,open,close,4,0),color02ffff;
stickline(涨停,open,close,3,0),color02ffff;
stickline(涨停,open,close,2,0),color2dffff;
stickline(涨停,open,close,1,0),color2dffff;
跌停:=if((c3-c)*100/c3>=(10-0.01*100/c3),1,0),color33ff33;
stickline(跌停,open,close,10,0),color009b00;
stickline(跌停,open,close,8,0),color00b700;
stickline(跌停,open,close,6,0),color00d200;
stickline(跌停,open,close,5,0),color00ea00;
stickline(跌停,open,close,4,0),color0fff0f;
stickline(跌停,open,close,3,0),color0fff0f;
stickline(跌停,open,close,2,0),color33ff33;
stickline(跌停,open,close,1,0),color33ff33;
mtm:=c-ref(c,1);
//www.goodgongshi.com
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
低吸:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
drawtext(filter(低吸=1,5),low-0.19,''),colorff26ff;
n:=3;//www.goodgongshi.com
l0:=0.00;
l1:=abs(l-ref(l,1))<=l0;
l2:=abs(l-ref(l,2))<=l0;
l3:=abs(l-ref(l,3))<=l0;
l4:=abs(l-ref(l,4))<=l0;
l5:=abs(l-ref(l,5))<=l0;
精准线首次:=l1 or l2 or l3 or l4 or l5;
精准左:=filter(精准线首次,n) ;
天数:=barslast(精准左);
lts:=ref(l,天数);
精准右:=abs(l-lts)<=l0;
stickline(精准左,l,l,50,-1),color8080ff;
g1:=abs(h-ref(h,1))<=l0;
g2:=abs(h-ref(h,2))<=l0;
g3:=abs(h-ref(h,3))<=l0;
g4:=abs(h-ref(h,4))<=l0;
g5:=abs(h-ref(h,5))<=l0;
g6:=abs(h-ref(h,6))<=l0;
g7:=abs(h-ref(h,7))<=l0;
g8:=abs(h-ref(h,8))<=l0;
精准线1首次:=g1 or g2 or g3 or g4 or g5 or g6 or g7 or g8;
精准左1:=filter(精准线1首次,n) ;
天数1:=barslast(精准左1);
gts:=ref(l,天数1);
精准右1:=abs(h-lts)<=l0;
stickline(精准左1,h,h,50,-1),color00ff00;
ma89:ma(c,89),coloryellow;
ma21:ma(close,21),colorwhite;
上升:if(ma(c,21)>=ma(c,30) ,ma(c,21),drawnull),colorred,linethick1;
短期:=100*(c-llv(l,5))/(hhv(c,5)-llv(l,5)),colorwhite;
中期:=100*(c-llv(l,10))/(hhv(c,10)-llv(l,10)),coloryellow;
中长期:=100*(c-llv(l,20))/(hhv(c,20)-llv(l,20)),colormagenta;
长期:=100*(c-llv(l,30))/(hhv(c,30)-llv(l,30)),colorred,linethick2;
强势线:=80,dotline;
分水岭:=50,dotline;
弱势线:=20,dotline;
stickline(长期<50,open,close,8,1),colorgreen,,linethick1;
stickline(短期>长期 and 长期>50,open,close,8,1),colormagenta,;
stickline( l>ref(h,1),l,ref(h,1),20,0),colorlired;
stickline(h<ref(l,1),h,ref(l,1),20,0),colorwhite;
涨停:=c/ref(c,1)>1.0925 and c=h;
stickline(涨停,close,open,9,0),colorred;
stickline(涨停 and 长期<50,close,open,4,0),colorgreen;
c3:=ref(c,1);
跌停:=if((c3-c)*100/c3>=(10-0.01*100/c3),1,0);
stickline(跌停,open,close,9,0),colorgreen;
stickline(短期<20 and 长期>50,open,close,8,0),coloryellow;
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
yxf:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
蓝:if(filter(yxf=1,5),20,0),colorliblue,linethick3;
红: if(filter(yxf=1,5),10,0),colorred,linethick2;
黄: if(filter(yxf=1,5),5,0),coloryellow,linethick1;
diff:=ema(c,12)-ema(c,26);
dea:=ema(diff,9);
第一红柱:cross(diff,dea);
上一指标公式:阻力压力买卖提示指标公式详解 同花顺压力提示
下一指标公式:CXR明日买卖价格指标公式详解 同花顺买卖价格
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多彩K线指标公式详解 同花顺多彩仅供学习研究。