源码提供,通过通达信未来函数检测,未发现未来!主图添加提示点,对懒惰人直观,易懂!做出来一个,先放码测试!
hh:=(20*h+19*ref(h,1)+18*ref(h,2)+17*ref(h,3)+16*ref(h,4)+15*ref(h,5)+14*ref(h,6) +13*ref(h,7)+12*ref(h,8)+11*ref(h,9)+10*ref(h,10)+9*ref(h,11)+8*ref(h,12) +7*ref(h,13)+6*ref(h,14)+5*ref(h,15)+4*ref(h,16)+3*ref(h,17)+2*ref(h,18)+ ref(h,20))/210,colorblue,linethick1; ll:=(20*l+19*ref(l,1)+18*ref(l,2)+17*ref(l,3)+16*ref(l,4)+15*ref(l,5)+14*ref(l,6) +13*ref(l,7)+12*ref(l,8)+11*ref(l,9)+10*ref(l,10)+9*ref(l,11)+8*ref(l,12) +7*ref(l,13)+6*ref(l,14)+5*ref(l,15)+4*ref(l,16)+3*ref(l,17)+2*ref(l,18)+ ref(l,20))/210,colorblue,linethick1; d90h:=ema(hh,90),colorred,linethick1; d90l:=ema(ll,90),colorred,linethick1; dgh:=(20*h+19*ref(h,1)+18*ref(h,2)+17*ref(h,3)+16*ref(h,4)+15*ref(h,5)+14*ref(h,6) +13*ref(h,7)+12*ref(h,8)+11*ref(h,9)+10*ref(h,10)+9*ref(h,11)+8*ref(h,12) +7*ref(h,13)+6*ref(h,14)+5*ref(h,15)+4*ref(h,16)+3*ref(h,17)+2*ref(h,18)+ ref(h,20))/210,colorblue,linethick1; ddl:=(20*l+19*ref(l,1)+18*ref(l,2)+17*ref(l,3)+16*ref(l,4)+15*ref(l,5)+14*ref(l,6) +13*ref(l,7)+12*ref(l,8)+11*ref(l,9)+10*ref(l,10)+9*ref(l,11)+8*ref(l,12) +7*ref(l,13)+6*ref(l,14)+5*ref(l,15)+4*ref(l,16)+3*ref(l,17)+2*ref(l,18)+ ref(l,20))/210,colorblue,linethick1; d90c:=d90h-d90l; d90d:=d90h+d90c*2,colorred,linethick1; d90t:=d90l-d90c*2,colorred,linethick1; g0:=(refx1(ma(refx1(ma(h,25),25/2),25),25/2)-refx1(ma(refx1(ma(l,25),25/2),25),25/2))*1+refx1(ma(refx1(ma(h,25),25/2),25),25/2),linethick1,colorwhite; d0:=refx1(ma(refx1(ma(l,25),25/2),25),25/2)-(refx1(ma(refx1(ma(h,25),25/2),25),25/2)-refx1(ma(refx1(ma(l,25),25/2),25),25/2))*1,linethick1,colorwhite; dtd:=d0>=d90t and g0>=d90d; ktd:=g0<=d90d and d0<=d90t; zdd:=d0>=d90t and g0<=d90d; bdd0:=(refx1(ma(refx1(ma(h,60),60/2),60),60/2)-refx1(ma(refx1(ma(l,60),60/2),60),60/2))*3+refx1(ma(refx1(ma(h,60),60/2),60),60/2),linethick2,colorgreen; bdt0:=refx1(ma(refx1(ma(l,60),60/2),60),60/2)-(refx1(ma(refx1(ma(h,60),60/2),60),60/2)-refx1(ma(refx1(ma(l,60),60/2),60),60/2))*3,linethick2,colorgreen; zk1:(refx1(ma(refx1(ma(h,25),25/2),25),25/2)-refx1(ma(refx1(ma(l,25),25/2),25),25/2))*1+refx1(ma(refx1(ma(h,25),25/2),25),25/2),dot,colorwhite; zd1:refx1(ma(refx1(ma(l,25),25/2),25),25/2)-(refx1(ma(refx1(ma(h,25),25/2),25),25/2)-refx1(ma(refx1(ma(l,25),25/2),25),25/2))*1,dot,colorwhite; bs:(refx1(ma(refx1(ma(h,60),60/2),60),60/2)-refx1(ma(refx1(ma(l,60),60/2),60),60/2))*2.2+refx1(ma(refx1(ma(h,60),60/2),60),60/2),dot,colorred; ss:=refx1(ma(refx1(ma(l,25),25/2),25),25/2)-(refx1(ma(refx1(ma(h,25),25/2),25),25/2)-refx1(ma(refx1(ma(l,25),25/2),25),25/2))*1.5,dot,colorgreen; bd:refx1(ma(refx1(ma(l,60),60/2),60),60/2)-(refx1(ma(refx1(ma(h,60),60/2),60),60/2)-refx1(ma(refx1(ma(l,60),60/2),60),60/2))*2.8,dot,colorgreen; zz:=(zk1+zd1)/2,dot,coloryellow; 多头多定位:=cross(zd1,l) and dtd=1; 多头平定位:=cross(h,zk1) and dtd=1 and zdd=0; 空头空定位:=cross(h,zk1) and ktd=1; 空头平定位:=cross(zd1,l) and ktd=1 and zdd=0; 震荡多定位:=cross(zd1,l) and zdd=1; 震荡空定位:=cross(h,zk1) and zdd=1; drawtext(islastbar,zk1,'卖'),colorwhite; drawtext(islastbar,zd1,'买'),colorwhite; drawtext(islastbar,bs,'顶'),colorred; drawtext(islastbar,bd,'底'),colorgreen; drawicon(空头平定位=1,l,'ico116'); drawicon(多头平定位=1,h,'ico117'); drawicon(多头多定位=1 or 震荡多定位=1,l,'ico134'); drawicon(空头空定位=1 or 震荡空定位=1,h,'ico135');
上一指标公式:一笑之MACD 通达信一笑
下一指标公式:牛熊分界回踩 通达信分界
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文期价顶底区间 主图 文华期货WH6 通达信源码期价仅供学习研究。