主力资金统计
主力资金统计公式需要l2行情支持
主力bbd:=(bigorder(1)-bigorder(2))*amount/10000;
超大bbd:=(bigorder(1,3)-bigorder(2,3))*amount/10000;
大户bbd:=主力bbd-超大bbd;
中户bbd:=(bigorder(1,1)-bigorder(2,1))*amount/10000-主力bbd;
散户bbd:=((1-bigorder(1,1))-(1-bigorder(2,1)))*amount/10000;
占比1:=(bigorder(1)-bigorder(2));
占比2:=(bigorder(1)-bigorder(2))*amount/(capital*c);
drawtextrel(15,710,'总股本:'+numtostrn(finance2(35),0)+'万股' +' 流通a股:'+numtostrn(finance2(37),0)+'万股'+' 每股收益:'+numtostrn(finance2(3),3)+'元'+' 市盈率:'+numtostrn(dynainfo(39),2)+' 市净率:'+numtostrn((close / finance2(4)),2)+' 主营收入同比增长:'+numtostrn(finance2(11),2)+'%'+' 净利润同比增长:'+numtostrn(finance2(10),2)+'%'),color0088ff;
drawtextrel(80,25,' superviiew资金流向'),colorffff00,linethick3;
drawtextrel(410,25,' '+stklabel),colorwhite,linethick3;
drawtextrel(310,25,' '+stkname),colorred,linethick3;
drawtextrel(550,30,' 所属版块: '+bkname),color555fff;
drawtextrel(115,99,' 日 期'),colorred;
drawtextrel(144,139,'月'+day),coloreeff00;
drawtextrel(125,139,'年'+month),coloreeff00;
drawtextrel(95,139,' '+year),coloreeff00;
drawtextrel(170,139,'日'),coloreeff00;
drawtextrel(115,189,'前一交易日 '),color55ff55;
drawtextrel(115,239,'前二交易日'),color55ee00;
drawtextrel(115,289,'前三交易日'),color55ff00;
drawtextrel(115,339,'前四交易日'),color55ff00;
drawtextrel(115,389,'sv 5日统计'),color555fff,linethick2;
drawtextrel(115,439,'sv10日统计'),color555fff,linethick2;
drawtextrel(115,489,'sv20日统计'),color555fff,linethick2;
drawtextrel(245,99,'散户净流入(万元)'),color555fff;
drawtextrel(365,99,'中户净流入(万元)'),color555fff;
drawtextrel(485,99,'大户净流入(万元)'),color555fff;
drawtextrel(605,99,'超大户净流入(万元)'),color555fff;
drawtextrel(735,99,'主力净流入(万元)'),color555fff;
drawtextrel(875,99,'占总成交额比(%)'),color555fff;
drawtextrel(1000,99,'占流通市值比(%)'),color555fff;
drawtextrel(85,69,'────────────────────────────────────────────────────────────────────────────────────'),colorred;
drawtextrel(245,139,' '+散户bbd),color208fff;
drawtextrel(365,139,' '+中户bbd),color208fff;
drawtextrel(485,139,' '+大户bbd),color208fff;
drawtextrel(605,139,' '+超大bbd),color208fff;
drawtextrel(735,139,' '+主力bbd),color208fff;
drawtextrel(875,139,' '+占比1),color208fff;
drawtextrel(1000,139,' '+占比2),color208fff;
drawtextrel(245,189,' '+ref(散户bbd,1)),color208fff;
drawtextrel(365,189,' '+ref(中户bbd,1)),color208fff;
drawtextrel(485,189,' '+ref(大户bbd,1)),color208fff;
drawtextrel(605,189,' '+ref(超大bbd,1)),color208fff;
drawtextrel(735,189,' '+ref(主力bbd,1)),color208fff;
drawtextrel(875,189,' '+ref(占比1,1)),color208fff;
drawtextrel(1000,189,' '+ref(占比2,1)),color208fff;
drawtextrel(245,239,' '+ref(散户bbd,2)),color208fff;
drawtextrel(365,239,' '+ref(中户bbd,2)),color208fff;
drawtextrel(485,239,' '+ref(大户bbd,2)),color208fff;
drawtextrel(605,239,' '+ref(超大bbd,2)),color208fff;
drawtextrel(735,239,' '+ref(主力bbd,2)),color208fff;
drawtextrel(875,239,' '+ref(占比1,2)),color208fff;
drawtextrel(1000,239,' '+ref(占比2,2)),color208fff;
drawtextrel(245,289,' '+ref(散户bbd,3)),color208fff;
drawtextrel(365,289,' '+ref(中户bbd,3)),color208fff;
drawtextrel(485,289,' '+ref(大户bbd,3)),color208fff;
drawtextrel(605,289,' '+ref(超大bbd,3)),color208fff;
drawtextrel(735,289,' '+ref(主力bbd,3)),color208fff;
drawtextrel(875,289,' '+ref(占比1,3)),color208fff;
drawtextrel(1000,289,' '+ref(占比2,3)),color208fff;
drawtextrel(245,339,' '+ref(散户bbd,4)),color208fff;
drawtextrel(365,339,' '+ref(中户bbd,4)),color208fff;
drawtextrel(485,339,' '+ref(大户bbd,4)),color208fff;
drawtextrel(605,339,' '+ref(超大bbd,4)),color208fff;
drawtextrel(735,339,' '+ref(主力bbd,4)),color208fff;
drawtextrel(875,339,' '+ref(占比1,4)),color208fff;
drawtextrel(1000,339,' '+ref(占比2,4)),color208fff;
drawtextrel(245,389,' '+sum(散户bbd,5)),color208fff;
drawtextrel(365,389,' '+sum(中户bbd,5)),color208fff;
drawtextrel(485,389,' '+sum(大户bbd,5)),color208fff;
drawtextrel(605,389,' '+sum(超大bbd,5)),color208fff;
drawtextrel(735,389,' '+sum(主力bbd,5)),color208fff;
drawtextrel(875,389,' '+sum(占比1,5)),color208fff;
drawtextrel(1000,389,' '+sum(占比2,5)),color208fff;
drawtextrel(245,439,' '+sum(散户bbd,10)),color208fff;
drawtextrel(365,439,' '+sum(中户bbd,10)),color208fff;
drawtextrel(485,439,' '+sum(大户bbd,10)),color208fff;
drawtextrel(605,439,' '+sum(超大bbd,10)),color208fff;
drawtextrel(735,439,' '+sum(主力bbd,10)),color208fff;
drawtextrel(875,439,' '+sum(占比1,10)),color208fff;
drawtextrel(1000,439,' '+sum(占比2,10)),color208fff;
drawtextrel(245,489,' '+sum(散户bbd,20)),color208fff;
drawtextrel(365,489,' '+sum(中户bbd,20)),color208fff;
drawtextrel(485,489,' '+sum(大户bbd,20)),color208fff;
drawtextrel(605,489,' '+sum(超大bbd,20)),color208fff;
drawtextrel(735,489,' '+sum(主力bbd,20)),color208fff;
drawtextrel(875,489,' '+sum(占比1,20)),color208fff;
drawtextrel(1000,489,' '+sum(占比2,20)),color208fff;
上一指标公式:三线并一线买入点短线公式下载 大智慧指标源码买入
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主力资金统计(需L2行情)公式附实测图下载 大智慧指标源码主力仅供学习研究。