aa:=vol/((high-low)*1-abs(close-open));
主买1:=if(close>open,aa*(high-low),if(close<open,aa*((high-open)+(close-low)),vol/2)),linethick0;
主卖1:=if(close>open,0-aa*((high-close)+(open-low)),if(close<open,0-aa*(high-low),0-vol/2)),linethick0;
差额:=主买1+主卖1,linethick0;
五日净流入:sum(差额,5)/100,linethick1,colorgreen;
流入:if(五日净流入>ref(五日净流入,1),五日净流入,drawnull),colorred,linethick2;
aa1:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull);
预测:aa1/10,linethick0;
bb:=vol/((high-low)*2-abs(close-open));
买:=buyvol;
卖:=sellvol;
主动买:=if(close>open,bb*(high-low),if(close<open,bb*((high-open)+(close-low)),vol/2));
主买:主动买*1,colorred,linethick0;
主动卖:=if(close>open,0-bb*((high-close)+(open-low)),if(close<open,0-bb*(high-low),0-vol/2));
主卖:-主动卖*1,colorgreen,linethick0;
stickline(close=ref(close,1),0,vol,3.5,0),colorwhite;
stickline(close>ref(close,1),0,vol,3.5,0),colorred;
stickline(close<ref(close,1),0,vol,3.5,0),colorgreen;
stickline(currbarscount=1 and period=5,aa1,1 , 3.5 , 0 ) , coloryellow ;
stickline(currbarscount=1 and period=5,aa1,1 , 3.2 , 0 ) , color0088ff ;
stickline(currbarscount=1 and period=5,aa1,1 , 2.7 , 0 ) , color00aaff ;
stickline(currbarscount=1 and period=5,aa1,1 , 2.1 , 0 ) , color00ccff ;
stickline(currbarscount=1 and period=5,aa1,1 , 1.5 , 0 ) , color22ffff ;
stickline(currbarscount=1 and period=5,aa1,1 , 0.9 , 0 ) , color66ffff ;
stickline(currbarscount=1 and period=5,aa1,1 , 0.3 , 0 ) , color99ffff ;
stickline(主动买>0,0,主动买,3,0),color000033;
stickline(主动买>0,0,主动买,2.7,0),color000066;
stickline(主动买>0,0,主动买,2.1,0),color000099;
stickline(主动买>0,0,主动买,1.5,0),color0000cc;
stickline(主动买>0,0,主动买,0.9,0),color0000ff;
stickline(主动买>0,0,主动买,0.3,0),colorcc66ff;
stickline(主动卖<0,vol,主动买,2,0),color990000;
stickline(主动卖<0,vol,主动买,2,0),color990011;
stickline(主动卖<0,vol,主动买,2,0),color990022;
aaa:=vol/((high-low)*2-abs(close-open));
买量:=if(close>open,aaa*(high-low),if(close<open,aaa*((high-open)+(close-low)),vol/2)),linethick1,colorred;
卖量:=if(close>open,0-aaa*((high-close)+(open-low)),if(close<open,0-aaa*(high-low),0-vol/2)),linethick1,colorcyan;
三买:ma(买量,3)*2,linethick2,colorlimagenta;
五买:ma(买量,5)*2,linethick2,colorcyan;
var3aa:=if((close>ref(close,1)),88,0);
var4aa:=if(((close)/(ref(close,1))>1.05) and ((high)/(close)<1.01) and (var3aa>0),91,0);
drawtext(filter((var4aa>90),45),(low)*(188.98),'★大胆搏 '),colorwhite;
drawtext(filter((var4aa>90),35),(low)*(166.98),'★加仓'),coloryellow;
上一指标公式:个股趋势强弱 通达信趋势个股
下一指标公式:和兮获利纵横 通达信指标纵横
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文五日净流入 通达信流入仅供学习研究。