均线温度计
{均线温度计}
现价:=const(dynainfo(7)),pointdot;
m5:=const(ma(c,5)),,linethick;
m10:=const(ma(c,10)),coloryellow,,linethick;
m20:=const(ma(c,20)),colormagenta,,linethick;
m60:=const(ma(c,60)),,colorffff00,linethick;
m120:=const(ma(c,120)),,colorwhite,linethick;
m250:=const(ema(c,250)),,color0099ff,linethick;
stickline(m120 and currbarscount=8,m5+0.5,m250,20,1),colorwhite;
stickline(m120 and currbarscount=8,现价,m250,5,0),colorred;
stickline(m250 and currbarscount=8,m250,m250,18,0)colorred;
stickline(m120 and currbarscount=8,m120,m120,18,0),colorwhite;
stickline(m60 and currbarscount=8,m60,m60,18,0),colorffff00;
stickline(m20 and currbarscount=8,m20,m20,10,0),colormagenta;
stickline(m10 and currbarscount=8,m10,m10,10,0),coloryellow;
stickline(m5 and currbarscount=8,m5,m5,10,0),colorgreen;
stickline(现价 and currbarscount=8,现价,现价,24,0),colorbrown;
drawtext(currbarscount=5,m5,' m5'),colorgreen;
drawtext(currbarscount=5,m10,' m10'),coloryellow;
drawtext(currbarscount=5,m20,' m20 '),colormagenta;
drawtext(currbarscount=5,m60,' m60 '),colorffff00;
drawtext(currbarscount=5,m120,' m120 '),colorwhite;
drawtext(currbarscount=5,m250,' m250 '),colorred;
drawtext(currbarscount=5,现价,' 现价 '),colorbrown;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文均线温度计(副图源码、实测图、贴图)指标下载 通达信公式均线仅供学习研究。