震荡妖妖灵低吸保本逃顶主图源码下载:
n1:=5;
n2:=10;
ma5:ma(c,5),colorffffff,linethick1;
ma20:ma(c,20),colorff80ff,linethick2;
m3:=18;
m4:=30;
ma120:ma(c,120),colorcyan,linethick2;
m5:=55;
m6:=144;
角5:=atan((ma5/ref(ma5,1)-1)*100)*180/3.1416;
角20:atan((ma20/ref(ma20,1)-1)*100)*180/3.1416,nodraw,colorwhite;
角120:=atan((ma120/ref(ma120,1)-1)*100)*180/3.1416,nodraw,colorwhite;
ma$5:ma(close,n1),colorffffff;
ma10:ma(close,n2),coloryellow;
ma18:ma(close,m3),colormagenta;
涨幅:=(c-ref(c,1))/ref(c,1)*100;
typ:=(high+low+close)/3;
ma30:ma(close,m4),colorred;
ma55:ma(close,m5),colorgreen;
cci:=(typ-ma(typ,14))/(0.015*avedev(typ,14));
ma144:ma(close,m6),colorligray;
乖离:=abs((ma20-ma120)/ma20*100),nodraw,colorwhite;
a7:=c-ref(c,1);
a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);
涨:=if(ref(cci,1)<100,cci>120,cci>100);
跌:=if(ref(cci,1)>-100,cci<-120,cci<-100);
买:=llv(a8,2)=llv(a8,7) and count(a8<0,2) and cross(a8,ma(a8,2));
drawtext(filter(买=1,5),low,'↖买'),coloryellow;
震荡:=涨=0 and 跌=0;
上:ma20+2*std(close,20),color0000ff,dotline;
下:ma20-2*std(close,20),color00ff00,dotline;
ema13:=ema(c,20);
ema34:=ema(c,60);
ema55:=ema(c,80);
中上轨:上-(上-下)/6,colorffff00,dotline;
中下轨:下+(上-下)/6,colorffff00,dotline;
yz1:=c/o>1.02 and h/c>1.02 and o/l<1.02;
yz2:=ref(c,1)>ref(o,1) and o>ma(c,11);
两格:=中上轨-ma20;
stickline(涨=1,h,l,0,0),colorred;
stickline(涨=1 and c>=o,c,o,10,1),colorred;
stickline(涨=1 and c<o,c,o,10,0),colorred;
stickline(跌=1,h,l,0,0),colorff6400;
stickline(跌=1 and c>=o,c,o,10,1),colorff6400;
stickline(跌=1 and c<o,c,o,10,0),colorff6400;
y:=(ma(c,13)-ma(c,55))/ma(c,13)*100;
yz:=yz1 and yz2 and y>10;
x11:drawtext(yz,high+0.2,'减仓'),colorf00ff0;
stickline(震荡=1,h,l,0,0),coloryellow;
stickline(震荡=1 and c>=o,c,o,10,1),coloryellow;
stickline(震荡=1 and c<o,c,o,10,0),coloryellow;
gr1:=barslast(between("bias.bias2"(6,13,24),0,5) );
gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1);
if(periodname<>"月线")
if(periodname<>"周线")
if(periodname<>"日线")
if(periodname<>"60分钟")
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
bx:=(l<=中下轨 and 跌=0 and llv(l,3)>llv(l,20) and o-c<两格)
or (l<=下 and 跌 and llv(l,3)>llv(l,20) and o-c<两格);
sx:=(h>=中上轨 and 涨=0 and hhv(h,3)<hhv(h,20) and c-o<两格)
or (h>=上 and 涨 and hhv(h,3)<hhv(h,20) and c-o<两格);
gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);
gr6:=gr2 and gr3 and gr4;//www.goodgongshi.com
drawicon(bx,l,1);
drawicon(sx,h,2);
gr7:=gr2 and gr3 and gr4 and gr5;
drawtext(gr6 and gr7,h+0.13,'保本'),color00ff00;
低吸:=(涨 and l<上 and hhv(cci,3)=hhv(cci,8)) or (涨 and l<中上轨)
or (震荡 and c>ma20 and 角20>if(c>1000,8,20) and l<=ma20+(上-下)/8)
or (角20>if(c>1000,0,8) and l<ma20-(上-下)/8) or bx;
高抛:=(跌 and h>下 and llv(cci,3)=llv(cci,8)) or (跌 and h>中下轨)
or (震荡 and c<ma20 and 角20<if(c>1000,-8,-20) and h>=ma20-(上-下)/8)
or (角20<if(c>1000,0,-8) and h>ma20+(上-下)/8) or sx;
观望:=低吸=0 and 高抛=0;
a1:=ema(c,14);
a1x:=(a1-ref(a1,1))/ref(a1,1)*100,nodraw;
支撑位:if(a1x>=0,ref(ema(c,14),barslast(cross(a1x,
0))+1),drawnull),colorred,linethick1;
阻力位:if(a1x<0,ref(ema(c,14),barslast(cross(0,
a1x))+1),drawnull),colorgreen,linethick1;
drawtext_fix(islastbar and 低吸,0.57,
0.15,0,"当前行情处于低吸区"),colormagenta;
drawtext_fix(islastbar and 高抛,0.57,
0.15,0,"当前行情处于高抛区"),colormagenta;
drawtext_fix(islastbar and 观望,0.57,
0.15,0,"当前行情处于观望区,等待低吸或高抛"),colormagenta;
stickline(cross(a1x,0),c,o,4.5,0),coloryellow;
stickline(cross(0,a1x),c,o,4.5,0),colorgreen;
上一指标公式:超跌入场买进主图下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文震荡妖妖灵低吸保本逃顶主图下载仅供学习研究。