注意看强势股跟量的关系
vvol:=if(currbarscount=1 and periodname=5,v*240/fromopen,drawnull),nodraw;
stickline(currbarscount=1 and periodname=5,vvol,0,-1,-1),color00c0c0;
量:v,volstick;
倍量:(v/ref(v,1)>=1.8 and count(c>o,1)) or (l>ref(h,1) and count(o>c,1) and v/ref(v,1)>=1.8),nodraw,coloryellow;
低量:v<=ref(llv(v,20),1),nodraw,colormagenta;
地量:v<=ref(llv(v,100),1),nodraw,colorgreen;
平量:abs(v-hhv(ref(v,1),5))/hhv(ref(v,1),5)<=0.03 or abs(v-ref(v,1))/ref(v,1)<=0.03,nodraw,colorwhite;
倍缩:v<=ref(v,1)*0.5,nodraw,colorred;//www.goodgongshi.com
梯量:count(v>ref(v,1),3)=3 and count(c>o,3)=3,nodraw,colorlimagenta;
缩量涨:count(c>ref(c,1),2)=2 and count(v<ref(v,1),2)=2,nodraw,colorblue;
drawtext(倍量,v*1.09,'倍'),coloryellow;
stickline(倍量,0,v,1.5,0),coloryellow;
stickline(低量,0,v,1,0),colormagenta;
stickline(地量,0,v,1,0),colorgreen;
stickline(平量,0,v,1,0),colorwhite;
stickline(倍缩,0,v,1,0),colorred;
stickline(梯量,0,v,1,0),colorlimagenta;
stickline(缩量涨,0,v,1,0),colorblue;
hjz:=(3*c+h+l+o)/6;//www.goodgongshi.com
hjz2:=(8*hjz+7*ref(hjz,1)+6*ref(hjz,2)+5*ref(hjz,3)+4*ref(hjz,4)+3*ref(hjz,5)+2*ref(hjz,6)+ref(hjz,8))/36;
hjz3:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>hjz2 and c>o;
黄金柱:filter(hjz3,5),stick,colorred,linethick1;
stickline(黄金柱,0,v,0.5,0),colorred;
drawtext(黄金柱,v*1.23,'黄'),colorred;
var1:=vol/((high-low)*2-abs(close-open));
成交:=vol,pointdot;//www.goodgongshi.com
主动买盘:if(close>open,var1*(high-low),if(close<open,var1*((high-open)+(close-low)),vol/2)),colorred,pointdot,nodraw;
主动卖盘:if(close>open,0-var1*((high-close)+(open-low)),if(close<open,0-var1*(high-low),0-vol/2)),color00ff00,pointdot;
stickline(主动买盘>0,0,主动买盘,2,0),colorred,nodraw;
stickline(主动卖盘<0,0,主动卖盘,2.4,0),colorgreen;
drawtext(vol=hhv(vol,0),hhv(vol,30)*0.918,'天量'),colorred;
ma5:ma(v,5),colorred;
ma35:ma(v,35),colormagenta;
ma120:ma(v,120),coloryellow,linethick2;
上一指标公式:买卖指南指标公式详解 同花顺买卖
下一指标公式:NWP内外盘差指标公式详解 同花顺NWP
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黄金成交量指标公式详解 同花顺成交量仅供学习研究。