好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式通达信公式傻瓜操盘主图已优化附测试效果图指标下载

通达信公式傻瓜操盘主图已优化附测试效果图指标下载

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2019-12-08 09:29:38
  • 指标公式标签:傻瓜操盘主图
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:通达信公式傻瓜操盘主图已优化附测试效果图指标下载

通达信公式傻瓜操盘主图已优化附测试效果图指标

 n8:=strcat(con2str(year,0),' 年 ');
y8:=strcat(con2str(month,0),' 月 ');
r8:=strcat(con2str(day,0),' 日 ');
ma13:ma(c,13),color0066ff,linethick2;
stickline(c>ma13,l,h,0,0),colorred;
stickline(c>ma13,o,c,3,0),color000088;
stickline(c>ma13,o,c,2,0),color0000aa;
stickline(c>ma13,o,c,0.1,0),color0000cc;
stickline(c>ma13,o,c,0,0),color0000ff;
bias1:=ma((c-ma(c,13))/ma(c,13),3)*100,colorwhite,linethick0;
bias3:=ma((c-ma(c,34))/ma(c,34),3)*100,colorff00ff,linethick0;
关注区:=count(bias3<0,8)>=8 and count(bias3>0,34)>13 and count(bias3<0,55)>30 or bias3<-15,linethick0;
stickline(关注区,c,o,3,0),color8977ff;
stickline(关注区,l,h,0,0),color8977ff;
sj8:=strcat(strcat(n8,y8), r8);
lc:=ref(c,1),linethick0;
rsi:=((sma(max((c-lc),0),13,1)/sma(abs((c-lc)),13,1))*100);
stickline((rsi<20),l,h,0.1,0),colorff6600;
stickline((rsi<20),o,c,8,0),colorcc5000;
drawtext(cross(rsi,20-0.0005),l*0.97,'短线'),coloraa99aa;
stickline(cross(rsi,20-0.0005),c,o,3,0),color888888;
stickline(cross(rsi,20-0.0005),c,o,2,0),coloraaaaaa;
stickline(cross(rsi,20-0.0005),c,o,1,0),colorcccccc;
stickline(cross(rsi,20-0.0005),c,o,0.1,0),colorffffff;
stickline(cross(rsi,20-0.0005),l,h,0,0),colorffffff;
rsv:=(((c-llv(l,9))/(hhv(h,9)-llv(l,9)))*100);
k:=sma(rsv,3,1);
d:=sma(k,3,1);
nb:=((c>lc) and c>o);
kk:=hhv(k,5);
dd:=hhv(d,5);
d1:=ref(d,1);
k1:=ref(k,1);
stickline(((dd>75) and cross(d,k)),c,o,3,0),color008800;
stickline(((dd>75) and cross(d,k)),c,o,2,0),color00aa00;
stickline(((dd>75) and cross(d,k)),c,o,1,0),color00cc00;
stickline(((dd>75) and cross(d,k)),c,o,0.1,0),color00ff00;
stickline(((dd>75) and cross(d,k)),l,h,0,0),color00ff00;
stickline((((d1<30) and cross(k,d)) and nb),c,o,3,0),color0011ff;
stickline((((d1<30) and cross(k,d)) and nb),c,o,2,0),color0044ff;
stickline((((d1<30) and cross(k,d)) and nb),c,o,1,0),color0077ff;
stickline((((d1<30) and cross(k,d)) and nb),c,o,0.1,0),color0099ff;
stickline((((d1<30) and cross(k,d)) and nb),l,h,0,0),color0099ff;
drawtext_fix(c>0,0.5,0,0,sj8),color00ffff;
drawbmp((((d1<30) and cross(k,d)) and nb),l*0.99,'buy1'),colorffaaff;
drawbmp(((dd>75) and cross(d,k)),h*1.03,'sell1'),color00cc00;
qn1:=ma(c,13);
qn:=atan((qn1-ref(qn1,1)))*180/2;
stickline(qn>1 and qn1>ref(qn1,1),qn1,ref(qn1,1),5,0),color00ffff;
stickline(qn<1 and qn1<ref(qn1,1),qn1,ref(qn1,1),5,1),colorgreen;
qn2:=ma(c,21);
qn3:=atan((qn2-ref(qn2,1)))*180/2;
stickline(qn3>1,qn2,ref(qn2,1),5,0),colorff00ff;
stickline(qn3<1,qn2,ref(qn2,1),5,1),colorff0000;
hh0:=const(hhv(h,120))*1;
ll0:=const(llv(l,120))*1;
mm0:=const((hh0+ll0)/2);
hh1:=if(const(c)<mm0,ll0-(hh0-ll0)*0.4,ll0-(hh0-ll0)*0.4),colorred;
ll1:=ll0;
hlmax:=max(hh1,ll1);
hlmin:=min(hh1,ll1);
hlmn1:=(hlmax+hlmin)/2;
hlmn2:=(hlmax-hlmin);
hlmn3:=hhv(v,250)/2;
hlmn4:=hhv(v,250);
vz:=(v-hlmn3)*hlmn2/hlmn4+hlmn1;
预测量:if(currbarscount=1 and period=5,vol*240/fromopen,vol),colorff00ff,nodraw;
stickline(currbarscount=1 and period=5,(0-hlmn3)*hlmn2/hlmn4+hlmn1,(预测量-hlmn3)*hlmn2/hlmn4+hlmn1,2,-1),colorligray;
stickline(c>=o,vz,(0-hlmn3)*hlmn2/hlmn4+hlmn1,1,1),color000099;
stickline(c<o,vz,(0-hlmn3)*hlmn2/hlmn4+hlmn1,1,0),color999900;
今日保护价:(ref(c,2)+ref(c,1)+o)/3,color00ffff,nodraw;
顶点:if(currbarscount<=60,const(if(islastbar=1,hhv(h,barslast(currbarscount=60)),1)),drawnull),colorred,dotline;
低点:if(currbarscount<=60,const(if(islastbar=1,llv(l,barslast(currbarscount=60)),1)),drawnull),colormagenta,dotline;
stickline(cci>=200 and h>=顶点,o,c,3,0),colorblue;
stickline(cci<=100 and l<=低点,o,c,3,0),coloryellow;
drawtext(islastbar,顶点,'顶点'),colorred;
drawtext(islastbar,低点,'低点'),colormagenta;
a:=(3*c+l+o+h)/6;
x:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+ref(a,20))/210;
主力成本:ema(x,13),colorff00ff,linethick0;
 

通达信公式傻瓜操盘主图已优化附测试效果图指标

  >>>使用本站搜索工具可以找到更多通达信公式傻瓜操盘主图已优化附测试效果图指标下载

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文通达信公式傻瓜操盘主图已优化附测试效果图指标下载仅供学习研究。

猜你喜欢

学了又学