drawtext(cross(ma(c,10),ma(c,20)),h,'-------------'),linethick2;
drawband(ma(c,3),rgb(230,0,250),hhv(ma(c,5),10),rgb(0,100,150));
ma5:ma(close,5);
ma10:ma(close,10);
ma20:ma(close,20);
ma30:ma(close,30);
ma60:ma(close,60);
ma120:ma(close,120);
ma250:ma(close,250);
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
x:=llv(j,2)=llv(j,8);
y:=if(cross(j,ref(j+0.01,1)) and x and j<20,30,0);
主力:=ema( (close-ma(close,3))/ma(close,3),2);
散户:=ema( (close-ma(close,20))/ma(close,20),7);
var2:=llv(low,10);
var3:=hhv(high,25);
动能趋势线:=100*ema((close-var2)/(var3-var2),4);
{drawtext(cross(动能趋势线,70),high*1.02,'险'),colorgreen;
drawtext(cross(动能趋势线,80),high*1.02,'减'),color00ff00;}
drawtext(cross(动能趋势线,87.5),high*1.02,'←出局'),colorlired;
drawicon(cross(动能趋势线,87.5),high*1.02,2);
drawtext(cross(j,ref(j+0.01,1)) and x and j<20,low*0.96,'←短进'),colorblue;
drawicon(cross(j,ref(j+0.01,1)) and x and j<20,low*0.97,1);
drawtext(cross(主力,散户) and 主力<0 and 散户<0,low*0.95,'←见底'),colorred;
drawicon(cross(主力,散户) and 主力<0 and 散户<0,low*0.96,1);
{涨停:=if((c-ref(c,1))*100/ref(c,1)>=(10-0.01*100/ref(o,1)),1,0);
stickline(涨停,o,c,3,0),coloryellow;
zdf:=(c-ref(c,1))/ref(c,1)*100;
stickline(zdf<-9.9,o,c,3,0),colorgreen;}
stickline(close> ref(close,1) ,high,low,0,1 ),colorred;
stickline(close> ref(close,1) ,open,close,3,0 ),color000055;
stickline(close> ref(close,1) ,open,close,2.7,0 ),color000077;
stickline(close> ref(close,1) ,open,close,2.1,0 ),color000099;
stickline(close> ref(close,1) ,open,close,1.5,0 ),color0000bb;
stickline(close> ref(close,1) ,open,close,0.9,0 ),color0000dd;
stickline(close> ref(close,1) ,open,close,0.3,0 ),color0000ff;
stickline(close= ref(close,1) ,high,low,0,1 ),colorwhite;
stickline(close= ref(close,1) ,open,close,3,0 ),color555555;
stickline(close= ref(close,1) ,open,close,2.7,0 ),color777777;
stickline(close= ref(close,1) ,open,close,2.1,0 ),color999999;
stickline(close= ref(close,1) ,open,close,1.5,0 ),colorbbbbbb;
stickline(close= ref(close,1) ,open,close,0.9,0 ),colordddddd;
stickline(close= ref(close,1) ,open,close,0.3,0 ),colorffffff;
stickline(close< ref(close,1) ,high,low,0,1 ),colorcyan;
{stickline(close< ref(close,1) ,open,close,3,0 ),color990000;}
{stickline(close< ref(close,1) ,open,close,2.7,0 ),colorcc0000;}
{stickline(close< ref(close,1) ,open,close,2.1,0 ),colorff4400;}
{stickline(close< ref(close,1) ,open,close,1.5,0 ),colorff8800;}
{stickline(close< ref(close,1) ,open,close,0.9,0 ),colorffcc00;}
{stickline(close< ref(close,1) ,open,close,0.3,0 ),colorcyan;}
k1:=(c+h+l)/3;
d1:=ma(k1,4);
阻力:hhv(d1,55),colorred;
drawtext(ref(c,1)>d1 and c<d1 and d1>ref(d1,1),h*1.02,'←卖');
drawicon(ref(c,1)>d1 and c<d1 and d1>ref(d1,1),h*1.02,2);
drawtext(ref(c,1)<d1 and c>d1 and d1<ref(d1,1),l*0.98,'←买'),colormagenta;
drawicon(ref(c,1)<d1 and c>d1 and d1<ref(d1,1),low*0.99,1);
xxs:=ma(low,5)*(1-5/100);
xxs1:=ma(high,5)*(1+5/100);
drawtext(cross(xxs1,c),h*1.01,'←砸'),colorgreen;
drawicon(cross(xxs1,c),high*1.01,2);
五日乖离率:=(c-ma5)/ma5*100;
bb05:=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;
bb10:=atan((ma10/ref(ma10,1)-1)*100)*180/3.1416;
三拾日乖离率:=(c-ma30)/ma30*100,nodraw;
加仓:=filter(count(cross(bb05,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,bb05),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;
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);
drawtext(买入,low*0.96,'◆买入'),coloryellow;
drawtext(清仓 ,high*1.00,'◆清仓'),colorgreen;
{ma18:=ma(close,18);
mtm:=c-ref(c,1);//www.goodgongshi.com
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
买:=llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2));
drawtext(filter(买=1,5),low,'★买'),colorred;
加:=ma18>=ref(ma18,3) and cross(close,ma18);
drawtext(加,low*0.99,'★加'),colorcc66ff;
卖:=hhv(dx,2)=hhv(dx,7) and count(dx>50,2) and cross(ma(dx,2),dx);
drawtext(filter(卖=1,1),high*1.01,'★卖'),colorgreen;};
上一指标公式:波段买卖指标公式详解 同花顺波段
下一指标公式:金八柱指标公式详解 同花顺金八柱
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文超级好指标公式详解 同花顺仅供学习研究。