好用的成交量附带异动提示
m1:=5;m2:=35;m3:=135;
vol,volstick,precis0;
{预测当日量}
ycv:=0;
if date=currentdate then begin
times:=if(timetot0(currenttime)>=9.5*3600 and timetot0(currenttime)<=11.5*3600,timetot0(currenttime)-9.5*3600,if(timetot0(currenttime)>=13*3600 and timetot0(currenttime)<15*3600,timetot0(currenttime)-11*3600,4*3600));
ycv:=if(datatype=8 and barstatus=2 and times<300,vol*4*3600/times*(0.7+times/1000),if(datatype=8 and barstatus=2,vol*4*3600/times,0));
end;
测:if(ycv=0,vol,ycv),linethick0,precis0;
stickline(barstatus=2,vol,测,6,1),coloryellow;
{异动提示}
v1:ma(vol,m1),colorwhite,precis0;
v2:ma(vol,m2),colorred,precis0;
v3:ma(vol,m3),colorgreen,precis0;
地量:vol<llv(vol,14)*1.001,precis0;
hhvol:=hhvall(vol);
drawline(hhvol=vol,hhvol*1.1,hhvol<>vol,hhvol*1.1,11),color888888;
drawline(hhvol=vol,hhvol*1.2,hhvol<>vol,hhvol*1.2,11),color888888;
drawicon(地量>0,hhvol*1.08,11);
出击:stickline(cross(v1,v3) or ((v2 > v3) and cross(v1,v2)),hhvol*1.1,hhvol*1.2,8,0),colorred;
启动:stickline(v1>ref(v1,1) and (cross(vol,v1) and (ref(vol,1)<ref(v3,1) or ref(vol,2)<ref(v3,2))),hhvol*1.1,hhvol*1.2,8,0),coloryellow;
{画成交量柱}
var1:=vol/((high-low)*2-abs(close-open));
主动买盘:=if(close>open,var1*(high-low),if(close<open,var1*((high-open)+(close-low)),vol/3));
主动卖盘:=if(close>open,0-var1*((high-close)+(open-low)),if(close<open,0-var1*(high-low),0-vol/3));
买卖盘比:-(主动买盘/主动卖盘),coloryellow,precis2;
stickline(主动买盘>0,0,主动买盘,1,0),colorred;
stickline(主动卖盘<0,vol,主动买盘,1,0),color00ff00;
换手:=vol/capital*100;
stickline(换手>0 ,0, 主动买盘,6,0),color9900aa;
stickline(换手>0,vol, 主动买盘, 6,1) ,color00f5ae;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文好用的成交量附带异动提示公式下载 大智慧指标源码指标好用仅供学习研究。