换手:=v*100/capital;
主力:=ma(换手,4);
大户:=ma(换手,9);
中户:=ma(换手,17);
散户:=ma(换手,34);
均量:=(主力+大户+中户+散户)/4;
主力能量:(主力-均量),nodraw;
大户能量:(大户-均量),nodraw;
中户能量:(中户-均量),nodraw;
散户能量:(散户-均量),nodraw;
回:stickline(主力能量>=0 and 主力能量>=ref(主力能量,1),6,6+主力能量,1,0),colorred;
复:stickline(主力能量>=0 and 主力能量< ref(主力能量,1),6,6+主力能量,1,0),coloryellow;
者:stickline(主力能量<0 and 主力能量>=ref(主力能量,1),6,6+主力能量,1,0),colorgreen;
用:stickline(主力能量<0 and 主力能量< ref(主力能量,1),6,6+主力能量,1,0),colorblue;
drawtext(islastbar=1,if(主力能量>=0,6,6),'主力'),colorred;
主力线:6,colorred;
需:stickline(大户能量>=0 and 大户能量>=ref(大户能量,1),4,4+大户能量,1,0),colorred;
要:stickline(大户能量>=0 and 大户能量< ref(大户能量,1),4,4+大户能量,1,0),coloryellow;
回1:stickline(大户能量<0 and 大户能量>=ref(大户能量,1),4,4+大户能量,1,0),colorgreen;
复1:stickline(大户能量<0 and 大户能量< ref(大户能量,1),4,4+大户能量,1,0),colorblue;
drawtext(islastbar=1,if(大户能量>=0,4,4),'大户'),coloryellow;
大户线:4,coloryellow;
加1:stickline(中户能量>=0 and 中户能量>=ref(中户能量,1),2,2+中户能量,1,0),colorred;
分1:stickline(中户能量>=0 and 中户能量< ref(中户能量,1),2,2+中户能量,1,0),coloryellow;
者1:stickline(中户能量<0 and 中户能量>=ref(中户能量,1),2,2+中户能量,1,0),colorgreen;
好:stickline(中户能量<0 and 中户能量< ref(中户能量,1),2,2+中户能量,1,0),colorblue;
drawtext(islastbar=1,if(中户能量>=0,2,2),'中户'),colormagenta;
中户线:2,colormagenta;
加2:stickline(散户能量>=0 and 散户能量>=ref(散户能量,1),0,散户能量,1,0),colorred;
分2:stickline(散户能量>=0 and 散户能量< ref(散户能量,1),0,散户能量,1,0),coloryellow;
欢:stickline(散户能量<0 and 散户能量>=ref(散户能量,1),0,散户能量,1,0),colorgreen;
迎:stickline(散户能量<0 and 散户能量< ref(散户能量,1),0,散户能量,1,0),colorblue;
drawtext(islastbar=1,if(散户能量>=0,0.3,0.3),'散户'),colorwhite;
散户线:0,colorwhite;
b:=zig(3,50/5)*1;
g:=ma(b,2);
d:=cross(b,g)*10;
w:=cross(g,b)*10;
drawtext(w=10,4,'卖' ),colorwhite;
drawtext(d=10,4,'买'),colorcyan;
上一指标公式:TDX自动画线公式 源码 通达信画线 帖图
下一指标公式:TDX主图K线公式 源码 通达信TDX 帖图
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文立柱各户能量公式 源码 通达信立柱能量 帖图仅供学习研究。