
支撑压力主图指标
撑压主图:
包含压力线,支撑线,60日均线(绿色虚线,线上可买 线下观望),5日均线(红线买 白线卖)。
单一指标准确率欠缺,最好还是配合我之前发的macd定量结构指标一起参考。
站上支撑位且macd拐头可以买入
{撑压主图}
ma5:ma(c,5),linethick2,colorred;
ma10:=ma(c,10);
ma20:=ma(c,20);
ma30:=ma(c,30);
五日乖离率:=(c-ma5)/ma5*100;
bb5:=atan((ma5/ref(ma5,1)-1)*100)*180/3.1416;
速度5:=sma(ema((ma5-ref(ma5,1))/ref(ma5,1),3)*100,3,1);
加速度5:=ema((速度5-ref(速度5,1)),3),nodraw;
if(bb5>30 and ma5>=ref(ma5,1), ma5,drawnull),linethick2,colorred;
bb10:=atan((ma10/ref(ma10,1)-1)*100)*180/3.1416;
if(bb5<0 and ma5<ref(ma5,1), ma5,drawnull),linethick2,colorwhite;
三拾日乖离率:=(c-ma30)/ma30*100,nodraw;
var1:=(ma20-ma30)>ref((ma20-ma30),1) and ma20>ref(ma20,1) and ma30>ref(ma30,1);
var2:=(ma30-ma20)<ref((ma30-ma20),1) and ma20<ref(ma20,1) and ma30<ref(ma30,1);
bb30:=atan((ma30/ref(ma30,1)-1)*100)*180/3.1416;
强势狙击:=filter(bb30>30 and bb10>45 and cross(bb5,60),10);
加仓:=filter(count(cross(bb5,30),5)>=1 and ma5>ref(ma5,1) and 三拾日乖离率>ref(三拾日乖离率,1) and ma10>ref(ma10,1)
and 加速度5>ref(加速度5,1) and 速度5>ref(速度5,1),10);
清仓:=filter(count(cross(30,bb5),5)>=1 and (c>ma30 or o>ma30) and ma5<ref(ma5,1) and 三拾日乖离率<ref(三拾日乖离率,1) and ma10<ref(ma10,1),10);
drawtext(加仓 ,low*0.98,''),coloryellow;
jc:=cross(0,五日乖离率) and 三拾日乖离率<ref(三拾日乖离率,1) and ma10>ref(ma10,1) ;
减仓:=filter(jc,10);
mr:=count(cross(五日乖离率,0),3)>=1 and 三拾日乖离率>ref(三拾日乖离率,1) and ma5>ref(ma5,1) and (c/ref(c,1)-1)*100>5 and ref(c,1)<ma30;
买入:=filter(mr,10);{好公式网-最好的股票公式网站 www.goodgongshi.com}
drawtext(减仓,high*1.02,''),colorcyan;
drawtext(买入,low*0.95,''),coloryellow;
drawtext(清仓 ,high*1.05,''),colorgreen;
drawtext(强势狙击,low*0.92,''),coloryellow;
var21:=max(abs(high-amount/vol/100),abs(amount/vol/100-low));
var3:=abs((open+close)/2-amount/vol/100);
mv:=(var21+var3)/amount*vol*100*50;
m20:ma(c,20),colorff00ff,linethick1,dotline,nodraw;
m60:ma(c,60),colorgreen,linethick1,dotline;
压力:ma(ref(hhv(c,30),1),2),color9dffff,linethick1;
支撑:ma(ref(llv(c,30),1),2),colorabff46,linethick1;
zc:=cross(c,支撑);
drawtext(zc,low*0.97,'b'),coloryellow;
yl:=cross(c,压力);
drawtext(yl,high*1.03,'q'),coloryellow;
{黄金柱}
jj:=(3*c+h+l+o)/6;
varr1:=(8*jj+7*ref(jj,1)+6*ref(jj,2)+5*ref(jj,3)+4*ref(jj,4)+3*ref(jj,5)+2*ref(jj,6)+ref(jj,8))/36;
tj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>varr1 and c>ref(c,1);
ljl:=filter(tj1,5);
tj2:=if(barslast(ljl)=1 and close>ref(high,1),1,if(barslast(ljl)=2 and close>ref(high,2),1,if(barslast(ljl)=3 and close>ref(high,3),1,0)));
tp:=tj2=1;
stickline(close,ref(low,barslast(ljl)),ref(low,barslast(ljl)),0,0),coloryellow;
tj3:=if(barslast(ljl)=1 and close>ref(low,1),1,if(barslast(ljl)=2 and close>ref(low,2),1,if(barslast(ljl)=3 and close>ref(low,3),1,0)));
stfz:=tj3=1;
cl:=stfz and tp;
tjcl:=filter(cl,3);
stickline(ljl,open,close,3,0),colorff00ff;
{涨跌停变色}
c2:=ref(c,1);
涨停:=if((c-c2)*100/c2>=(10-0.01*100/c2),1,0);
stickline(涨停,open,close,3,0),coloryellow;
跌停:=if((c2-c)*100/c2>=(10-0.01*100/c2),1,0);
stickline(跌停,open,close,2,0),colorgreen;



上一指标公式:底部逢低分批买进潜伏指标下载 通达信源码
下一指标公式:自适应布林线指标(主图+源码+说明)下载 通达信指标源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文支撑压力主图+选股指标下载 通达信指标源码仅供学习研究。