好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式神龙精准KDJ副图波段指标公式下载 通达信波段精准

神龙精准KDJ副图波段指标公式下载 通达信波段精准

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-04-19 08:05:15
  • 指标公式标签:神龙 精准 波段
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:神龙精准KDJ副图波段指标公式下载 通达信波段精准

drawgbk(close>0,rgb(0,0,0),rgb(20,58,120),0,61,0);
x_1:=ma(close,13);
x_2:=100-abs((close-x_1)/x_1*100);
x_3:=llv(low,75);
x_4:=hhv(high,75);
x_5:=(x_4-x_3)/100;
x_6:=sma((close-x_3)/x_5,20,1);
x_7:=sma((open-x_3)/x_5,20,1);
x_8:=3*x_6-2*sma(x_6,15,1);
x_9:=3*x_7-2*sma(x_7,15,1);
x_10:=100-x_9;
x_11:=100-x_8;
x_12:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
x_13:=ema(x_12,5);
drawband(if(x_13-x_11>=0,x_13-x_11,0),rgb(150,90,50),0,rgb(50,50,50));
x_14:=(2*close+high+low)/4;
x_15:=llv(low,34);
x_16:=hhv(high,34);
x_17:=max((x_14-x_15)/(x_16-x_15)*100,8);
x_18:=sma(x_17,8,1);
x_19:=sma(x_18,5,1);
drawband(x_18,rgb(250,248,0),x_19,rgb(0,118,0));
j:3*x_18-2*x_19,colormagenta;
if(ema(((2*close+high+low+open)/5-llv((2*close+high+low+open)/5,60))/(hhv((2*close+high+low+open)/5,60)-llv((2*close+high+low+open)/5,60)),2)*100>90 or ema(((2*close+high+low+open)/5-llv((2*close+high+low+open)/5,15))/(hhv((2*close+high+low+open)/5,15)-llv((2*close+high+low+open)/5,15)),2)*100>95 and j>80,j,drawnull),colorgreen,linethick2;
if(ema(((2*close+high+low+open)/5-llv((2*close+high+low+open)/5,60))/(hhv((2*close+high+low+open)/5,60)-llv((2*close+high+low+open)/5,60)),2)*100<10 or ema(((2*close+high+low+open)/5-llv((2*close+high+low+open)/5,15))/(hhv((2*close+high+low+open)/5,15)-llv((2*close+high+low+open)/5,15)),2)*100<5 and j<5,j,drawnull),coloryellow,linethick2;
x_20:=sma(close,2,1);
x_21:=sma(max(close-x_20,0),6,1)/sma(abs(close-x_20),6,1)*100;
x_22:=sma(high,2,1);
x_23:=sma(max(high-x_22,0),6,1)/sma(abs(high-x_22),6,1)*100;
x_24:=sma(open,2,1);
x_25:=sma(max(open-x_24,0),6,1)/sma(abs(open-x_24),6,1)*100;
x_26:=sma(low,2,1);
x_27:=sma(max(low-x_26,0),6,1)/sma(abs(low-x_26),6,1)*100;
x_28:=sma(10000*close/indexc,2,1);
x_29:=sma(max(10000*close/indexc-x_28,0),6,1)/sma(abs(10000*close/indexc-x_28),6,1)*100;
x_30:=(x_21+x_25+x_23+x_27+x_29)/5;
x_31:=ema(ema(x_30,6),5);
底部【机会区】:if(x_30<=15 and x_31<=15,j,drawnull),colorred,linethick3;
顶部【风险区】:if(x_30>=85 and x_31>=80,j,drawnull),colorwhite,linethick3;
控仓(险):ema(winner(close)*100,5)>85 and x_18>85 or (ema(winner(close)*100,5)>90 or x_18>90),nodraw,colorcyan;
stickline(控仓(险),j,85,0,1),colorcyan,linethick3;
x_32:=ref(low,1)*0.9;
x_33:=ema(x_32,30);
x_34:=close-ref(close,1);
x_35:=max(x_34,0);
x_36:=abs(x_34);
x_37:=sma(x_35,7,1)/sma(x_36,7,1)*100;
x_38:=sma(x_35,13,1)/sma(x_36,13,1)*100;
x_39:=barscount(close);
x_40:=sma(max(x_34,0),6,1)/sma(abs(x_34),6,1)*100;
x_41:=(-200)*(hhv(high,60)-close)/(hhv(high,60)-llv(low,60))+100;
x_42:=(close-llv(low,15))/(hhv(high,15)-llv(low,15))*100;
x_43:=sma((sma(x_42,4,1)-50)*2,3,1);
x_44:=(indexc-llv(indexl,14))/(hhv(indexh,14)-llv(indexl,14))*100;
x_45:=sma(x_44,4,1);
x_46:=sma(x_45,3,1);
x_47:=(hhv(high,30)-close)/close*100;
神龙大底:(x_40<=25 and x_41<(-95) and x_47>20 and x_43<(-30) and x_46<30 and x_33-close>=(-0.25) and x_37<22 and x_38<28 and x_39>50)*50,coloryellow;
x_48:=vol/ref(vol,1)>=1.91 and close>ref(close,1) and close>open;
x_49:=vol>=hhv(vol,21);
x_50:=x_48 and x_49;
倍量反弹:(x_30<=15 and x_31<=15 and x_50)*70,colorgreen;
x_51:=barslast(month!=ref(month,1))+1;
月±%:(close/ref(close,x_51)-1)*100,nodraw,colorred;


通达信神龙精准kdj 副图波段指标 源码

  >>>使用本站搜索工具可以找到更多神龙精准KDJ副图波段指标公式下载 通达信波段精准

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文神龙精准KDJ副图波段指标公式下载 通达信波段精准仅供学习研究。

猜你喜欢

学了又学