原理是结合了kdj和rsi
重点观察红线rsi6与主力黄线的50以上金叉及65以上死叉;
rsv:= (c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
fastk:=sma(rsv,3,1);
y1a:=((sma(fastk,3,1))/2+40)*1.1;
线上牛:sma(y1a,3,1),colorwhite;
rsv1:= (hhv(h,9)-c)/(hhv(h,9)-llv(l,9))*100;
y2a:=(sma(rsv1,3,1)/2)*1.1;
线下熊:=sma(y2a,3,1),colorgreen;
lc := ref(c,1);
rsi6:sma(max(c-lc,0),6,1)/sma(abs(c-lc),6,1)*100,colorred,linethick2;
主力:ema(rsi6,13),coloryellow,linethick2;
趋势:=ema(主力,21) ,colormagenta,pointdot;
drawicon(filter(cross(78,rsi6) or cross(73,rsi6),2),rsi6,2);
drawicon(cross(主力,rsi6) and rsi6>30,rsi6,2);
//抄底:=filter(rsi6>ref(rsi6,1),2) and rsi6<51 and ref(rsi6,1)<35 and 主力<35;
抄底:=rsi6>ref(rsi6,1) and ref(rsi6,1)<主力 and rsi6<51 and ref(rsi6,1)<35 and 主力<35;
drawicon(filter(抄底,2),rsi6,1);
drawtext(filter(抄底,2) and count(抄底,6)>1,rsi6,'大机会');
drawicon(cross(rsi6,主力) and rsi6<66,rsi6,1);
强:73,colorff6633;
中:50,colorff6633;
弱区:35,colorff3e3e;
zdf:=(c-ref(c,1))/ref(c,1)*100;
假摔1:=ref(zdf,1)<-2.5 and c>(ref(c,1)+ref(c,2))/2 and zdf<6;
假摔11:=ref(zdf,1)+ref(zdf,2)<-4 and c>(ref(c,1)+ref(c,3))/2;// and zdf<5.5;
假摔2:=ref(zdf,1)<-4 and c>(ref(c,1)+min(ref(o,1),ref(c,2)))/2;
假摔3:=o<ref(c,4) and c>ref(c,4);
vr3:if(假摔1 or 假摔11 or 假摔2 or 假摔3,30,drawnull),colormagenta,linethick1,crossdot;
vr31:if(假摔1 or 假摔11 or 假摔2 ,24,drawnull),colormagenta,linethick1,crossdot;
踩雷:=zdf<-3 and ref(zdf,1)>3;
vr4:if(踩雷,30,drawnull),colorgreen,linethick1,crossdot;
vr41:if(踩雷,24,drawnull),colorgreen,linethick1,crossdot;
八日新高:=c>ref(hhv(h,7),1);//www.goodgongshi.com
stickline(八日新高,24,30,1,0),colorred;
新高失败:=barslast(八日新高)=8 and not(八日新高);
stickline(新高失败,24,30,1,0),colorgreen;
新高失败2:= barslast(八日新高)>barslast(新高失败) and barslast(新高失败)=8 and count(八日新高,8)<1;
stickline(新高失败2,24,30,1,0),colorgreen;
上一指标公式:快进快出20161指标公式详解 同花顺快进
下一指标公式:A短线突击队指标公式详解 同花顺突击队
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文战胜主力RSI2指标公式详解 同花顺战胜RSI2仅供学习研究。