跟随机构下载:
突破a:=ref(ema(c,14),1);
a1x:=(ema(c,10)-突破a)/突破a*100;
m9日:=ma(c,9);
基准:=if(a1x>=0,ref(ema(c,17),barslast(cross(a1x,0))+1),ref(ema(c,17),barslast(cross(0,a1x))+1));
准尉:=基准<ref(基准,1);
上基:if(a1x>0,ref(ema(c,17),barslast(cross(a1x,0))+1),drawnull),colorred,linethick2;
下基:if(a1x<0,ref(ema(c,17),barslast(cross(0,a1x))+1),drawnull),color009900,linethick2;
///机构利器部分///
ma3:=ma(c,3);
ma5:=ma(c,5);
ma10:=ma(c,10);
ma20:ma(c,20);
ma30:=ma(c,30);
ma60:=ma(c,60);
ma120:=ma(c,120);
ma250:=ma(c,250);
varjg1:=ref(close,2);
会员:=sma(max(close-varjg1,0),7,1)/sma(abs(close-varjg1),7,1)*100,colorffaa66;
varjg2:=ref(close,1);
varjg3:=sma(max(close-varjg2,0),7,1)/sma(abs(close-varjg2),7,1)*100;
逃亡:= if(会员< ref(会员,1) and 会员>79,会员,0);
见底:=88>0 and ref(o,1)/ref(c,1)>1.04 and ref(l,1)<=688 and o>ref(c,1)and c<ref(o,1)and c/o>=1.01;
q2:=(close-llv(low, 18))/(hhv(high, 18)-llv(low, 18))*100;
q3:=sma(q2, 9, 1);
q4:=sma(q3, 3, 1);
做多能量:=3*q3-2*q4,colorwhite,linethick1;
q8:=hhvbars(high, 50);
q10:=(close-ref(open, q8))/ref(open, q8)*100;
跨越:=ema(q3, 3),colorred;
drawtext(cross(做多能量, 8) and q10<-13, l*0.87,'大底'),coloryellow,linethick5;
varjg4:=(hhv(high,36)-close)/(hhv(high,36)-llv(low,36))*100;
做空能量:=sma(varjg4,3,1),colorgreen,linethick2;
drawtext(cross(跨越,做空能量) ,l*0.97,'强'),linethick1;
drawtext(cross(跨越,做多能量) , l*0.93,'调'),colorffaa66,linethick1;
drawtext(ref(cross(做空能量,跨越),25) and 做空能量>1.005*跨越,l*0.92,'买点'),colorlired,linethick1;
drawtext(ref(cross(跨越,做多能量),82) and 跨越>1.3*做多能量,l*0.9,'低买'),colorlired,linethick1;
关:=cross(会员,做多能量);
drawtext(cross(会员,做多能量),h*1.06,'关'),coloryellow;
注:=cross(会员,跨越);
drawtext(cross(会员,跨越),h*1.03,'注'),colorgreen;
始:=cross(做多能量,跨越);//
drawtext(cross(做多能量,跨越),close*0.87,'始'),coloryellow;
drawtext(cross(做多能量,跨越) and close>ma10,close*0.87,'始'),colorred;
加:=cross(会员,做空能量);
drawtext(cross(会员,做空能量),l*0.95,'加'),colormagenta;
会员四项:=关 and 注 and 始 and 加;//
会员三项:=关 and 注 and 始;//
drawtext(会员四项, l*0.84,'会4'),colorred;
drawtext(会员三项, l*0.82,'会3'),coloryellow;
绝底:=c-o>=0 and o/l>1.05 and l<=llv(l,20);
drawtext(绝底,close*0.80,'绝底'),coloryellow;
强势3:=(做多能量-做空能量)>0 and 做多能量>跨越 and (做多能量-做空能量)>(ref(做多能量,1)-ref(做空能量,1));
强势4:=(做空能量-做多能量)>0 and 做多能量>跨越 and (做空能量-做多能量)<(ref(做空能量,1)-ref(做多能量,1));
强势1:=(做多能量-做空能量)>0 and 做多能量>跨越 and (做多能量-做空能量)>(ref(做多能量,1)-ref(做空能量,1))
and (ref(做多能量,1)-ref(做空能量,1))>(ref(做多能量,2)-ref(做空能量,2));
强势2:=(做空能量-做多能量)>0 and 做多能量>跨越 and (做空能量-做多能量)<(ref(做空能量,1)-ref(做多能量,1))
and (ref(做空能量,1)-ref(做多能量,1))<(ref(做空能量,2)-ref(做多能量,2));
强势: =强势3 or 强势4;
极强势:=强势1 or 强势2;
stickline(极强势,o,c,5,0),colorred;
stickline(强势,c,o,5,0),colormagenta;
弱势3:=(做多能量-做空能量)>0 and 做多能量<跨越 and (做多能量-做空能量)<(ref(做多能量,1)-ref(做空能量,1));
弱势4:=(做空能量-做多能量)>0 and 做多能量<跨越 and (做空能量-做多能量)>(ref(做空能量,1)-ref(做多能量,1));
弱势1:=(做多能量-做空能量)>0 and 做多能量<跨越 and (做多能量-做空能量)<(ref(做多能量,1)-ref(做空能量,1))
and (ref(做多能量,1)-ref(做空能量,1))<(ref(做多能量,2)-ref(做空能量,2));
弱势2:=(做空能量-做多能量)>0 and 做多能量<跨越 and (做空能量-做多能量)>(ref(做空能量,1)-ref(做多能量,1))
and (ref(做空能量,1)-ref(做多能量,1))>(ref(做空能量,2)-ref(做多能量,2));
弱势:=弱势3 or 弱势4;
极弱势:=弱势1 or 弱势2;
stickline(弱势,o,c,5,0),coloryellow;
stickline(极弱势,o,c,5,0),colorgreen;
///重生买///
生命线:ma(c,21);
ma3:=ma(c,3);
攻击线:ma(c,3),coloraaee00;
成长线:ma(c,60),colorred;
drawtext(cross(ma3 , ma(c,10)),l , '一买'),colorwhite;
drawtext( cross(ma3 , 生命线),l , '二买'),colorcyan;
drawtext( cross( ma(c,10) , 生命线),l , '三买'),colormagenta;
drawtext( cross(ma3 , 生命线) and cross(ma3 , ma(c,10)),l, '买'),colorred;
drawtext( cross(ma3,成长线),h*1.13 , '四买'),colorred;
drawtext( cross(生命线,成长线),h*1.13 , '五买'),colorred;
穿月:= cross(c, 生命线) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(穿月,h*1.13 , '穿月'),coloryellow;
换季:= cross(c, 成长线) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(换季,h*1.17 , '换季'),colormagenta;
度日:= cross(c, ma3) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(度日,h*1.06 , '度日'),colorwhite;
半月:= cross(c, ma(c,10)) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(半月,h*1.1 , '半月'),colorgreen;
drawtext( cross(ma3 , llv(ma((low+high+close+o)/4,6),88)),l*0.93, '试'),colorred;
drawtext( cross(1.86*ema(close,5)-ema(close,13) , llv(ma((low+high+close+o)/4,6),88)),l*0.85, '加仓'),colorred;
drawtext( cross(ma3 ,hhv(ma((low+high+close+o)/4,5),58)) and c>hhv(ma((low+high+close+o)/4,5),58),h*1.03 , '时间窗'),colorred;
drawtext(cross(ema((ema(c,4)+ema(c,6)+ema(c,12)+ema(c,24))/4,2), ma(c,27)),h*1.02,'牛来'),colorred;
金股棒:=cross(ma3 , 生命线) and count(cross(生命线,攻击线),10);
drawtext(金股棒,low*0.67,'金股棒'),colorred;
上一指标公式:黄金买卖LAO下载
下一指标公式:相对前日倍数换手率选股指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文跟随机构下载仅供学习研究。