保存利润买卖点提示主图源码下载:
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),coloryellow,linethick1;
阻力位:if(a1x<0,ref(ema(c,14),barslast(cross(0,a1x))+1),drawnull),colorgreen,linethick1;
stickline(cross(0,a1x),c,o,10,0),colorgreen;
lc:=ref(close,1);//www.goodgongshi.com
rsi:=((sma(max((close - lc),0),3,1) / sma(abs((close - lc)),3,1)) * 100);
ff:=ema(close,3);
ma15:=ema(close,21);
波动回调提示图:ma(close,10000);
drawtext(cross(85,rsi),(high * 1.05),'回调');
drawtext(cross(ff,ma15),(low * 0.9),'走强');
aa:=close > ref(close, 1) and ref(close, 1) > ref(close, 2) and ref(close, 1) < ref(close, 3) and if(ref(close, 3) < ref(close, 4), 1, if(ref(close, 4) < ref(close, 5),ref(close, 1) < ref(close, 4) or( ref(close, 2) < ref(close, 4) and ref(close, 3) >= ref(close, 5) ),if(ref(close, 5) < ref(close, 6), 1,ref(close, 6) < ref(close, 7))));
bb:=close < ref(close, 1) and ref(close, 1) < ref(close, 2) and ref(close, 1) > ref(close, 3) and if(ref(close, 3) > ref(close, 4), 1, if(ref(close, 4) > ref(close, 5),ref(close, 1) > ref(close, 4) or( ref(close, 2) > ref(close, 4) and ref(close, 3) <= ref(close, 5) ),if(ref(close, 5) > ref(close, 6), 1,ref(close, 6) > ref(close, 7))));
drawtext(aa and close>ref(open,2),low* 0.95,'三平底'),colorff00ff;
drawtext(bb and close<ref(close,2),high* 1.04,' 三平顶'),colorred;
s下:=hhv(ma(high,2),2),colorgreen,linethick0;
s上:=llv(ma(high,2),1),colorred,linethick0;
sppp:=-(s上-s下)/ref(c,1)*100;
sptem1:=(min(o,c)-l)/(h-l)*100;
sptem2:=(h-max(o,c))/(h-l)*100;
sptem3:=(c-o)/(h-l)*100;
skj1:=(sptem3>49 and sptem1>0.3*sptem2) or sptem3>80;
skj2:=(sptem3<=49 and sptem3>20 and sptem1>sptem2);
skj3:=(sptem3<=20 and sptem3>-20 and sptem1>1.2*sptem2);
skj4:=(sptem3<-20 and sptem3>-40 and sptem1>2*sptem2);
skj:=(skj1 or skj2 or skj3 or skj4) and (sppp>2 or ref(sppp,1)>2 );
短买:=if(sum(sppp>0,5)=5 and sum(skj>0,5)=0,5*(skj1 or skj2 or skj3 or skj4),5*skj),colorred;
drawtext(短买,l* 0.99,'短'),colorwhite;
x6:=ref(close,1);
x7:=((sma(max((close - x6),0),7,1) / sma(abs((close - x6)),7,1)) * 100);
x8:=cross(79,x7);
x9:=filter(x8,4);
drawtext(x9,(high * 1.065),'出货'),color9000f5;
aa:=barscount(c);
ah:=hhv(h,200);
al:=llv(l,200);
a0:=(ah-al)/40;
b1:=l-a0;
drawtext((aa+0)/34=floor((aa+0)/34),b1-5*a0,'时间窗变盘'),colorf00ff0;
a3:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
a4:=sma(a3,3,1);
a5:=sma(a4,3,1);
a6:=3*a4-2*a5;
a7:=c-ref(c,1);
a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);
买:=llv(a8,2)=llv(a8,7) and count(a8<0,2) and cross(a8,ma(a8,2));
drawtext(filter(买=1,5),low-0.05,''),coloryellow;
stickline(买,open,close,9,0),coloryellow;
五日乖离率:=(c-ma(c,5))/ma(c,5)*100;
bb05:=atan((ma(c,5)/ref(ma(c,5),1)-1)*100)*180/3.1416;
速度5:=sma(ema((ma(c,5)-ref(ma(c,5),1))/ref(ma(c,5),1),3)*100,3,1);
加速度5:=ema((速度5-ref(速度5,1)),3);
bb10:=atan((ma(c,10)/ref(ma(c,10),1)-1)*100)*180/3.1416;
三拾日乖离率:=(c-ma(c,30))/ma(c,30)*100;
var1:=(ma(c,20)-ma(c,30))>ref((ma(c,20)-ma(c,30)),1) and ma(c,20)>ref(ma(c,20),1) and ma(c,30)>ref(ma(c,30),1);
var2:=(ma(c,30)-ma(c,20))<ref((ma(c,30)-ma(c,20)),1) and ma(c,20)<ref(ma(c,20),1) and ma(c,30)<ref(ma(c,30),1);
bb30:=atan((ma(c,30)/ref(ma(c,30),1)-1)*100)*180/3.1416;
强势狙击:=filter(bb30>30 and bb10>45 and cross(bb05,60),10);
drawtext(强势狙击,low*0.98,'强势狙击'),coloryellow;
rsv:=(close-llv(low,10))/(hhv(high,10)-llv(low,10))*100;
k:=sma(rsv,5,1);
d:=sma(k,5,1);
j:=3*k-2*d;
x:=ref(j,1)<10 and h>ref(h,1) and c>ref(c,1) and c>ref(o,1) and l>ref(l,1);
stickline(x,l ,l,20,0),color008888;
stickline(x,l ,h,0,0),colorff00ff;
stickline(x,c ,o,5,0),colorff00ff;
ema13:=ema(c,20);
ema34:=ema(c,60);
ema55:=ema(c,80);
gr1:=barslast(between("bias.bias2"(6,13,24),0,5) );
gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1);
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);
gr6:=gr2 and gr3 and gr4;
gr7:=gr2 and gr3 and gr4 and gr5;
drawtext(gr6 and gr7,h+0.3,'保存利润'),color00ff00;
上一指标公式:超跌到底必涨下载
下一指标公式:单线看盘波段操作进出副图下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文保存利润买卖点提示主图下载仅供学习研究。