通达信vol地瓜副图附测试贴图指标
{v1:=close/ref(close,3)>=1.1;
v2:=backset(v1,2);}
{红柱信号:v2 and count(v2,2)=1;
drawtext(v2 and count(v2,2)=1,0.5,'红柱信号为1'),colorffff00;}
vvol:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull);{模拟量}
stickline(currbarscount=1 and period=5,vvol,0,3,-1),color00c0c0;
vol,volstick;
倍量:(vol/ref(vol,1)>2 and count(close>open,1)) or (low>ref(high,1) and count(open>close,1) and vol/ref(vol,1)>2),colorff00ff;
stickline(倍量,0,v,3,0),colorff00ff;
地量:llv(vol,15)=vol,colorwhite;
stickline(地量,0,v,1,0),colorwhite;
三十地:llv(vol,30)=vol,colorffde00;
stickline(三十地,0,v,3,0),color008800;
倍缩量:vol/ref(vol,1)<0.5,coloryellow;
stickline(倍缩量,0,v,3,0),coloryellow;
缩量涨:count(c>ref(c,1),2)=2 and count(vol<ref(vol,1),2)=2,colorgreen;
stickline(缩量涨,0,v,3,0),colorgreen;
黑跳: if(low>ref(high,1) and count(open>close,1),0.5,0),colorff0080;
stickline(黑跳,0,v,3,0),colorff0080;
红跳:if(low>ref(high,1) and count(open<close,1),0.5,0),color8000ff;
stickline(红跳,0,v,3,0),color8000ff;
真阳或假阴:=c>o or c>ref(c,1);
收阳:= ref(真阳或假阴,3);
倍量1:=ref(倍量,3);
高量:=ref(v,3)>=hhv(v,7);
三日不破:= llv(c,3)>=ref(l,3);
价升:=count(c>=ref(c,1),3)=3;{收盘价逐升}
量缩:=count(v<=ref(v,1),3)=3;
连阳:= count(真阳或假阴,3)=3;
倍量将军柱:= 倍量1 and 三日不破 and 收阳;
高量将军柱:= 高量 and 三日不破 and 收阳;
将军柱:= 倍量将军柱 or 高量将军柱;
黄金柱:将军柱 and 价升 and 量缩 and 连阳 ,color0077ff;
drawicon(黄金柱,v+0.1,1);
长阴短柱:c/ref(c,1)<=0.96 and v<hhv(v,30)/1.9;
drawtext(长阴短柱 ,v,'!'),colorlicyan;
xgx7:=abs((vol-ref(vol,7))/ref(vol,7))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,7) and
ref(vol,2)<ref(vol,7) and
ref(vol,3)<ref(vol,7) and
ref(vol,(7-3))<ref(vol,7) and
ref(vol,(7-2))<ref(vol,7) and
ref(vol,(7-1))<ref(vol,7);
xgx8:=abs((vol-ref(vol,8))/ref(vol,8))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,8) and
ref(vol,2)<ref(vol,8) and
ref(vol,3)<ref(vol,8) and
ref(vol,(8-3))<ref(vol,8) and
ref(vol,(8-2))<ref(vol,8) and
ref(vol,(8-1))<ref(vol,8);
xgx9:=abs((vol-ref(vol,9))/ref(vol,9))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,9) and
ref(vol,2)<ref(vol,9) and
ref(vol,3)<ref(vol,9) and
ref(vol,(9-3))<ref(vol,9) and
ref(vol,(9-2))<ref(vol,9) and
ref(vol,(9-1))<ref(vol,9);
xgx10:=abs((vol-ref(vol,10))/ref(vol,10))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,10) and
ref(vol,2)<ref(vol,10) and
ref(vol,3)<ref(vol,10) and
ref(vol,(10-3))<ref(vol,10) and
ref(vol,(10-2))<ref(vol,10) and
ref(vol,(10-1))<ref(vol,10);
xgx11:=abs((vol-ref(vol,11))/ref(vol,11))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,11) and
ref(vol,2)<ref(vol,11) and
ref(vol,3)<ref(vol,11) and
ref(vol,(11-3))<ref(vol,11) and
ref(vol,(11-2))<ref(vol,11) and
ref(vol,(11-1))<ref(vol,11);
xgx12:=abs((vol-ref(vol,12))/ref(vol,12))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,12) and
ref(vol,2)<ref(vol,12) and
ref(vol,3)<ref(vol,12) and
ref(vol,(12-3))<ref(vol,12) and
ref(vol,(12-2))<ref(vol,12) and
ref(vol,(12-1))<ref(vol,12);
drawtext(xgx7,v,'7日平量柱'),colorffff00;
drawtext(xgx8,v,'8日平量柱'),colorffff00;
drawtext(xgx9,v,'9日平量柱'),colorffff00;
drawtext(xgx10,v,'10日平量柱'),colorffff00;
drawtext(xgx11,v,'11日平量柱'),colorffff00;
drawtext(xgx12,v,'12日平量柱'),colorffff00;
百日地量:llv(vol,100)=vol,colorwhite;
stickline(百日地量,0,v,3,0),colorwhite;
v1:=close/ref(close,3)>=1.1;
{好公式网-最好的股票公式网站 www.goodgongshi.com}
v2:=backset(v1,2);
v3:=ref(close,3)*1.1;
v4:=cross(c,v3);
stickline((v2 and count(v2,2)=1),vol,0,3,0),color00007d;
stickline((v2 and count(v2,2)=1),vol,0,2.4,0),color0000a6;
stickline((v2 and count(v2,2)=1),vol,0,2,0),color0000bb;
stickline((v2 and count(v2,2)=1),vol,0,1.4,0),color0000dd;
stickline((v2 and count(v2,2)=1),vol,0,0.8,0),color0000ff;
m5:ma(vol,5),colorffffff;
m20:ma(vol,20);
m55:ma(vol,55),colorgreen,linethick2;
drawicon(cross(v,m5) and cross(v,m20) and c > o,l*0.95,5);
上一指标公式:超短经典中线底部和顶部指标下载
下一指标公式:通达信资金和量副图附效果图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文通达信VOL地瓜副图附测试贴图指标下载仅供学习研究。