分时图上看资金进出源码下载:
超买:=if((isbuyorder,amount>=(finance(40)*0.05/100))and(dclose>=dopen),amount/10000,0);
超卖:=if((amount>=(finance(40)*0.05/100))and(dclose<=dopen),amount/10000,0);
大买:=if(((isbuyorder,amount>=(finance(40)*0.025/100))and(isbuyorder,amount<(finance(40)*0.05/100)))and(dclose>=dopen),amount/10000,0);
大卖:=if(((amount>=(finance(40)*0.025/100))and(amount<(finance(40)*0.05/100)))and(dclose<=dopen),amount/10000,0);
中买:=if(((isbuyorder,amount>=(finance(40)*0.005/100))and(isbuyorder,amount<(finance(40)*0.025/100)))and(dclose>=dopen),amount/10000,0);
中卖:=if(((amount>=(finance(40)*0.005/100))and(amount<(finance(40)*0.025/100)))and(dclose<=dopen),amount/10000,0);
散买:=if((isbuyorder,amount<(finance(40)*0.005/100))and(dclose>=dopen),amount/10000,0);
散卖:=if((amount<(finance(40)*0.005/100))and(dclose<=dopen),amount/10000,0);
z:=(sum(超买,0)-sum(超卖,0))+(sum(大买,0)-sum(大卖,0))+(sum(中买,0)-sum(中卖,0))+(sum(散买,0)-sum(散卖,0));
★总净:z,colorstick;
★主净:(sum(超买,0)-sum(超卖,0))+(sum(大买,0)-sum(大卖,0)),linethick8,coloryellow;
★超净:sum(超买,0)-sum(超卖,0),colorred,linethick2;
★大净:sum(大买,0)-sum(大卖,0),colormagenta,linethick2;
★中净:sum(中买,0)-sum(中卖,0),colorblue,linethick1;
★散净:sum(散买,0)-sum(散卖,0),colorgreen,linethick1;
{好公式网www.goodgongshi.com}
drawtext(islastbar and c,★主净,'★主力'),coloryellow;
drawtext(islastbar and c,★超净,'★机构'),colorred;
drawtext(islastbar and c,★大净,'★大户'),colormagenta;
drawtext(islastbar and c,★中净,'★中户'),colorblue;
drawtext(islastbar and c,★散净,'★散户'),colorgreen;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文分时图上看资金进出下载仅供学习研究。