万手:vol/10000,linethick0,nodraw;
aa:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull);
预测:aa/10000;
bb:=vol/((high-low)*2-abs(close-open));
主动买:=if(close>open,bb*(high-low),if(close<open,
bb*((high-open)+(close-low)),vol/2));
主买:主动买/10000,colorred,nodraw;
主动卖:=if(close>open,0-bb*((high-close)+(open-low)),
if(close<open,0-bb*(high-low),0-vol/2));
主卖:-主动卖/10000,colorgreen,nodraw;
差额:(主动买+主动卖)/10000,nodraw;
stickline(close> ref(close,1),0,vol,3.5,0),colorred;
stickline(close< ref(close,1),0,vol,3.5,0),colorcyan;
stickline(close= ref(close,1),0,vol,3.5,0),colorwhite;
stickline(currbarscount=1 and period=5,aa,0,3.5,0),coloryellow;
{如果您还想用以前的假阴阳线,就把上面三行代码用大括号“()”括起来!}
{并把下面四行代码的大括号“()”去掉!}
{stickline(c>-1,0,vol,3,1),colorred;
stickline(c<o ,0,vol,3,1),colorffff00;
stickline(c=o and c<ref(c,1),0,vol,2,1),colorffff00;
stickline(c=o and c>ref(c,1),0,vol,2,1),colorred;}
stickline(主动买>0,0,主动买,2.8,0),colorbrown;
stickline(主动卖<0,vol,主动买,2.8,0),color808000;
持币:if(sar(10,2,20)>=h,sar(10,2,20),drawnull),circledot,colorblue;
持股:if(sar(10,2,20)<=l,sar(10,2,20),drawnull),circledot,colorred;
短期: ma(v,5)colorwhite;
长期: ma(v,10)coloryellow;
换手率%:vol/capital*100,pointdot,coloryellow;
流通盘(亿股):capital/1000000,pointdot;
cc:=主买>(2*主卖) and 主买<(主卖/4);
dd:=主买<(主卖/2) and 主买>(4*主卖);
drawicon(currbarscount=1 and period=5 and cc,v,1);
drawicon(currbarscount=1 and period=5 and dd,v,2);
上一指标公式:筹码分布成本公式 通达信分布成本 帖图 源码
下一指标公式:资金流监控公式 通达信资金流 帖图 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文成交量公式 通达信成交量 帖图 源码仅供学习研究。