{rsi50安全线}
lc:=ref(close,1);
rsi11:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100,colormagenta;
rsi22:=sma(max(close-lc,0),12,1)/sma(abs(close-lc),12,1)*100,colorwhite;
rsi33:=sma(max(close-lc,0),24,1)/sma(abs(close-lc),24,1)*100,coloryellow,dotline;
rsi50安全线:(rsi11>49 and rsi22>49 and rsi33>49)nodraw,color00ffff;
stickline(rsi50安全线,10,15,1,0)color00ffff;
好线:=38,colorff3311;
平线:=51,colorff1155;
深水:15,colorffff80,dotline;
ok:=ref(close,1);
rsi1:=sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorwhite;
rsi2:=sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorwhite;
鱼:sma(max(close-ok,0),7,1)/sma(abs(close-ok),7,1)*100,colorred,dotline;
rsi4:=sma(鱼,7,1),linethick1,colorwhite;
趋势a:=ma(((close-llv(low,48))/(hhv(high,48)-llv(low,48))*50),17)+9,colorffffff;
趋势b:=ma(((close-llv(low,53))/(hhv(high,53)-llv(low,53))*50),17)+9,color3377dd;
趋势c:=ema(((close-llv(low,38))/(hhv(high,38)-llv(low,38))*50),17)+18,coloryellow,linethick1;
a1:=ma(趋势a,7)*1.372,colorgreen,linethick1;
a2:=a1*1.0887;
a3:=(1.5*(趋势b+rsi4)-(a2+a1))+12,colorgreen,linethick1,dotline;
鱼网:if((cross(rsi2,rsi4) or cross(rsi2,a3) and a3<好线 and rsi1<平线),48,38),colorblue,linethick1;
白绿线:sma(鱼,7,1),linethick1,colorwhite;
{lc:=ref(close,1);}
鱼网蓝柱:鱼网=48 and cross(鱼,好线) and ref(ma(c,3),1)<=ma(c,3),colorblue;
stickline(鱼网蓝柱,50,70,3,0)colorred;
镶黄柱:c>ma(c,3) and c>=ma(c,7) and every(c>o,2) and 鱼网蓝柱;
stickline(镶黄柱,30,50,1,0)coloryellow;
notextd101:if(白绿线<ref(白绿线,1),白绿线,drawnull),colorgreen;
hh:=barslast(鱼<=15)<5;
深水鱼:cross(鱼,rsi4) and hh and 白绿线>15,nodraw,colorffffff;{红鱼上穿白绿线}
stickline(深水鱼,80,70,1,0)colorffffff;
{3、7日线金叉}
三七金叉:barslast(鱼网蓝柱)<5 and cross(ma(c,3),ma(c,7))nodraw,colorff00ff;
stickline(三七金叉,50,70,1,0)colorff00ff;
{阳后双阴}{好公式网http://www.goodgongshi.com}
阳后小双阴:(ref(c,2)-ref(c,3))/ref(c,2)>0.04 and count(c<ref(c,1),2)=2 and c>ma(c,7)color0080ff;
stickline(阳后小双阴,70,80,1,0)color0080ff;
阴线买入:c>o and ma(c,5)<ma(c,10) and ref(c<o,1) and ref(c<o,2) and ref(c<o,3) and (ref(c,1)<ref(c,4)*0.88 or ref(c,1)<ref(o,4)*0.88)colorgreen;
stickline(阴线买入,70,80,1,0)colorgreen;
bias1:=(close-ma(close,6))/ma(close,6)*100;
bias2:=(close-ma(close,12))/ma(close,12)*100;
bias3:=(close-ma(close,24))/ma(close,11)*100;
底1:bias1<-10 and bias2<=-10 and bias3<0;
dif:=ema(close,12)-ema(close,150);
dea:=ema(dif,9);
macd:=(dif-dea)*2;
底2:macd<0 and macd>ref(macd,1) and ref(macd,1)<ref(macd ,2)
and ref(macd,2)<ref(macd,3)
and ref(macd,3)<ref(macd,4);
var1:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
var2:=(close-ma(close,6))/ma(close,6)*100;
var3:=(close-ma(close,12))/ma(close,12)*100;
var4:=(close-ma(close,24))/ma(close,24)*100;
var5:=(var2+2*var3+3*var4)/6;
var6:=ma(var5,3);
底3:var6<=-10;
{好公式网http://www.goodgongshi.com}
var11:=close/ma(close,20)*100<80;
var12:=close/ma(close,40)*100<78;
var13:=close/ma(close,60)*100<72;
var14:=high>low*1.051;
var15:=var14 and count(var14,5)>1;
底4:var15 and (var11 or var12 or var13);
趋势线:=(close-ma(close,40))/ma(close,40)*100 ;
aa:=((ref(趋势线,1)<ref(趋势线,2) and 趋势线<-30) and 趋势线>=ref(趋势线,1)) or (ref(cross(-30,趋势线),1) and cross(趋势线,-30)) or 趋势线=-30;
bb:=((ref(趋势线,1)<ref(趋势线,2) and 趋势线<-20 and 趋势线>-25) and 趋势线>=ref(趋势线,1)) or (ref(cross(-20,趋势线),1) and cross(趋势线,-20));
底5:bb;{好公式网http://www.goodgongshi.com}
a:=sma((close-llv(low,14))/(hhv(high,14)-llv(low,14))*100,4,1);
b:=sma((close-llv(low,15))/(hhv(high,15)-llv(low,15))*100,4,1);
mb:=sma((b-50)*2,3,1)+sma((a-50)*2,3,1)/2;
金底:mb<-90;
综合选股:if(金底 and count(底5,5)>=1 and count(底4,3)>=1 and count(底1,3)>=1 and 底3 and 底2,1,0),colormagenta,linethick3;
上一指标公式:中长K线指标公式详解 同花顺
下一指标公式:量线指标公式详解 同花顺指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文RSI50安全线--这个实在太好了送大家指标公式详解 同花顺安全线仅供学习研究。