立德趋势主图源码下载:
{立德趋势}
yxsj:=18123099;
yx:=if(1<1000000+yxsj,1,0);
;{指标有效期};
{==============以下一段显示板块信息==============}
wz1:=strcat('所属行业:',hyblock);
wz2:=strcat(' 所属地区:',dyblock);
wz3:=strcat(' 题材:',gnblock);
hb:=strcat(wz1,wz2);
题材概念:=strcat(hb,wz3);
{drawtext_fix(c>0 and period=5,0.01,0,0,题材概念),coloryellow;}
drawtext_fix(yx=0,0.21,0.2,0,'系统崩溃,请删除重新安装'),coloryellow;
}
upx:="boll-m".ub;
lpx:="boll-m".lb;
xc:=o<boll.ub and (o<ema(c,250) or o<ma(l,250))
and (o<ma(c,60) or o<ema(c,50) or o<ema(c,40))
and (o<ma(c,120) or o<ema(l,120))
and (o<ma(c,20) or o<ema(c,40))
and (c/ref(c,1)>1.09 or c/o>1.09 or c/l>1.095) and c/l>1.03
and h>l and h>o and (c>=h*0.975 or c/o>1.09)
and h/l>=ma(h/l,10);
含金量:=sum(xc and period=5,300),nodraw,coloryellow;
drawicon(xc and period=5,l*0.985,9);
m5:if(显示趋势方向=0,ma(close,5),drawnull),colorwhite;
m10:if(显示趋势方向=0,ma(close,10),drawnull),coloryellow;
m20:if(显示趋势方向=0,ma(close,20),drawnull),colormagenta;
m60:if(显示趋势方向=0,ma(close,60),drawnull),colorgreen;
m120:if(显示趋势方向=0,ma(close,120),drawnull),colorwhite;
{m250:ma(c,250),color009966,linethick3;
if((ema(c,40)>ma(c,250) or ma(c,60)>ma(c,250)), ma(c,250),drawnull),colorlired,linethick3;
牛熊线:if( ma(c,250)>=ref(ma(c,250),1) and (ema(c,40)>ma(c,250) or ma(c,60)>ma(c,250)), ma(c,250),drawnull),color330099,linethick3;
}
stickline(显示趋势方向=1 and yx=1 and ema(c,20)>ema(c,40),ema(c,20),ema(c,40),1,0),colorwhite;
stickline(显示趋势方向=1 and yx=1 and ema(c,20)<=ema(c,40),ema(c,20),ema(c,40),1,0),colorcyan;
stickline(显示趋势方向=1 and yx=1 and ema(c,20)>ema(c,40) and (ema(c,40)>ma(c,250) or ema(c,40)>ema(c,250)),ema(c,20),ema(c,40),1,0),color6699ff;
stickline(显示趋势方向=1 and yx=1 and ema(c,20)<ema(c,40) and ema(c,20)>ma(c,250),ema(c,20),ema(c,40),1,0),colorff9966;
stickline(显示趋势方向=1 and yx=1 and ema(c,20)<=ema(c,40) and ema(c,40)<ma(c,250),ema(c,20),ema(c,40),1,0),colorgreen;
if(显示趋势方向=1 and yx=1 ,ema(close,12),drawnull),colorwhite;
if(显示趋势方向=1 and yx=1 and ema(c,12)>ema(c,40),ema(close,12),drawnull),colorlired;
if(显示趋势方向=1 and yx=1 and ema(c,12)>ema(c,40) and ema(c,40)>ma(c,250),ema(close,12),drawnull),colorred;
if(显示趋势方向=1 and yx=1 and ema(c,12)<ema(c,40) and ema(c,40)<ma(c,250) ,ema(close,12),drawnull),colorgreen;
if(显示趋势方向=1 and yx=1 ,ema(close,40),drawnull),colorwhite,linethick2;
if(显示趋势方向=1 and yx=1 and ema(c,12)>ema(c,40),ema(close,40),drawnull),colorlired ,linethick2;
if(显示趋势方向=1 and yx=1 and ema(c,12)>ema(c,40) and (ema(c,40)>ma(c,250) or ema(c,40)>ema(c,250)),ema(close,40),drawnull),colorred,linethick2;
if(显示趋势方向=1 and yx=1 and ema(c,12)<ema(c,40) and ema(c,40)<ma(c,250),ema(close,40),drawnull),colorgreen,linethick2;
drawkline(h,o,l,c);
rsilc:=ref(close,1);
rsi1:=sma(max(close-rsilc,0),6,1)/sma(abs(close-rsilc),6,1)*100;
rsi2:=sma(max(close-rsilc,0),12,1)/sma(abs(close-rsilc),12,1)*100;
rsi3:=sma(max(close-rsilc,0),24,1)/sma(abs(close-rsilc),24,1)*100;
{=========}
zxd:=60;zxc:=130;zxmid:=45;
zxdif:=ema(close,zxd)-ema(close,zxc),colorred,linethick2;
zxdea:=ema(zxdif,zxmid),colorwhite;
zxmacd:=(zxdif-zxdea)*2,colorstick,linethick3;
{================}
zxemaqjx:=barslast(ref(cross(ema(c,12),ema(c,50)),1));
zxemaqsx:=barslast(ref(cross(ema(c,50),ema(c,12)),1));
dxemaqjx:=barslast(ref(cross(ema(c,12),ema(c,26)),1));
dxemaqsx:=barslast(ref(cross(ema(c,26),ema(c,12)),1));
macdqjx:=barslast(ref(cross(macd.dif,macd.dea ),1));
macdqsx:=barslast(ref(cross(macd.dea,macd.dif),1));
ema2jx:=((cross(ema(c,12),ema(c,50)) and c>ref(c,zxemaqsx) and c>ref(c,zxemaqjx)) or (cross(ema(c,12),ema(c,26)) and c>ref(c,dxemaqjx) and c>ref(c,dxemaqsx)))
and count(hhv(h,60)/llv(l,60)>1.38,60)=0
and (ema(c,50)>ema(c,100) or ema(c,100)>ema(c,250) or ma(c,60)>ma(c,120) or ma(c,120)>ma(c,250))
and v>1 and (ma(v,5)>ma(v,10) or ma(v,10)>ma(v,60) or ema(v,20)>ema(v,250)) and yx=1;
{drawicon(ema2jx and period=5,ema(l,50),1);
drawtext(ema2jx and period=5,ema(l,50),'金叉'),colorwhite;}
lt:=llvbars(l,60);
ltt:=barslast(currbarscount=const(lt)+1);
ht:=findhighbars(h,lt+1,60,1);
一元线:drawline(currbarscount=const(ht)+1,c,islastbar,ref(c,ht),0),colorblue,linethick2;
{==================}
{stickline(yx=0 ,hhv(h,50),llv(l,50),8,0),colorblue;};
上一指标公式:一个在用协助看盘分析非常好的跟庄买进黄金分割金叉组合主图指标下载
下一指标公式:通达信适合激进追涨投资者的起爆双响无未来选股公式下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文立德趋势主图下载仅供学习研究。