t3超短线指标
t1:=c-ref(c,1);
t2:=100*ema(ema(t1,6),6)/ema(ema(abs(t1),6),6);
t3:=cross(ema(c,19),ema(c,7));
t4:=cross(ema(c,7),ema(c,19));
z1:=l=llv(l,barslast(t3)+1);
z2:=llv(l,barslast(t3)+1);
z3:=h=hhv(h,barslast(t4)+1);
z4:=hhv(h,barslast(t4)+1);
ta:=drawline(z1,z2,z3,z4,0);
y1:=h=hhv(h,barslast(t4)+1);
y2:=hhv(h,barslast(t4)+1);
y3:=l=llv(l,barslast(t3)+1);
y4:=llv(l,barslast(t3)+1);
tb:=drawline(y1,y2,y3,y4,0);
x1:=llv(t2,2)=llv(t2,7) ;
x2:=count(t2<0,2);
x3:=cross(t2,ma(t2,2));
x4:=ref(tb,1)<ref(tb,2);
x5:=ta>ref(tb,1);
t3超短线:= x1 and x2 and x3 and x4 and x5;
tj:=if(tb<ref(tb,1) and tb=ta,1,0);
t:ref(tj,1)=0 and tj>=1;
stickline(t,y2,y3,3,0),colorlired;
drawtext(t,y2-0.5,'t3发射'),colorwhite;
{xg:=tb<ref(tb,1) and tb=ta;};
{
选股公式:
t1:=c-ref(c,1);
t2:=100*ema(ema(t1,6),6)/ema(ema(abs(t1),6),6);
t3:=cross(ema(c,19),ema(c,7));
t4:=cross(ema(c,7),ema(c,19));
z1:=l=llv(l,barslast(t3)+1);
z2:=llv(l,barslast(t3)+1);
z3:=h=hhv(h,barslast(t4)+1);
z4:=hhv(h,barslast(t4)+1);
ta:=drawline(z1,z2,z3,z4,0);
y1:=h=hhv(h,barslast(t4)+1);
y2:=hhv(h,barslast(t4)+1);
y3:=l=llv(l,barslast(t3)+1);
y4:=llv(l,barslast(t3)+1);
tb:=drawline(y1,y2,y3,y4,0);
x1:=llv(t2,2)=llv(t2,7) ;
x2:=count(t2<0,2);
x3:=cross(t2,ma(t2,2));
x4:=ref(tb,1)<ref(tb,2);
x5:=ta>ref(tb,1);
tj:=if(tb<ref(tb,1) and tb=ta,1,0);
{基本面}
jb:=finance(40)<10000000000 and capital<1000000 and dynainfo(7)<25 and dynainfo(17)>1;
{条件筛选}
(x1 and x2 and x3) and x4 and x5 and tj and jb;
}
上一指标公式:美丽图标希望对你有帮助指标下载 通达信图标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文T3超短线指标(附有选股源码)下载 通达信指标源码仅供学习研究。