好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式人均持股指标公式详解 同花顺持股

人均持股指标公式详解 同花顺持股

  • 指标公式类型:同花顺公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-06-28 22:05:58
  • 指标公式标签:持股
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:人均持股指标公式详解 同花顺持股

af:=数字位置调整;

本次日期:=repdate(&gdzs,1,0);

上次日期:=repdate(&gdzs,2,0);

本次人数:=gdzs;

上次人数:=lastrep(&gdzs,2);

人均持股:=shgzg/本次人数;

人数变比:=100*(本次人数/上次人数-1);

人均持股变比:=100*(上次人数/本次人数-1);

公告中断:=if(counttime(上次日期,date,3)>25,'☆','');

con1:=gdzs!=ref(gdzs,1) and not(refx(&close,线位置调整)>1);

polyline(con1,gdzs);

/*以下为股东人数字符显示位置定位的一系列判断,避免数字和线重叠*/

t1:=gdzs!=ref(gdzs,1);/*股东人数变动日*////www.goodgongshi.com

t2:=if(t1,if(refx(&gdzs,1)!=gdzs,1,if(refx(&gdzs,2)!=gdzs,2,if(refx(&gdzs,3)!=gdzs,3,

if(refx(&gdzs,4)!=gdzs,4,if(refx(&gdzs,5)!=gdzs,5,if(refx(&gdzs,6)!=gdzs,6,if(refx(&gdzs,7)!=gdzs,7,

if(refx(&gdzs,8)!=gdzs,8,if(refx(&gdzs,9)!=gdzs,9,if(refx(&gdzs,10)!=gdzs,10,if(refx(&gdzs,11)!=gdzs,11,

if(refx(&gdzs,12)!=gdzs,12,0)))))))))))),0);/*在人数变动日判断下一个变动日离现在的天数*/

t3:=(refx(&gdzs,t2)-gdzs);

t4:=if(t3>0,0.95,1.05);

drawtext(con1,t4*gdzs,'←'+tostring(gdzs,0)+公告中断),colorgreen;

/*drawnumber_fix(islastbar,0,0,0,'实际流通市值:'+tostring(zyltgb*c/100000000,2)+'亿元');*/

tiptext(con1,gdzs,tostring(人均持股,0)+'股,较上期变动'+tostring(人均持股变比,0)+'%'),colorgray;

鼠标所在:tostring(gdzs,0)+'人(较上期变动'+人数变比+'%'+')';

实际流通市值:if(islastbar,tostring(zyltgb*c/100000000,2)+'亿元','请右移鼠标!');

/*判断十大流通股东名称为2个字或3个字(即个人股东)*/

y1:=if(ltcgs1/shgzg<0.05,0,255);

y2:=if(ltcgs2/shgzg<0.05,0,255);

y3:=if(ltcgs3/shgzg<0.05,0,255);

y4:=if(ltcgs4/shgzg<0.05,0,255);

y5:=if(ltcgs5/shgzg<0.05,0,255);

y6:=if(ltcgs6/shgzg<0.05,0,255);

y7:=if(ltcgs7/shgzg<0.05,0,255);

y8:=if(ltcgs8/shgzg<0.05,0,255);

y9:=if(ltcgs9/shgzg<0.05,0,255);

y10:=if(ltcgs10/shgzg<0.05,0,255);

drawtext_fix(islastbar,0.01,0,0,strmid(ltgdmc1,0,58)),rgb(255,255,y1);

drawtext_fix(islastbar,0.01,0.10,0,strmid(ltgdmc2,0,58)),rgb(255,255,y2);

drawtext_fix(islastbar,0.01,0.20,0,strmid(ltgdmc3,0,58)),rgb(255,255,y3);

drawtext_fix(islastbar,0.01,0.30,0,strmid(ltgdmc4,0,58)),rgb(255,255,y4);

drawtext_fix(islastbar,0.01,0.40,0,strmid(ltgdmc5,0,58)),rgb(255,255,y5);

drawtext_fix(islastbar,0.01,0.50,0,strmid(ltgdmc6,0,58)),rgb(255,255,y6);

drawtext_fix(islastbar,0.01,0.60,0,strmid(ltgdmc7,0,58)),rgb(255,255,y7);

drawtext_fix(islastbar,0.01,0.70,0,strmid(ltgdmc8,0,58)),rgb(255,255,y8);

drawtext_fix(islastbar,0.01,0.80,0,strmid(ltgdmc9,0,58)),rgb(255,255,y9);

drawtext_fix(islastbar,0.01,0.90,0,strmid(ltgdmc10,0,58)),rgb(255,255,y10);

drawtext_fix(islastbar,0.25+af,0,1,tostring(ltcgs1/shgzg*100,2)+'%'),rgb(255,255,y1);

drawtext_fix(islastbar,0.25+af,0.10,1,tostring(ltcgs2/shgzg*100,2)+'%'),rgb(255,255,y2);

drawtext_fix(islastbar,0.25+af,0.20,1,tostring(ltcgs3/shgzg*100,2)+'%'),rgb(255,255,y3);

drawtext_fix(islastbar,0.25+af,0.30,1,tostring(ltcgs4/shgzg*100,2)+'%'),rgb(255,255,y4);

drawtext_fix(islastbar,0.25+af,0.40,1,tostring(ltcgs5/shgzg*100,2)+'%'),rgb(255,255,y5);

