量红绿灯+长短绿灯副图
量红绿灯
a:=max(ma(vol,30),ma(vol,60));
b:=min(ma(vol,30),ma(vol,60));
绿灯行:vol>a,colorgreen,linethick0,precis0;
红灯停:vol<b,colorred,linethick0,precis0;
黄灯等:a>=vol and vol>=b,coloryellow,linethick0,precis0 ;
stickline(vol>a,0,1,10,0),colorgreen,linethick2;
stickline(vol<b,0,1,10,0),colorred,linethick2;
stickline(a>=vol and vol>=b,0,1,10,0),coloryellow,linethick2;
长短绿灯
a:=max(ma(c,5),ma(c,10));
b:=min(ma(c,5),ma(c,10));
绿灯行f5:c>a,colorgreen;
红灯停f5:=c<b;
黄灯观望f5:=c>=b and c<=a;
stickline(c>a,3.3,4,10,0),colorgreen,linethick2;
stickline(c<b,3.3,4,10,0),colorred,linethick2;
stickline(c>=b and c<=a,3.3,4,10,0),coloryellow,linethick2;
f20a:=max(ma(c,10),ma(c,20));
f20b:=min(ma(c,10),ma(c,20));
绿灯行f20:c>f20a,colorgreen;
红灯停f20:=c<f20b;
黄灯观望f20:=c>=f20b and c<=f20a;
stickline(c>f20a,2.3,3,10,0),colorgreen,linethick2;
stickline(c<f20b,2.3,3,10,0),colorred,linethick2;
stickline(c>=f20b and c<=f20a,2.3,3,10,0),coloryellow,linethick2;
f30a:=max(ma(c,20),ma(c,30));
f30b:=min(ma(c,20),ma(c,30));
绿灯行f30:c>f30a,colorgreen;
红灯停f30:=c<f30b;
黄灯观望f30:=c>=f30b and c<=f30a;
stickline(c>f30a,1.3,2,10,0),colorgreen,linethick2;
stickline(c<f30b,1.3,2,10,0),colorred,linethick2;
stickline(c>=f30b and c<=f30a,1.3,2,10,0),coloryellow,linethick2;
f60a:=max(ma(c,60),ma(c,120));
f60b:=min(ma(c,60),ma(c,120));
绿灯行f60:c>f60a,colorgreen;
红灯停f60:=c<f60b;
黄灯观望f60:=c>=f60b and c<=f60a;
stickline(c>f60a,0,1,10,0),colorgreen,linethick2;
stickline(c<f60b,0,1,10,0),colorred,linethick2;
stickline(c>=f60b and c<=f60a,0,1,10,0),coloryellow,linethick2;
大盘a:=max(ma(indexc,60),ma(indexc,120));
大盘b:=min(ma(indexc,60),ma(indexc,120));
绿灯行大盘:indexc>大盘a,colorgreen;
红灯停大盘:indexc<大盘b,colorred;
黄灯观望大盘:indexc>=大盘b and indexc<=大盘a,coloryellow;
stickline(indexc>大盘a,4.3,5,10,0),colorgreen,linethick2;
stickline(indexc<大盘b,4.3,5,10,0),colorred,linethick2;
stickline(indexc>=大盘b and indexc<=大盘a,4.3,5,10,0),coloryellow,linethick2;
xg:( 绿灯行f5 and 绿灯行f20and 绿灯行f30 and 绿灯行f60) =1;
drawtextrel(10,3,'★绿灯行:大盘'),colorwhite,linethick1;
drawtextrel(10,203,'★绿灯行:f5'),colorwhite,linethick1;
drawtextrel(10,403,'★绿灯行:f20'),colorwhite,linethick1;
drawtextrel(10,603,'★绿灯行:f30'),colorwhite,linethick1;
drawtextrel(10,803,'★绿灯行:f60'),colorwhite,linethick1;
上一指标公式:快线macd原创——FNC格式——有图DZH公式下载 大智慧指标源码指标有图
下一指标公式:套利TSDZH公式下载 大智慧套利
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文量红绿灯+长短绿灯DZH副图公式下载 大智慧指标源码长短绿灯仅供学习研究。