aa:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull);
预测:aa/10000,coloryellow;
指数百万个万手:vol/10000, color00ccff;
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));
主买:主动买/10000,colorred,colormagenta;
主动卖:=if(close>open,0-bb*((high-close)+(open-low)),if(close<open,0-bb*(high-low),0-vol/2));
主卖:-主动卖/10000,colorgreen,colorcyan;
差额:=主买+主卖,coloryellow;
成交额(千万):amount/10000000,colormagenta;
换手率%:=vol/capital*100,pointdot,colorcyan;
{流通市值(亿):(capital/100*c)/10000,pointdot,color33ccff;}
持币:=if(sar(10,2,20)>=h,1,drawnull),circledot,colorgreen;
持股:=if(sar(10,2,20)<=l,1,drawnull),circledot,colorred;
量比:= vol/ma(vol,5),color33ccff;
var11:=ma(c,9),colorred;
上升持股:if(var11>ref(var11,1),var11,drawnull),linethick6,colorred;
下降持币:if(var11<ref(var11,1),var11,drawnull),linethick6,colorgreen;
流通盘(亿):=capital/1000000,pointdot,colorcyan;
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,aa,1 , 3.5 , 0 ) , coloryellow ;
stickline(currbarscount=1 and period=5,aa,1 , 3.2 , 0 ) , color0088ff ;
stickline(currbarscount=1 and period=5,aa,1 , 2.7 , 0 ) , color00aaff ;
stickline(currbarscount=1 and period=5,aa,1 , 2.1 , 0 ) , color00ccff ;
stickline(currbarscount=1 and period=5,aa,1 , 1.5 , 0 ) , color22ffff ;
stickline(currbarscount=1 and period=5,aa,1 , 0.9 , 0 ) , color66ffff ;
stickline(currbarscount=1 and period=5,aa,1 , 0.3 , 0 ) , color99ffff ;
stickline(主动买>0,0,主动买,3.2,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,主动买,3.2,0),color990000;
stickline(主动卖<0,vol,主动买,2.7,0),colorcc0000;
stickline(主动卖<0,vol,主动买,2.1,0),colorff4400;
stickline(主动卖<0,vol,主动买,1.5,0),colorff8800;
stickline(主动卖<0,vol,主动买,0.9,0),colorffcc00;
stickline(主动卖<0,vol,主动买,0.3,0),colorcyan;
上一指标公式:博洋主升浪指标详解 通达信博洋主升浪
下一指标公式:游资暗中建仓指标详解 通达信游资
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文虚拟成交量指标详解 通达信成交量仅供学习研究。