1、可以计算出10大流通股东的占比率
2、可以展示10大流通股东信息
3、可以展示股票财务状况信息
horline(c>0,0,1,2),rgb(0,0,0);
//drawtext_fix(islastbar,0.04,0.02,0,'十大流通股东 '),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.12,0,' 1'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.20,0,' 2'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.29,0,' 3'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.37,0,' 4'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.46,0,' 5'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.55,0,' 6'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.65,0,' 7'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.74,0,' 8'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.83,0,' 9'),rgb(255,255,255);
drawtext_fix(islastbar,0.01,0.92,0,'10'),rgb(255,255,255);
drawtext_fix(islastbar,0.03,0.12,0,ltgdmc1),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.20,0,ltgdmc2),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.29,0,ltgdmc3),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.37,0,ltgdmc4),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.46,0,ltgdmc5),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.55,0,ltgdmc6),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.65,0,ltgdmc7),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.74,0,ltgdmc8),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.83,0,ltgdmc9),rgb(255,0,0);
drawtext_fix(islastbar,0.03,0.92,0,ltgdmc10),rgb(255,0,0);
drawtext_fix(islastbar,0.37,0.02,0,'持股占比'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.12,0,' 1:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.20,0,' 2:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.29,0,' 3:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.37,0,' 4:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.46,0,' 5:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.55,0,' 6:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.65,0,' 7:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.74,0,' 8:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.83,0,' 9:'),rgb(255,255,255);
drawtext_fix(islastbar,0.36,0.92,0,'10:'),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.12,1,tostring(ltcgs1/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.20,1,tostring(ltcgs2/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.29,1,tostring(ltcgs3/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.37,1,tostring(ltcgs4/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.46,1,tostring(ltcgs5/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.55,1,tostring(ltcgs6/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.65,1,tostring(ltcgs7/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.74,1,tostring(ltcgs8/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.83,1,tostring(ltcgs9/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.41,0.92,1,tostring(ltcgs10/shgzg*100,1)),rgb(255,255,255);
drawtext_fix(islastbar,0.02,0.02,0,'流通占比例: '),rgb(255,255,255);
drawtext_fix(islastbar,0.14,0.02,0,'%'),rgb(255,255,255);
十股东总股本:=ltcgs1+ltcgs2+ltcgs3+ltcgs4+ltcgs5+ltcgs6+ltcgs7+ltcgs8+ltcgs9+ltcgs10;
比例:=tostring(十股东总股本/shgzg*100,1);//www.8+8+g+s.com
drawtext_fix(islastbar,0.10,0.02,0,比例),rgb(255,255,255);
//drawtext_fix(islastbar,0.16,0.02,0,'流通市值(亿): '),rgb(255,255,255);
//市值:=tostring(ltsz/100000000,2);
//drawtext_fix(islastbar,0.25,0.02,0,市值),rgb(255,255,255);
总股万:zgb/10000,colorwhite;
流通万:shgzg/10000;
均持股:shgzg/gdzs;
真实均持股1:ma(均持股,500);
真实均持股2:(zgb-cgs1-cgs2-cgs3-cgs4)/gdzs;
股东数:gdzs,colorliblue;
a:=ref(gdzs,1);
b:=abs(gdzs-a)/a*100;
较上期变化:if(gdzs>a,b,-b);
c:=if(gdzs>a,b,-b);
drawtext(c,low,c);
上一指标公式:抄底共振赚钱指标公式详解 同花顺共振赚钱
下一指标公式:箱体操作指标公式详解 同花顺箱体
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文股东情况指标公式详解 同花顺股东仅供学习研究。