快线:ema(ema(ema(ema(close,2),2),2),2),colorred,linethick2;
慢线:ema(ref(快线,1),2),coloryellow,linethick2;
总趋势:ema(ema(ema(ema(ema(close,55),2),2),2),2),colormagenta,linethick2;
highn:=10;
lown:=10;
highdisplay:=0;
lowdisplay:=0;
zgdisplay:=0;
madisplay:=0;
aa:=ref(volinstk,highn)=hhv(volinstk,2*highn+1);
qy:=backset(aa,highn+1);
cc:=filter(qy,highn) and volinstk=hhv(volinstk,highn+1);
tdxstep122:drawicon(cc,volinstk*1.02,2);
ddd:=barslast(cc);
gdts:=if(cc,currbarscount,0);
dingbu:=if(ddd,ref(volinstk,ddd),volinstk);
dingbuts:=if(ddd,ref(gdts,ddd),gdts);
dingbu1:=ref(dingbu,ddd+1);
gdcs1:=const(dingbuts);
dingbuts1:=ref(dingbuts,ddd+1);
gdcs2:=const(dingbuts1);
dingbu2:=ref(dingbu1,ddd+1);
mm:=if(currbarscount>gdcs2,0,1);
高点压力:drawline(currbarscount=gdcs2,volinstk,currbarscount=gdcs1,volinstk,1),colorgreen,linethick2;
tdxstep123:drawline(currbarscount=gdcs2,volinstk,islastbar,ref(volinstk,gdcs2-1),1),pointdot,color0055ff;
tdxstep124:drawline(currbarscount=gdcs1,volinstk,islastbar,ref(volinstk,gdcs1-1),1),pointdot,coloryellow;
aa1:=ref(qhjsj,lown)=llv(qhjsj,2*lown+1);
qy1:=backset(aa1,lown+1);
cc1:=filter(qy1,lown) and qhjsj=llv(qhjsj,lown+1);
tdxstep125:drawicon(cc1,qhjsj*0.98,1);
dd1:=barslast(cc1);
ddts:=if(cc1,currbarscount,0);
ydb:=if(dd1,ref(qhjsj,dd1),qhjsj);
ddts1:=if(dd1,ref(ddts,dd1),ddts);
ddcs1:=const(ddts1);
zdb:=ref(ydb,dd1+1);
ddts2:=ref(ddts1,dd1+1);
ddcs2:=const(ddts2);
低点支撑:drawline(currbarscount=ddcs2,qhjsj,currbarscount=ddcs1,qhjsj,1),colorred,linethick2;
zgstar:=(高点压力+低点支撑)/2;
zgend:=const((高点压力+低点支撑)/2);
starday:=if(ddcs2<gdcs2,ddcs2,gdcs2);
中轨:drawline(currbarscount=starday,zgstar,islastbar,zgend,1),colorff55bb,linethick2;
tdxstep126:drawline(currbarscount=ddcs1,qhjsj,islastbar,ref(qhjsj,ddcs1-1),1),pointdot,colormagenta;
tdxstep127:drawline(currbarscount=ddcs2,qhjsj,islastbar,ref(qhjsj,ddcs2-1),1),pointdot,colorcyan;
若上述公式在汇盈系列行情数据分析软件中有异常,请尝试如下公式:
快线:ema(ema(ema(ema(close,2),2),2),2),colorred,linethick2;
慢线:ema(ref(快线,1),2),coloryellow,linethick2;
总趋势:ema(ema(ema(ema(ema(close,55),2),2),2),2),colormagenta,linethick2;
highn:=10;
lown:=10;
highdisplay:=0;
lowdisplay:=0;
zgdisplay:=0;
madisplay:=0;
aa:=ref(high,highn)=hhv(high,2*highn+1);
qy:=backset(aa,highn+1);
cc:=filter(qy,highn) and high=hhv(high,highn+1);
tdxstep122:drawicon(cc,high*1.02,2);
ddd:=barslast(cc);
gdts:=if(cc,currbarscount,0);
dingbu:=if(ddd,ref(high,ddd),high);
dingbuts:=if(ddd,ref(gdts,ddd),gdts);
dingbu1:=ref(dingbu,ddd+1);
gdcs1:=const(dingbuts);
dingbuts1:=ref(dingbuts,ddd+1);
gdcs2:=const(dingbuts1);
dingbu2:=ref(dingbu1,ddd+1);
mm:=if(currbarscount>gdcs2,0,1);
高点压力:drawline(currbarscount=gdcs2,high,currbarscount=gdcs1,high,1),colorgreen,linethick2;
tdxstep123:drawline(currbarscount=gdcs2,high,islastbar,ref(high,gdcs2-1),1),pointdot,color0055ff;
tdxstep124:drawline(currbarscount=gdcs1,high,islastbar,ref(high,gdcs1-1),1),pointdot,coloryellow;
aa1:=ref(low,lown)=llv(low,2*lown+1);
qy1:=backset(aa1,lown+1);
cc1:=filter(qy1,lown) and low=llv(low,lown+1);
tdxstep125:drawicon(cc1,low*0.98,1);
dd1:=barslast(cc1);
ddts:=if(cc1,currbarscount,0);
ydb:=if(dd1,ref(low,dd1),low);
ddts1:=if(dd1,ref(ddts,dd1),ddts);
ddcs1:=const(ddts1);
zdb:=ref(ydb,dd1+1);
ddts2:=ref(ddts1,dd1+1);
ddcs2:=const(ddts2);
低点支撑:drawline(currbarscount=ddcs2,low,currbarscount=ddcs1,low,1),colorred,linethick2;
zgstar:=(高点压力+低点支撑)/2;
zgend:=const((高点压力+低点支撑)/2);
starday:=if(ddcs2<gdcs2,ddcs2,gdcs2);
中轨:drawline(currbarscount=starday,zgstar,islastbar,zgend,1),colorff55bb,linethick2;
tdxstep126:drawline(currbarscount=ddcs1,low,islastbar,ref(low,ddcs1-1),1),pointdot,colormagenta;
tdxstep127:drawline(currbarscount=ddcs2,low,islastbar,ref(low,ddcs2-1),1),pointdot,colorcyan;
上一指标公式:期指日内A1分钟主图 通达信指日
下一指标公式:股海英雄 主图 无未来 通达信股海源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文庖丁解牛 通达信庖丁解牛仅供学习研究。