drawtext_fix(islastbar,0.25+af,0.50,1,tostring(ltcgs6/shgzg*100,2)+'%'),rgb(255,255,y6);

drawtext_fix(islastbar,0.25+af,0.60,1,tostring(ltcgs7/shgzg*100,2)+'%'),rgb(255,255,y7);

drawtext_fix(islastbar,0.25+af,0.70,1,tostring(ltcgs8/shgzg*100,2)+'%'),rgb(255,255,y8);

drawtext_fix(islastbar,0.25+af,0.80,1,tostring(ltcgs9/shgzg*100,2)+'%'),rgb(255,255,y9);

drawtext_fix(islastbar,0.25+af,0.90,1,tostring(ltcgs10/shgzg*100,2)+'%'),rgb(255,255,y10);

drawtext_fix(islastbar and lastrep(<gdmc1,2)=ltgdmc1,0.26+af,0,0,'变'+tostring((ltcgs1-lastrep(<cgs1,2))/lastrep(<cgs1,2)*100,0)+'%'),rgb(255,255,y1);drawtext_fix(islastbar and lastrep(<gdmc1,2)!=ltgdmc1,0.26+af,0,0,'新进'),rgb(255,255,y1);

drawtext_fix(islastbar and lastrep(<gdmc2,2)=ltgdmc2,0.26+af,0.10,0,'变'+tostring((ltcgs2-lastrep(<cgs2,2))/lastrep(<cgs2,2)*100,0)+'%'),rgb(255,255,y2);drawtext_fix(islastbar and lastrep(<gdmc2,2)!=ltgdmc2,0.26+af,0.10,0,'新进'),rgb(255,255,y2);

drawtext_fix(islastbar and lastrep(<gdmc3,2)=ltgdmc3,0.26+af,0.20,0,'变'+tostring((ltcgs3-lastrep(<cgs3,2))/lastrep(<cgs3,2)*100,0)+'%'),rgb(255,255,y3);drawtext_fix(islastbar and lastrep(<gdmc3,2)!=ltgdmc3,0.26+af,0.20,0,'新进'),rgb(255,255,y3);

drawtext_fix(islastbar and lastrep(<gdmc4,2)=ltgdmc4,0.26+af,0.30,0,'变'+tostring((ltcgs4-lastrep(<cgs4,2))/lastrep(<cgs4,2)*100,0)+'%'),rgb(255,255,y4);drawtext_fix(islastbar and lastrep(<gdmc4,2)!=ltgdmc4,0.26+af,0.30,0,'新进'),rgb(255,255,y4);

drawtext_fix(islastbar and lastrep(<gdmc5,2)=ltgdmc5,0.26+af,0.40,0,'变'+tostring((ltcgs5-lastrep(<cgs5,2))/lastrep(<cgs5,2)*100,0)+'%'),rgb(255,255,y5);drawtext_fix(islastbar and lastrep(<gdmc5,2)!=ltgdmc5,0.26+af,0.40,0,'新进'),rgb(255,255,y5);

drawtext_fix(islastbar and lastrep(<gdmc6,2)=ltgdmc6,0.26+af,0.50,0,'变'+tostring((ltcgs6-lastrep(<cgs6,2))/lastrep(<cgs6,2)*100,0)+'%'),rgb(255,255,y6);drawtext_fix(islastbar and lastrep(<gdmc6,2)!=ltgdmc6,0.26+af,0.50,0,'新进'),rgb(255,255,y6);

drawtext_fix(islastbar and lastrep(<gdmc7,2)=ltgdmc7,0.26+af,0.60,0,'变'+tostring((ltcgs7-lastrep(<cgs7,2))/lastrep(<cgs7,2)*100,0)+'%'),rgb(255,255,y7);drawtext_fix(islastbar and lastrep(<gdmc7,2)!=ltgdmc7,0.26+af,0.60,0,'新进'),rgb(255,255,y7);

drawtext_fix(islastbar and lastrep(<gdmc8,2)=ltgdmc8,0.26+af,0.70,0,'变'+tostring((ltcgs8-lastrep(<cgs8,2))/lastrep(<cgs8,2)*100,0)+'%'),rgb(255,255,y8);drawtext_fix(islastbar and lastrep(<gdmc8,2)!=ltgdmc8,0.26+af,0.70,0,'新进'),rgb(255,255,y8);

drawtext_fix(islastbar and lastrep(<gdmc9,2)=ltgdmc9,0.26+af,0.80,0,'变'+tostring((ltcgs9-lastrep(<cgs9,2))/lastrep(<cgs9,2)*100,0)+'%'),rgb(255,255,y9);drawtext_fix(islastbar and lastrep(<gdmc9,2)!=ltgdmc9,0.26+af,0.80,0,'新进'),rgb(255,255,y9);

drawtext_fix(islastbar and lastrep(<gdmc10,2)=ltgdmc10,0.26+af,0.90,0,'变'+tostring((ltcgs10-lastrep(<cgs10,2))/lastrep(<cgs10,2)*100,0)+'%'),rgb(255,255,y10);drawtext_fix(islastbar and lastrep(<gdmc10,2)!=ltgdmc10,0.26+af,0.90,0,'新进'),rgb(255,255,y10);


人均持股

  >>>使用本站搜索工具可以找到更多人均持股指标公式详解 同花顺持股

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文人均持股指标公式详解 同花顺持股仅供学习研究。

猜你喜欢

学了又学