{【对角戏】
{请设置参数:hday 1 999 40 寻找区间高点
lday 1 999 15 寻找区间低点
上角度 0 9999 200 调整中心红线角度
下角度 0 9999 200 调整中心红线角度
调点 1 4 2 移动角起点}
curr:=currbarscount;
tch:=const(findhigh(h,0,hday*10,1));
gtt:=const(barslast(tch=h))+1;
sx跌h:=const(if(gtt=1,h,ref(h,gtt-1)));
bcl:=const(findlow(l,0,lday*10,1));
dtt:=const(barslast(bcl=l))+1;
sx涨l:=const(if(dtt=1,l,ref(l,dtt-1)));
涨点:=barssince(backset(islastbar,barslast(l=sx涨l)+1));
跌点:=barssince(backset(islastbar,barslast(h=sx跌h)+1));
最低:=if(调点=1,跌点,if(调点=2,涨点,if(调点=3,涨点,跌点)));
l斜率:=下角度/if(c<300,1000,10);
最高:=if(调点=1,跌点,if(调点=2,涨点,if(调点=3,跌点,涨点)));
h斜率:=上角度/if(c<300,1000,10);
im68:=((sx跌h-sx涨l)/8-(sx跌h-sx涨l)/8);
gh跌x:=sx跌h+(sx跌h-sx涨l)/8; dl涨x:=sx涨l-(sx跌h-sx涨l)/8;
gtht:=if(dtt>gtt,dtt,gtt);r:=abs(gtt-dtt);
drawband(if(curr<=gtht+r/8,gh跌x,drawnull),rgb(30,60,20),dl涨x,rgb(80,124,124));
drawband(if(curr<=gtht+r/8,sx跌h-(sx跌h-sx涨l)*0.191,drawnull),rgb(60,80,20),sx跌h-(sx跌h-sx涨l)*0.809,rgb(80,124,24));
drawband(if(curr<=gtht+r/8,sx跌h-(sx跌h-sx涨l)*0.382,drawnull),rgb(0,80,80),sx跌h-(sx跌h-sx涨l)*0.618,rgb(0,124,154));
drawband(if(curr<=gtht+r/8,(sx跌h+sx涨l)/2,drawnull),rgb(60,100,20),(sx跌h+sx涨l)/2,rgb(8,168,168));
drawband(if(curr<=gtht+r/8,sx跌h,drawnull),rgb(0,120,120),sx跌h,rgb(8,168,168));
drawband(if(curr<=gtht+r/8,sx涨l,drawnull),rgb(0,120,120),sx涨l,rgb(0,160,160));
drawtext(curr=gtht,gh跌x-(gh跌x-sx跌h)/2,'壹瓣杺埖____随浪飞扬.修改'),color8899aa;
天线:=sx跌h; 地线:=sx涨l;
k:=(天线-地线)/(if(跌点>=涨点,跌点,涨点)-if(跌点>=涨点,涨点,跌点));
上斜线:=if(地线+const(l斜率*4.5)*最低>=地线,地线+const(l斜率*4.5)*最低,drawnull);
上斜线0:=if(地线+const(l斜率*2.0618)*最低>=地线,地线+const(l斜率*2.0618)*最低,drawnull);
上斜线1:=if(地线+const(l斜率*1.5)*最低>=地线,地线+const(l斜率*1.5)*最低,drawnull);
上斜线2:=if(地线+const(l斜率*1.00)*最低>=地线,地线+const(l斜率*1.000)*最低,drawnull);
上斜线3:=if(地线+const(l斜率*0.650)*最低>=地线,地线+const(l斜率*0.650)*最低,drawnull);
上斜线4:=if(地线+const(l斜率*0.50)*最低>=地线,地线+const(l斜率*0.50)*最低,drawnull);
上斜线5:=if(地线+const(l斜率*0.382)*最低>=地线,地线+const(l斜率*0.382)*最低,drawnull);
上斜线6:=if(地线+const(l斜率*0.250)*最低>=地线,地线+const(l斜率*0.250)*最低,drawnull);
上斜线7:=if(地线+const(l斜率*0.175)*最低>=地线,地线+const(l斜率*0.175)*最低,drawnull);
上斜线8:=if(地线+const(l斜率*0.123)*最低>=地线,地线+const(l斜率*0.123)*最低,drawnull);
上斜线9:=if(地线+const(l斜率*0.0618)*最低>=地线,地线+const(l斜率*0.0618)*最低,drawnull);
尚9:if(上斜线9<=天线*1.05,上斜线9,drawnull),color666666,dotline;
尚8:if(上斜线8<=天线*1.05,上斜线8,drawnull),color666666,dotline;
尚7:if(上斜线7<=天线*1.05,上斜线7,drawnull),color666666,dotline;
尚6:if(上斜线6<=天线*1.05,上斜线6,drawnull),color666666,dotline;
尚5:if(上斜线5<=天线*1.05,上斜线5,drawnull),color666666,dotline;
尚4:if(上斜线4<=天线*1.05,上斜线4,drawnull),color00aaaa,dotline;
尚3:if(上斜线3<=天线*1.05,上斜线3,drawnull),color666666,dotline;
尚2:if(上斜线2<=天线*1.05,上斜线2,drawnull),color666666,dotline;
尚1:if(上斜线1<=天线*1.05,上斜线1,drawnull),color666666,dotline;
尚0:if(上斜线0<=天线*1.05,上斜线0,drawnull),color666666,dotline;
尚:if(上斜线<=天线*1.05,上斜线,drawnull),color666666,dotline;
下斜线:=if(天线-const(h斜率*4.5)*最高<=天线,天线-const(h斜率*4.5)*最高,drawnull);
下斜线0:=if(天线-const(h斜率*2.0618)*最高<=天线,天线-const(h斜率*2.0618)*最高,drawnull);
下斜线1:=if(天线-const(h斜率*1.500)*最高<=天线,天线-const(h斜率*1.500)*最高,drawnull);
下斜线2:=if(天线-const(h斜率*1.000)*最高<=天线,天线-const(h斜率*1.000)*最高,drawnull);
下斜线3:=if(天线-const(h斜率*0.650)*最高<=天线,天线-const(h斜率*0.650)*最高,drawnull);
下斜线4:=if(天线-const(h斜率*0.50)*最高<=天线,天线-const(h斜率*0.50)*最高,drawnull);
下斜线5:=if(天线-const(h斜率*0.382)*最高<=天线,天线-const(h斜率*0.382)*最高,drawnull);
下斜线6:=if(天线-const(h斜率*0.250)*最高<=天线,天线-const(h斜率*0.250)*最高,drawnull);
下斜线7:=if(天线-const(h斜率*0.175)*最高<=天线,天线-const(h斜率*0.175)*最高,drawnull);
下斜线8:=if(天线-const(h斜率*0.123)*最高<=天线,天线-const(h斜率*0.123)*最高,drawnull);
下斜线9:=if(天线-const(h斜率*0.0618)*最高<=天线,天线-const(h斜率*0.0618)*最高,drawnull);
下9:if(下斜线9>=地线*0.95,下斜线9,drawnull),color666666,dotline;
下8:if(下斜线8>=地线*0.95,下斜线8,drawnull),color666666,dotline;
下7:if(下斜线7>=地线*0.95,下斜线7,drawnull),color666666,dotline;
下6:if(下斜线6>=地线*0.95,下斜线6,drawnull),color666666,dotline;
下5:if(下斜线5>=地线*0.95,下斜线5,drawnull),color666666,dotline;
下4:if(下斜线4>=地线*0.95,下斜线4,drawnull),color00dddd,dotline;
下3:if(下斜线3>=地线*0.95,下斜线3,drawnull),color666666,dotline;
下2:if(下斜线2>=地线*0.95,下斜线2,drawnull),color666666,dotline;
下1:if(下斜线1>=地线*0.95,下斜线1,drawnull),color666666,dotline;
下0:if(下斜线0>=地线*0.95,下斜线0,drawnull),color666666,dotline;
下:if(下斜线>=地线*0.95,下斜线,drawnull),color666666,dotline;
drawkline(h,o,l,c);
drawtext(curr=gtht,sx涨l,'base'),color999999;
drawtext(curr=gtht,sx跌h-(sx跌h-sx涨l)*0.809,'80.9%'),color999999;
drawtext(curr=gtht,sx跌h-(sx跌h-sx涨l)*0.618,'61.8%'),color999999;
drawtext(curr=gtht,sx跌h-(sx跌h-sx涨l)*0.50,'50%'),color999999;
drawtext(curr=gtht,sx跌h-(sx跌h-sx涨l)*0.382,'38.2%'),color999999;
drawtext(curr=gtht,sx跌h-(sx跌h-sx涨l)*0.191,'19.1%'),color999999;
drawtext(curr=gtht,sx跌h,'100%'),color999999;
上一指标公式:简单的低买高卖TDX副图只给想要的指标下载 通达信源码想要
下一指标公式:股海拾钡副图及选股TDX操盘指导指标下载 通达信选股股海
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文在壹瓣杺埖的对角戏加入黄金分割主图TDX指标下载 通达信贴图壹瓣杺埖仅供学习研究。