好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式财富平台主图下载(指标 通达信 贴图)

财富平台主图下载(指标 通达信 贴图)

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2019-03-31 07:26:55
  • 指标公式标签:财富平台主图
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:财富平台主图下载(指标 通达信 贴图)

财富平台主图

通达信财富平台主图源码

布林:=hhv(hhv(l,14),60);
阻力区:=ema(ema(布林,16)-2*std(布林,16),3);
阻力区1:=ema(ema(布林,14)+2*std(布林,14),18);
drawband(阻力区,rgb(241,241,247),阻力区1,rgb(241,241,247));
stickline(c>=o,c,o,3,0),color0000aa;
stickline(c>=o,c,o,2.5,0),color0000bb ;
stickline(c>=o,c,o,1.5,0),color0000cc ;
stickline(c>=o,c,o,1,0),color0000ee;
stickline(c>=o,h,l,0,0),color0000ff;
stickline(c<=o,c,o,3,0),color7b7b00;
stickline(c<=o,c,o,2.5,0),color909000;
stickline(c<=o,c,o,1.5,0),colora8a800;
stickline(c<=o,c,o,1,0),colorcece00;
stickline(c<=o,h,l,0,0),colorffff00;
b1:='-------';{好公式网-最好的股票公式网站 www.goodgongshi.com}
drawtext(vol=hhv(vol,21),c ,b1),colorred;
varm2:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;
varm3:=sma(sma(varm2,9,4),9,4)/7.777777;
varm4:=ema(varm3,5);
varm5:=3*varm3-2*varm4;
aam:=cross(varm5,varm3) and varm3<1.7777777 and c>o;
varm6:=(2*close+high+low)/4;
varm7:=llv(low,13);
varm8:=hhv(high,13);
varm9:=ema((varm6-varm7)/(varm8-varm7)*100,13);
varma:=ema(0.667*ref(varm9,1)+0.333*varm9,2);
drawtext(aam,l,'区域底部'),colormagenta;
中轨:ma(close,24),coloryellow,linethick2;
上轨:中轨 + std(close,24),colorred,linethick2;
下轨:中轨 - std(close,24),coloree11ee,linethick2;
阻力差:阻力区1-阻力区,nodraw;
缩小:barslastcount(阻力差<ref(阻力差,1)),nodraw;
放大:barslastcount(阻力差>ref(阻力差,1)),nodraw;
a:=hhv(h,30);
回落比:c/a*100,nodraw;
drawicon(cross(回落比,95) and c>ref(c,1),下轨,1);
aaa0:=(3*c+h+l+o)/6;
短趋:=(8*aaa0+7*ref(aaa0,1)+6*ref(aaa0,2)+5*ref(aaa0,3)+4*ref(aaa0,4)+3*ref(aaa0,5)+2*ref(aaa0,6)+ref(aaa0,8))/36;
中趋:=(llv(短趋,2)+llv(短趋,4)+llv(短趋,6))/3;
ttj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>短趋;
立桩量:=filter(ttj1,5);
ttj2:=if(barslast(立桩量)=1 and close>ref(high,1),1,if(barslast(立桩量)=2 and close>ref(high,2),1,if(barslast(立桩量)=3 and close>ref(high,3),1,0)));
突破:=ttj2=1;
ttj3:=if(barslast(立桩量)=1 and close>ref(low,1),1,if(barslast(立桩量)=2 and close>ref(low,2),1,if(barslast(立桩量)=3 and close>ref(low,3),1,0)));
三天法则:=ttj3=1;
成立:=三天法则 and 突破;
条件成立:=filter(成立,3);
drawicon(条件成立,l*0.91,1);
drawtext(条件成立,l*0.91,'立桩'),colorff26ff;
ok:=ema(open,60);
cg:=ema(close,60);
pdu:=if(ok>ref(ok,1) and cg>ref(cg,1),1,0);
pdd:=if(ok<ref(ok,1) and cg<ref(cg,1),1,0);
pdm:=if(pdu=0 and pdu=0,1,0);
z1:=ma(close,13);
zx:=ref(z1,13/2+1);
life:=(ema(close,60)+ema(close,90))/2;
var1:=(2*close+high+low)/4;
snook:=ema(var1,99)*0.91;
a1:=(close-ref(close,1))/ref(close,1)*100;
ma5:=barslast(a1>3);
ma20:=if(ma5>0,1,0);
by20:=ma(close,5);
by21:=ma(close,20);
by22:=if(by20>by21,by21,by20);
招财猫:=by21,colorgreen,linethick1;
鼠变异:=by22,colorblue,linethick2;
tt:=240/fromopen;
比:=tt;
j12:=(high - ((high - low) / 3));
j23:=(low + ((high - low) / 3));
aaa:=const(hhv(h,90));
bbb:=const(llv(l,100));
t1:=const(close>zx and close>=life);
t2:=const(close>zx and close>snook and close<life);
t3:=const(close>zx and close<=snook);
t4:=const(close<=zx);
t5:=const(鼠变异>ref(鼠变异,1) and 鼠变异>by21 and 鼠变异!=(鼠变异,by21));
t6:=const(鼠变异>ref(鼠变异,1) and 鼠变异=by21 and pdu!=(pdu,1)) ;
t7:=const(鼠变异>ref(鼠变异,1) and 鼠变异=by21 and pdu=1);
t8:=const(close>zx and ma20=0);
ts1:=if(t1=1,0+0.04,0);
ts2:=if(t2=1,ts1+0.04,ts1);
ts3:=if(t3=1,ts2+0.04,ts2);
ts4:=if(t4=1,ts3+0.04,ts3);
ts5:=if(t5=1,ts4+0.04,ts4);
ts6:=if(t6=1,ts5+0.04,ts5);
ts7:=if(t7=1,ts6+0.04,ts6);
ts8:=if(t8=1,ts7+0.04,ts7);
drawtext(t1=1 and currbarscount=58,aaa-(aaa*ts1),'老鼠出洞了,逮住它!'),colorff00ff ;
drawtext(t2=1 and currbarscount=58,aaa-(aaa*ts2),'老鼠玩猫猫,守着它!'),colorffff00 ;
drawtext(t3=1 and currbarscount=58,aaa-(aaa*ts3),'老鼠露尾巴,动作快!'),color00ffff ;
drawtext(t4=1 and currbarscount=58,aaa-(aaa*ts4),'老鼠没有了,打个盹!'),colorffff00 ;
drawtext(t5=1 and currbarscount=58,aaa-(aaa*ts5),'发现鼠迹!'),colorff00ff;
drawtext(t6=1 and currbarscount=58,aaa-(aaa*ts6),'瞬间鼠影!'),colorffff00;
drawtext(t7=1 and currbarscount=58,aaa-(aaa*ts7),'恶鼠难遁!'),colorred;
drawtext(t8=1 and currbarscount=58,aaa-(aaa*ts8),'老鼠去哪里,思考哦!'),colorffff00 ;


财富平台主图

  >>>使用本站搜索工具可以找到更多财富平台主图下载(指标 通达信 贴图)

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文财富平台主图下载(指标 通达信 贴图)仅供学习研究。

猜你喜欢

学了又学