通达信顶底压力黄金分割线开始主图附效果图指标
{黄金分割线开始}
n02:=30;
高:=refdate(hhv(h,n02),date);
低:=refdate(llv(l,n02),date);
h1:=高-(高-低)*0.191;
h2:=高-(高-低)*0.382;
h3:=高-(高-低)*0.5;
h4:=高-(高-低)*0.618;
h5:=高-(高-低)*0.809;
drawtext(currbarscount=1,高,'高位'),colorred;
drawtext(currbarscount=1,h1,'809'),colorwhite;
drawtext(currbarscount=1,h2,'618'),colorred;
drawtext(currbarscount=1,h3,'050'),colorlimagenta;
drawtext(currbarscount=1,h4,'382'),colorred;
drawtext(currbarscount=1,h5,'191'),colorwhite;
drawtext(currbarscount=1,低,'低位'),colorred;
stickline(currbarscount=13,高,高,100,-1),colorred;
stickline(currbarscount=13,h1,h1,100,-1),colorwhite;
stickline(currbarscount=13,h2,h2,100,-1),colorred;
stickline(currbarscount=13,h3,h3,100,-1),colorlimagenta;
stickline(currbarscount=13,h4,h4,100,-1),colorred;
stickline(currbarscount=13,h5,h5,100,-1),colorwhite;
stickline(currbarscount=13,低,低,100,-1),colorred;
{黄金分割线结束};
n:=150;判断高低:=3;
近期顶:refdate(高,date),colorgreen,linethick3;
最顶:=refdate(近期顶,date),nodraw;
出:=最顶=h and ((c-l)<(o-c) or (o-l)<(c-o)),nodraw;
stickline(出,c,o,3,0),colorgreen;
stickline(出,c,o,2,0),colorgreen;
近期底:refdate(低,date),colorred,linethick3;
最底:=refdate(近期底,date),nodraw;
进:=最底=l and ((c+l)<(o+c) or (o+l)<(c+o)),nodraw;
stickline(进,c,o,3,0),colorred;
stickline(进,c,o,2,0),colorred;
t1b:=const(llvbars(low,20));
t1high:=const(ref(high,t1b));
cc:=const(currbarscount);
{好公式网-最好的股票公式网站 www.goodgongshi.com}
t2b:=const(barslast(currbarscount>cc+t1b and h>t1high));
t2high:=const(ref(high,t2b));
t3:=const(barslast(currbarscount>cc+t2b and high>t2high));
t3high:=const(ref(high,t3));
必杀线:drawline(currbarscount=t3+1, t3high, islastbar, t3high, 1),colorred,linethick3;{,linethick2,color0000ff;}
drawtext(islastbar, t3high, '必杀线')linethick1,color0000ff;
ma5k:必杀线,coloryellow,linethick1;
stickline(islastbar,hhv(c,10),hhv(c,10),218,1)coloryellow;
stickline(islastbar,hhv(c,10)*0.95,hhv(c,10)*0.95,218,1)coloryellow;
上一指标公式:超短线共振CCI副图附效果测试图且源码无加密指标下载
下一指标公式:对比大盘相对强弱波段操作指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文通达信顶底压力黄金分割线开始主图附效果图指标下载仅供学习研究。