通达信精准短线起爆指标公式+庄家顶底。
用法类似kdj
低位出现红柱介入,高位出现顶天立地的大红柱减仓。
或者:短线反弹上穿中期线介入,高位短线反弹下穿中期线减仓。
精准短线起爆指标公式+庄家顶底
refline:0;
diff:=ema(close,3)-ema(close,8);
dea:=ema(diff,5);
macd := 2*(diff-dea);
x1:=ema(diff,5)*5;
x2:=((ema(close,3)-ema(close,8)))*5;
x3:if(x2>0,x2,0),pointdot,colorred;
x4:=if(x2<0,x2,0),pointdot,colorgreen;
stickline(x2>0,0,x2,2.8,0),colorred;
stickline(x2>0,0,x2,2.8,0),color000088;
stickline(x2>0,0,x2,2.6,0),color000099;
stickline(x2>0,0,x2,2.4,0),color0000aa;
stickline(x2>0,0,x2,2.2,0),color0000bb;
stickline(x2>0,0,x2,2,0),color0000cc;
stickline(x2>0,0,x2,1.8,0),color0000dd;
stickline(x2>0,0,x2,1.5,0),color0000ee;
stickline(x2>0,0,x2,1.0,0),color0000ff;
stickline(x2>0,0,x2,0.0,0),color0000ff;
stickline(x2<0,0,x2,2.8,0),colorgreen;
stickline(x2<0,0,x2,2.8,0),color007700;
stickline(x2<0,0,x2,2.6,0),color008800;
stickline(x2<0,0,x2,2.6,0),color009900;
stickline(x2<0,0,x2,2.4,0),color00bb00;
stickline(x2<0,0,x2,2.0,0),color00cc00;
stickline(x2<0,0,x2,1.8,0),color00dd00;
stickline(x2<0,0,x2,1.5,0),color00ee00;
stickline(x2<0,0,x2,1,0),color00ff00;
stickline(x2<0,0,x2,0,0),color00ff00;
资金动能a:x2,colorwhite,linethick2;
资金动能b:x1,colorbrown,linethick3;
var2:=(close-llv(low,26))/(hhv(high,26)-llv(low,26))*100;
var3:=sma(sma(var2,3,1),3,1);
var4:=ema(var3,5);
大底部:=if(cross(var4,10) and var4>10,14,0);
中底部:=if(cross(var4,20) and var4>10,13,0);
小底部:=if(cross(var4,30) and var4>10,12,0);
aa:=vol>=ref(v,1)*1.91 and c>ref(c,1)*1.01;
红柱:drawicon(cross(资金动能a,0) and aa,-1,1);
持币:if(sar(10,2,20)>=h,0,drawnull),circledot,colorwhite;
持股:if(sar(10,2,20)<=l,0,drawnull),crossdot,linethick3,coloryellow;
个股:=ema(100*(c-llv(low,34))/(hhv(h,34)-llv(low,34)),3),color1010ff;
短线反弹:if(cross(个股,9),10,0),stick,linethick3,color00ff00;
a7:=c-ref(c,1);
a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);
short:=7; long:=19;
rma:=ema(close,short);
nma:=ema(close,long);
短线成本:=ema(close,17),linethick2,colorwhite;
a:=(3*c+l+o+h)/6;
x:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+
14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)
+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+
ref(a,20))/210;
中线成本:=ema(x,13),linethick2,colorff00ff;
stickline(barslast(短线成本<中线成本)>30,95,100,5,0),colorred;
stickline(barslast(短线成本>中线成本)>30,0,5,5,0),colorgreen;
var1:=1;
var2:=llv(low,10);
var3:=hhv(high,25);
n1:=5;
n4:=34;
cq:=100*(c-llv(l,n4))/(hhv(c,n4)-llv(l,n4));
sat:=(amount/c)/(hhv(amount,n4)/hhv(c,n4));
饱和度:=if(sat>1,1,sat)*100;
w1:=c=hhv(c,20);
w2:=barslast(w1);
w3:=if(w2>0,ref(c,w2),ref(c,w2));
w4:=cross(c,ref(w3,1));
stickline(饱和度>=97 and cq>90,0,100,2,0),colorred;
中期:=100*(c-llv(l,n4))/(hhv(c,n4)-llv(l,n4));
持股:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
支撑:=llv(持股,3);
短期线:ema((close-var2)/(var3-var2)*4,4)*var1*30,linethick2,colorgreen;
中期线:ma(持股,12),colorwhite,linethick2;
stickline(支撑<中期线,支撑,中期线,2,0),color6b8e23;
stickline(持股>0,支撑,持股,2,0),colorred;
stickline(支撑>中期线,中期线,支撑,2,0),color38b0de;
stickline(支撑=持股 and 持股>中期线,中期线,支撑,2,0),colorff00ff;
stickline(ref(中期,1)<1 and 中期>1,0,15,2,0),colorwhite;
stickline(w4 and count(w4,5)=1,85,100,2,0),coloryellow;
底部线:0,colorwhite;
警戒线:85,coloryellow;
卖出线:100,colorred;
中轴线:50.00,colorbrown,linethick1;
上一指标公式:私募波段共振指标公式下载 同花顺共振私募
下一指标公式:还好指标公式下载 同花顺还好
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文庄家顶底优化版指标公式下载 同花顺庄家仅供学习研究。