能量分析指标
流通:=amount/vol;
pjj:=dma((high+low+close*2)/4,0.9);
jj:=ref(ema(pjj,3),1);
qjj:=vol/((high-low)*2-abs(close-open));
xvl:=(if(close>open,qjj*(high-low),if(close<open,qjj*(high-open+close-low),vol/2))+if(close>open,0-qjj*(high-close+open-low),if(close<open,0-qjj*(high-low),0-vol/2)));
zll:=vol/capital;
hsl1:=if(zll>10,10,zll);
hsl:=(xvl/20)/1.15;
攻击流量:=((hsl*0.55+(ref(hsl,1)*0.33))+(ref(hsl,2)*0.22));
hjj:=ema(攻击流量,8);
lljx:=ema(攻击流量,3);
资金流向:lljx,colorred;
stickline(资金流向>0,资金流向,0,7,0),color0000ff;
stickline(资金流向<0,资金流向,0,7,0),colorff0000;
partline(资金流向,资金流向>0,rgb(255,0,0),资金流向<0,rgb(00,255,0)),colorred,pointdot,linethick1;
流量基线:=hjj;
zjll:=ref(lljx,1);
qzjj:=((lljx-zjll)/zjll)*100;
资金增幅百分比:if(lljx>0 and zjll<0,abs(qzjj),if(lljx<0 and zjll<0 and lljx<zjll,-qzjj,qzjj)),linethick0;
力度:hsl/1000,linethick0;
ttj:=barslast((vol=hhv(vol,40)));
量能突破:ttj<2 and ttj>=1 and c>ref(c,ttj) and 资金增幅百分比>0,linethick1,colorblue;
drawicon(ttj<2 and ttj>=1 and c>ref(c,ttj) and 资金增幅百分比>0 , hhv(资金流向,40)*1.5,1);
释放区: 90,colorgreen,linethick2;
储存区: 10,colorred,linethick2;
安全: 0,colorblack,linethick0;
风险: 100,colorblack,linethick0;
能量: =3*sma((close-llv(low,28))/(hhv(high,28)-llv(low,28))*100,5,1)-2*sma(sma((close-llv(low,28))/(hhv(high,28)-llv(low,28))*100,5,1),3,1),colorff0066;
stickline(cross(能量,风险),90,10,3,0),colorgreen;
stickline(cross(能量,安全),90,10,3,0),colorred;
stickline(cross(能量,释放区),90,80,10,0),colorgreen;
stickline(cross(能量,储存区),10,20,10,0),colorred;
b1:=(hhv(h,35)-c)/(hhv(h,35)-llv(low,35))*100-35;
b2:=sma(b1,35,1)+100;
b3:=(c-llv(l,35))/(hhv(h,35)-llv(l,35))*100;
b4:=sma(b3,3,1);
b5:=sma(b4,3,1)+100;
b6:=b5-b2;
控盘程度:(if(b6>3,b6-3,0))*2.5,coloryellow;
控盘度:100,colorred;
stickline(控盘程度,0,控盘程度,7,0),color00ffff;
stickline(控盘程度 and 控盘程度>100,100,控盘程度,7,0),colorred;
var2:=(close-llv(low,24))/(hhv(high,24)-llv(low,24))*200*10;
能量: sma(var2,5,1)/100,colorred;
drawband(能量>ref(能量,1),rgb(250,0,120),0,rgb(0,180,180));
stickline(能量>ref(能量,1),0,能量,2.5,0),color7800ff;
stickline(能量<ref(能量,1),0,能量,2.5,0),colorff7800;
危险区:18,color208fff;
次险区:15,colorff33ff,dotline;
var3:=vol/((high-low)*2-abs(close-open));
var4:=(if(close>open,var3*(high-low),if(close<open,var3*(high-open+close-low),vol/2))/(if(close>open,0-var3*(high-close+open-low),if(close<open,0-var3*(high-low),0-vol/2))*(-1))-if(close>open,0-var3*(high-close+open-low),if(close<open,0-var3*(high-low),0-vol/2))*(-1)/if(close>open,var3*(high-low),if(close<open,var3*(high-open+close-low),vol/2)));
var5:=amount/(100*vol);
var6:=ma(var5,40);
var7:=100*(close-var6)/var6;
底部区: if(var4>0 and var7<-12 and close/open>1.07,300,200)/100,colorffff00,dotline;
drawtext(islastbar,1.5,' 能量潮'),color7800ff ;
量堆:=count(v>=ref(v,1)*2,barslast(cross(c,ma(c,20))));
量堆(:if(量堆=1,1000,0)/100,coloryellow,linethick3;
多:=if(c>ref(c,1),v,0)/100;
空:=if(c<ref(c,1),v,0)/100;
正:ema(ma(多,3),3);
负:ema(ma(空,3),10),colorgreen,;
stickline(正,正,0,3,0),colorred;
stickline(正>0 and 正>ref(正,1),正*4/5,0,3,0),color10d3ff;
stickline(正>0 and 正>ref(正,1),正*2/5,0,3,0),color10ffff;
stickline(正>0 and 正<ref(正,1),正,0,3,0),colorbrown;
stickline(正>0 and 正<ref(正,1),正*4/5,0,3,0),colorca3db5;
stickline(正>0 and 正<ref(正,1),正*2/5,0,3,0),colorff99cc;
stickline(负,负*(-1),0,3,0),color66ff00;
stickline(负,负*(-0.85),0,3,0),color66dd00;
stickline(负,负*(-0.75),0,3,0),color66bb00;
stickline(负,负*(-0.65),0,3,0),color669900;
stickline(负,负*(-0.55),0,3,0),color667700;
stickline(负,负*(-0.45),0,3,0),color665500;
stickline(负,负*(-0.35),0,3,0),color663300;
换手:=v*100/capital;
主力:=ma(换手,4);
大户:=ma(换手,9);
中户:=ma(换手,17);
散户:=ma(换手,34);
均量:=(主力+大户+中户+散户)/4;
主力能量:(主力-均量);
stickline(1,0,主力能量,8,0),colorred;
大户能量:(大户-均量);
if (大户能量*主力能量>0 and 主力能量+大户能量>0)
{正方能量=主力能量+大户能量;
负方能量=0;}
if (大户能量*主力能量>0 and 主力能量+大户能量<0)
{正方能量=0;
负方能量=主力能量+大户能量;}
if (大户能量*主力能量<0 and 主力能量>0 ) { 正方能量=主力能量;
负方能量=大户能量;}
if (大户能量*主力能量<0 and 主力能量<0 ) { 正方能量=大户能量;
负方能量=主力能量;}
stickline(大户能量*主力能量>0,主力能量,主力能量+大户能量,8,0),coloryellow;
stickline(大户能量*主力能量<0 , 0,大户能量,8,0),coloryellow;
中户能量:(中户-均量);
if (中户能量>0 ){ 正方能量2=正方能量+中户能量;负方能量2=负方能量;}
if (中户能量<0 ) {负方能量2=负方能量+中户能量;正方能量2=正方能量;}
stickline(中户能量>0,正方能量,正方能量2,8,0),colormagenta;
stickline(中户能量<0,负方能量,负方能量2,8,0),colormagenta;
散户能量:(散户-均量);
if (散户能量>0 ) 正方能量3=正方能量2+散户能量;
if (散户能量<0 ) 负方能量3=负方能量2+散户能量;
stickline(散户能量>0,正方能量2,正方能量3,8,0),colorgreen;
stickline(散户能量<0,负方能量2,负方能量3,8,0),colorgreen;
a:=max(主力能量,大户能量);
b:=max(中户能量,散户能量);
主导力量:max(a,b);
n:=35;m:=35;n1:=3;
b1:=(hhv(h,n)-c)/(hhv(h,n)-llv(low,n))*100- m;
b2:=sma(b1,n,1)+100;
b3:=(c-llv(l,n))/(hhv(h,n)- llv(l,n))*100;
b4:=sma(b3,3,1);
b5:=sma(b4,3,1)+100;
b6:=b5-b2;
控盘程度:(if(b6>n1,b6-n1+2,0))*2.5,coloryellow;
控盘度:100,colorred;
stickline( 控盘程度,0,控盘程度 ,1.7,0 ),color00ffff;
stickline( 控盘程度 and 控盘程度>100,100,控盘程度 ,1.7,0 ),colorred;
上一指标公式:买卖盘量差黄色为资金净流入白色最近净流出指标公式详解 同花顺流出黄色
下一指标公式:霸王别姬指标公式详解 同花顺霸王别姬
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文能量分析副图指标公式详解 同花顺能量仅供学习研究。