预测量:=if(currbarscount=1 and period=5,vol*240/fromopen,vol),nodraw;
stickline(currbarscount=1 and period=5,预测量,0,-1,-1),color00c0c0;
量:vol,volstick;
vol5:ma(量,5);
vol10:ma(量,10);
五换:sum(100*v/capital,5),colorred,nodraw;
十换:sum(100*v/capital,10),colorred,nodraw;
超b:=l2_amo(0,2)/10000.0;
大b:=l2_amo(1,2)/10000.0;
中b:=l2_amo(2,2)/10000.0;
小b:=l2_amo(3,2)/10000.0;
超s:=-l2_amo(0,3)/10000.0;
大s:=-l2_amo(1,3)/10000.0;
中s:=-l2_amo(2,3)/10000.0;
小s:=-l2_amo(3,3)/10000.0;
testskip(not(超b or 大b or 中b or 小b or 超s or 大s or 中s or 小s)!=0);
净流入:=(超b+大b+中b+小b)+(超s+大s+中s+小s);
大宗净流入:=(超b+大b)+(超s+大s);
超大单:=(超b)+(超s);
大单:=(大b)+(大s);
中单:=(中b)+(中s);
小单:=(小b)+(小s);
大宗进:=(超b)+(大b);
大宗出:=(超s)+(大s);
非大宗进:=(中b)+(小b);
非大宗出:=(中s)+(小s);
资金流向:=(超b+大b+中b+小b)+(超s+大s+中s+小s);
近5日流向:=sum(资金流向,5);
近10日流向:=sum(资金流向,10);
主力资金线:=(l2_amo(0,0)+l2_amo(1,0)-l2_amo(0,1)-l2_amo(1,1))/100.0,linethick2;
主力买力度:=largeintrdvol*100/vol;
主力卖力度:=largeouttrdvol*100/vol;
drawrectrel(0,0,235,999,rgb(100,330,30));
drawrectrel(0,0,235,515,rgb(0,30,50));
drawrectrel(75,515,235,999,rgb(0,30,50));
drawrectrel(144,0,235,515,rgb(100,330,30));
aa:=const(max(abs(净流入),max(abs(大宗净流入),max(abs(大宗进),max(abs(大宗出),max(abs(非大宗进),abs(非大宗出)))))))*3,nodraw;
drawrectrel(5,const(830-(abs(净流入)*500/aa)),35,945,if(const(净流入)>0,rgb(250,150,10),rgb(0,100,100)));
drawrectrel(40,const(830-(abs(大宗净流入)*500/aa)),70,945,if(const(大宗净流入)>0,rgb(250,150,10),rgb(0,100,100)));
drawnumber_fix(currbarscount=1,0.005,0.88,0,intpart(净流入)),colorwhite;
drawnumber_fix(currbarscount=1,0.041,0.88,0,intpart(大宗净流入)),colorwhite;
drawtext_fix(currbarscount=1,0.008,1,0,'净流
drawrectrel(80,const(830-(abs(大宗进)*500/aa)),115,945,if(const(大宗进)>0,rgb(255,0,0),rgb(23,125,255)));
drawrectrel(117,const(830-(abs(大宗出)*500/aa)),152,945,if(const(大宗出)<0,rgb(0,50,0),rgb(0,50,0)));
drawrectrel(158,const(830-(abs(非大宗进)*500/aa)),193,945,if(const(非大宗进)>0,rgb(255,0,0),rgb(23,125,255)));
drawrectrel(195,const(830-(abs(非大宗出)*500/aa)),230,945,if(const(非大宗出)<0,rgb(0,50,0),rgb(0,50,0)));
drawtext_fix(currbarscount=1,0.09,1,0,'主力
drawnumber_fix(currbarscount=1,0.082,0.88,0,intpart(大宗进)),colorwhite;
drawnumber_fix(currbarscount=1,0.12,0.88,0,intpart(大宗出)),colorwhite;
drawnumber_fix(currbarscount=1,0.161,0.88,0,intpart(非大宗进)),colorwhite;
drawnumber_fix(currbarscount=1,0.196,0.88,0,intpart(非大宗出)),colorwhite;
aab:=const(max(abs(超大单),max(abs(大单),max(abs(中单),abs(小单))))),nodraw;
drawrectrel(5,const(830-(abs(超大单)*500/aab))/2,35,460,if(const(超大单)>0,rgb(255,0,255),rgb(0,255,255)));
drawrectrel(40,const(830-(abs(大单)*500/aab))/2,70,460,if(const(大单)>0,rgb(255,0,255),rgb(0,255,255)));
drawrectrel(75,const(830-(abs(中单)*500/aab))/2,105,460,if(const(中单)>0,rgb(255,0,255),rgb(0,255,255)));
drawrectrel(110,const(830-(abs(小单)*500/aab))/2,140,460,if(const(小单)>0,rgb(255,0,255),rgb(0,255,255)));
drawtext_fix(currbarscount=1,0.007,0.46,0,'超户
drawnumber_fix(currbarscount=1,0.007,0.4,0,intpart(超大单)),colorwhite;
drawnumber_fix(currbarscount=1,0.042,0.4,0,intpart(大单)),colorwhite;
drawnumber_fix(currbarscount=1,0.076,0.4,0,intpart(中单)),colorwhite;
drawnumber_fix(currbarscount=1,0.112,0.4,0,intpart(小单)),colorwhite;
drawtext_fix(currbarscount=1,0,0,0,'【综合资金分析】
aac:=const(max(abs(近5日流向),abs(近10日流向))),nodraw;
drawrectrel(149,const(830-(abs(近5日流向)*500/aac))/2,189,460,if(const(近5日流向)>0,rgb(250,150,10),rgb(0,100,100)));
drawrectrel(191,const(830-(abs(近10日流向)*500/aac))/2,230,460,if(const(近10日流向)>0,rgb(250,150,10),rgb(0,100,100)));
drawnumber_fix(currbarscount=1,0.15,0.4,0,intpart(近5日流向)),colorwhite;
drawnumber_fix(currbarscount=1,0.19,0.4,0,intpart(近10日流向)),colorwhite;
drawtext_fix(currbarscount=1,0.152,0.46,0,'五日流
ddx:=(largeintrdvol-largeouttrdvol)*1000/finance(7);
ddy:=if(tradenum>0,(tradeoutnum-tradeinnum)*100/tradenum,0);
ddz:=if(tradenum>0,(largetrdinnum-largetrdoutnum)/tradenum*100,0);
drawrectrel(144,0,235,40,if(const(ddx)>0,rgb(255,0,0),rgb(0,50,0)));
drawrectrel(144,45,235,85,if(const(ddy)>0,rgb(255,0,0),rgb(0,50,0)));
drawrectrel(144,90,235,130,if(const(ddz)>0,rgb(255,0,0),rgb(0,50,0)));
drawtext_fix(1,0.15,0,0,strcat('ddx:',con2str(ddx,0))),coloryellow;
drawtext_fix(1,0.15,0.04,0,strcat('ddy:',con2str(ddy,0))),coloryellow;
drawtext_fix(1,0.15,0.09,0,strcat('ddz:',con2str(ddz,0))),coloryellow;
aad:=const(max(abs(主力买力度),abs(主力卖力度)))*4,nodraw;
drawrectrel(0,515,const(abs(主力买力度)*500/aad),568,if(const(主力买力度)>0,rgb(250,150,10),rgb(0,255,255)));
drawrectrel(0,570,const(abs(主力卖力度)*500/aad),623,if(const(主力卖力度)>0,rgb(23,125,255),rgb(0,255,255)));
drawtext_fix(1,0,0.512,0,strcat('主力买力度:',con2str(主力买力度,0))),colorred;
drawtext_fix(1,0,0.57,0,strcat('主力卖力度:',con2str(主力卖力度,0))),colorred;
上一指标公式:散户朋友们大吉大利吃鸡啦 通达信散户朋友们
下一指标公式:主图将军柱 通达信指标将军
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文综合资金分析VOL主副图 图 通达信分析资金仅供学习研究。