volume:vol,volstick;
顶:=hhv(v,90);
底:=llv(v,90);
地:=底+(顶-底)*0.06;
下:=底+(顶-底)*0.28;
中:=底+(顶-底)*0.50;
上:=底+(顶-底)*0.75;
【金】:refdate(地,date),color00ffff;
【银】:refdate(下,date),colorffffff;
【铜】:refdate(中,date),colorlired;
【铁】:refdate(上,date),colorred;
【顶】:refdate(hhv(v,90),date),colorcyan;
ma1:=ma(vol,5),coloryellow;
ma2:=ma(vol,10),colorwhite;
ma3:=ma(vol,20),colorwhite;
ma4:=ma(vol,40),colormagenta;
换手:=v*100/capital;
{---------------------------------------------------}
新股成交量:if(barscount(close)<40,vol,drawnull),volstick;
aa:=vol/((high-low)*2-abs(close-open));
成交量(手):vol,colorwhite,linethick0;
调整周期:if(ma1<ma4,barslast(cross(ma4,ma1))+1,barslast(cross(ma4,ma1))-barslast(cross(ma1,ma4))),nodraw;
调整总换手:if(ma1<ma4,sum(换手,barslast(cross(ma4,ma1))+1),sum(换手,barslast(cross(ma4,ma1))+1)-sum(换手,barslast(cross(ma1,ma4))+1)),nodraw;
调整均换手:调整总换手/调整周期,nodraw;
虚拟成交量:if(currbarscount=1 and period=5,vol*240/fromopen,drawnull),nodraw;
放量上涨:c/ref(c,1)>=1.01 and v/ref(v,1)>=1.5 and v>ma(v,5) and ref(v,1)/ref(ma(v,5),1)<=1.8,nodraw;
{-------------------------------------------------------------}
stickline(currbarscount=1 and period=5,虚拟成交量,0,4,-1),color00c0c0;
主动买盘:=if(c>open,aa*(high-low),if(c<open,aa*((high-open)+(c-low)),vol/2));
主动卖盘:=if(c>open,0-aa*((high-c)+(open-low)),if(c<open,0-aa*(high-low),0-vol/2));
stickline(主动买盘>主动卖盘 and ma1>=ma4,vol,0,3,0),color0000aa;
stickline(主动买盘>主动卖盘 and ma1>=ma4,主动买盘,0,2.5,0),color0000bb ;
stickline(主动买盘>主动卖盘 and ma1>=ma4,主动买盘,0,1.5,0),color0000cc ;
stickline(主动买盘>主动卖盘 and ma1>=ma4,主动买盘,0,1,0),color0000ee;
stickline(主动卖盘<主动买盘 and ma1>=ma4,主动买盘,主动买盘+abs(主动卖盘),3,0),color7b7b00;
stickline(主动卖盘<主动买盘 and ma1>=ma4,主动买盘,主动买盘+abs(主动卖盘),2.5,0),color909000;
stickline(主动卖盘<主动买盘 and ma1>=ma4,主动买盘,主动买盘+abs(主动卖盘),1.5,0),colora8a800;
stickline(主动卖盘<主动买盘 and ma1>=ma4,主动买盘,主动买盘+abs(主动卖盘),1,0),colorcece00;
stickline(主动买盘>主动卖盘 and ma1<ma4,0,主动买盘,3,0),colorred;
stickline(主动买盘>主动卖盘 and ma1<ma4,0,主动买盘,2.5,0),color0066ff;
stickline(主动买盘>主动卖盘 and ma1<ma4,0,主动买盘,1.5,0),color0099ff;
stickline(主动买盘>主动卖盘 and ma1<ma4,0,主动买盘,1,0),coloryellow;
stickline(主动卖盘<主动买盘 and ma1<ma4,主动买盘,主动买盘+abs(主动卖盘),3,0),color007b00;
stickline(主动卖盘<主动买盘 and ma1<ma4,主动买盘,主动买盘+abs(主动卖盘),2.5,0),color009000;
stickline(主动卖盘<主动买盘 and ma1<ma4,主动买盘,主动买盘+abs(主动卖盘),1.5,0),color00a800;
stickline(主动卖盘<主动买盘 and ma1<ma4,主动买盘,主动买盘+abs(主动卖盘),1,0),color00ff00;
drawicon(放量上涨,0,23);
上一指标公式:机构博弈指标详解 通达信博弈
下一指标公式:M8主图主图指标详解 通达信M8主图
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黄金量副图指标详解 通达信黄金贴图仅供学习研究。