m1:=5;
m2:=10;
m3:=20;
虚拟vol:=if(currbarscount=1 and period=2,vol*240/fromopen,drawnull),nodraw;
stickline(currbarscount=1 and period=2,虚拟vol,0,-1,-1),nodraw;
成交量:vol,volstick,colorcyan;
换手率:vol/capital*100,,nodraw;
十日换手:sum(v/capital*100,10),colorlicyan,nodraw;
量能饱和:(amount/close)/hhv((amount/close),26)*100,colorlimagenta,nodraw;
var1:=vol/((high-low)*2-abs(close-open));
主动买盘:=if(close>open,var1*(high-low),if(close<open,var1*((high-open)+(close-low)),vol/2));
主动卖盘:=if(close>open,0-var1*((high-close)+(open-low)),if(close<open,0-var1*(high-low),0-vol/2));
买卖盘比:-(主动买盘/主动卖盘),nodraw,coloryellow;
stickline(主动买盘>0,0,主动买盘,2.2,0),colorlicyan;
stickline(主动卖盘<0,vol,主动买盘,2.2,0),color007900;
换手:=vol/capital*100,nodraw;
stickline(换手>0,0,主动买盘,0,0),coloryellow;
stickline(换手>0,vol,主动买盘,0,0),colorred;
ma5:ma(vol,m1),colorwhite;
ma10:ma(vol,m2),coloryellow;
ma20:ma(vol,m3),colormagenta;
ahc2:=(high-low);
ahc3:=abs((open-close));
ahc4:=(high-if((close>open),close,open));
ahc5:=(if((close>open),open,close)-low);
ahc6:=((ahc3/ahc2)*vol);
ahc7:=((ahc4/ahc2)*vol);
ahc8:=((ahc5/ahc2)*vol);
ahca:=(((close-ma(close,5))/ma(close,5))*100);
ahcb:=(((ma(close,5)>ma(close,10))&&(ma(close,10)>ma(close,30)))&&(ma(close,30)>ma(close,60)));
ahcc:=((ma(close,5)<ma(close,10))&&(ma(close,10)<ma(close,30)));
上一指标公式:金龙趋势关注选股指标详解 通达信趋势关注
下一指标公式:一天3%的选股指标详解 通达信公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文量能饱和副图指标详解 通达信量能仅供学习研究。