好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式不错的短线主图详解 通达信源码

不错的短线主图详解 通达信源码

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:不错的短线主图详解 通达信源码

var1:=ma(close,5);
var2:=ma(close,10);
var3:=ma(close,20);
var4:=ma(close,30);
var5:=ma(close,60);
f1:=var1>ref(var1,1);
f2:=var2>ref(var2,1);
f3:=var2>ref(var2,1);
f4:=var2>ref(var2,1);
f5:=var2>ref(var2,1);
x1:=ema(c,7);
drawtext(filter(var3 and var2 and count(x1<ref(x1,1),5)>2 and x1>ref(x1,1),3),l-0.01,'短↑多'),colorffffff;
lc:=ref(close,1);

rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
drawtext(cross(75,rsi) , high*1.035,' '),color00ff00;
b1:=ref(close,1);b2:=ref(close,2);b3:=ref(close,3);b4:=ref(close,4);
cmax:=max(max(max(close,b1),b2),b3);cmin:=min(min(min(close,b1),b2),b3);
stickline(close=cmax and (b1>=b2 or b1>=b3) or b1=cmax and (b2=cmin or b3=cmin) and close>=b2 or
b2=cmax and b3=cmin and close>=b1 or b3=cmax and close>=b1 and close>=b2,b1,close,8,0),color000099;
stickline(close=cmax and (b1>=b2 or b1>=b3) or b1=cmax and (b2=cmin or b3=cmin) and close>=b2 or
b2=cmax and b3=cmin and close>=b1 or b3=cmax and close>=b1 and close>=b2,b1,close,5,0),color0000bb;
stickline(close=cmax and (b1>=b2 or b1>=b3) or b1=cmax and (b2=cmin or b3=cmin) and close>=b2 or
b2=cmax and b3=cmin and close>=b1 or b3=cmax and close>=b1 and close>=b2,b1,close,3,0),color0000ff;
stickline(close=cmax and b1=cmin,b2,close,8,0),color000099;
stickline(close=cmax and b1=cmin,b2,close,5,0),color0000bb;
stickline(close=cmax and b1=cmin,b2,close,3,0),color0000ff;
stickline(close=cmin and (b1<b2 or b1<b3) or b1=cmin and (b2=cmax or b3=cmax) and close<b2 or
b2=cmin and b3=cmax and close<b1 or b3=cmin and close<b1 and close<b2,b1,close,8,0),color009900;
stickline(close=cmin and (b1<b2 or b1<b3) or b1=cmin and (b2=cmax or b3=cmax) and close<b2 or
b2=cmin and b3=cmax and close<b1 or b3=cmin and close<b1 and close<b2,b1,close,5,0),color00bb00;
stickline(close=cmin and (b1<b2 or b1<b3) or b1=cmin and (b2=cmax or b3=cmax) and close<b2 or
b2=cmin and b3=cmax and close<b1 or b3=cmin and close<b1 and close<b2,b1,close,3,0),color00ff00;
stickline(b1=cmax and close=cmin,b2,close,8,0),color009900;
stickline(b1=cmax and close=cmin,b2,close,5,0),color00bb00;
stickline(b1=cmax and close=cmin,b2,close,3,0),color00ff00;
stickline(b1=cmin and close>=b2 or (b2=cmin and b1<=b3 or
b3=cmin and b1<=b2) and b2<b4 and close>=b1,b1,b2,8,0),colorff9900;
stickline(b1=cmin and close>=b2 or (b2=cmin and b1<=b3 or
b3=cmin and b1<=b2) and b2<b4 and close>=b1,b1,b2,5,0),colorffbb00;
stickline(b1=cmin and close>=b2 or (b2=cmin and b1<=b3 or
b3=cmin and b1<=b2) and b2<b4 and close>=b1,b1,b2,3,0),colorffff00;
stickline(b1=cmax and close<b2 or (b2=cmax and b1>b3 or
b3=cmax and b1>b2) and b2>=b4 and close<b1,b1,b2,8,0),color000099;
stickline(b1=cmax and close<b2 or (b2=cmax and b1>b3 or
b3=cmax and b1>b2) and b2>=b4 and close<b1,b1,b2,5,0),color0000bb;
stickline(b1=cmax and close<b2 or (b2=cmax and b1>b3 or
b3=cmax and b1>b2) and b2>=b4 and close<b1,b1,b2,3,0),color0000ff;
ty:=c;
a1:=ref(ty,10)=hhv(ty,2*10+1); vb1:=filter(a1,10); c1:=backset(vb1,10+1); hd:=filter(c1,10);
a2:=ref(ty,10)=llv(ty,2*10+1); vb2:=filter(a2,10); c2:=backset(vb2,10+1); ld:=filter(c2,10);
a:=ref(c,barslast(hd)); b:=ref(c,barslast(ld));
t1:=barslast(hd)<barslast(ld) and not(hd) ;
t2:=barslast(hd)>barslast(ld) and not(ld);
波峰:if(t1,a,a) ,pointdot ,color00ffff;
stickline(t1,a,a,5,0),colorff00ff;
波谷:if(t2,b,b),pointdot,color80ff00;
stickline(t2,b,b,5,0),color80ff00;


不错的短线主图,源码

  >>>使用本站搜索工具可以找到更多不错的短线主图详解 通达信源码

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文不错的短线主图详解 通达信源码仅供学习研究。

猜你喜欢

学了又学