龙值:100-100*(hhv(high,5*8)-close)/(hhv(high,5*8)-llv(low,5*8)),dotline,linethick1;
a:=ma(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),19);
b:=-100*(hhv(high,14)-close)/(hhv(high,14)-llv(low,14));
d:=ema(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),4);
长期线:a+100,colorcyan,linethick2;
短期线:b+100,colormagenta;
中期线:d+100,coloryellow,linethick2;
变速率:(中期线-长期线),colorstick;
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:3*k-2*d,colorwhite;
varc:=(2*c+h+l)/4;//www.goodgongshi.com
vare:=llv(l,26);
var11:=hhv(h,34);
var12:=ema((varc-vare)/(var11-vare)*100,16);
var13:=ema(var12,4);
压力线:if(35+ema(var13,80)<100,35+ema(var13,80),100),colord98719,linethick2;
中短50买:中期线>=短期线+50;
drawicon(中短50买,-5,1);
drawtext(中短50买,-10,'五买'),coloryellow;
中短50买长:(中短50买 and 中期线>=长期线);
drawicon(中短50买长,110,7);
drawtext(中短50买长,115,'五长'),coloryellow;
中短50卖:短期线>=中期线+50;
drawicon(中短50卖,110,5);
drawtext(中短50卖,115,'五卖'),coloryellow;
多:sum(if(变速率>0,变速率*1.003,变速率*1.003>0),34)/34,colormagenta;
空:sum(if(变速率<=0,变速率*0.97,变速率*0.97<0),34)/34,colorgreen;
见顶:=((ref(中期线,1)>85 and ref(短期线,1)>85 and ref(长期线,1)>65) and cross(长期线,短期线));
顶部区域:(中期线<ref(中期线,1) and ref(中期线,1)>80) and (ref(短期线,1)>95 or ref(短期线,2)>95 ) and 长期线>60 and 短期线<83.5
and 短期线<中期线 and 短期线<长期线+4,colorgreen;
顶部:=filter(顶部区域,4);
stickline(顶部,99,103,20,1 ),colorred,linethick2;
底部区域:(长期线<12 and 中期线<8 and (短期线<7.2 or ref(短期线,1)<5) and (中期线>ref(中期线,1) or 短期线>ref(短期线,1)))
or (长期线<8 and 中期线<7 and 短期线<15 and 短期线>ref(短期线,1)) or (长期线<10 and 中期线<7 and 短期线<1) ,colorgreen;
stickline( 底部区域,-4,0,22,0 ),colorgreen;
低位金叉:50*(长期线<15 and ref(长期线,1)<15 and 中期线<18 and 短期线>ref(短期线,1) and cross(短期线,长期线) and 短期线>中期线
and (ref(短期线,1)<5 or ref(短期线,2)<5 ) and (中期线>=长期线 or ref( 短期线,1)<1 )),colorred;
stickline( 低位金叉,0,5,11,0 ),colorred;
短买:cross(短期线,中期线);
短买长:短买 and 中期线>=长期线;
stickline(短买长,105,110,8,0 ),colord98719;
短60买:短期线<=ref(短期线,1)-60;
drawicon(短60买,80,3);
drawtext(短60买,75,'六买'),coloryellow;
短60买长:短60买 and 中期线>=长期线;
drawicon(短60买长,88,1);
drawtext(短60买长,93,'六长'),coloryellow;
短60卖:短期线>=ref(短期线,1)+60;
drawicon(短60卖,96,2);
drawtext(短60卖,90,'六卖'),coloryellow;
stickline(cross(中期线,长期线),95,103,8,0 ),colorcyan;
stickline(cross(长期线,中期线),95,103,8,0 ),coloryellow;
stickline(cross(中期线,压力线),95,103,8,0 ),colorred;
macd2:=变速率;
dif:=中期线;
dea:=长期线;
stickline(macd2>=0 and macd2>ref(macd2,1),0,macd2,8,1),colorblue;
stickline(macd2>=0 and macd2<ref(macd2,1),0,macd2,8,1),colorcyan;
stickline(macd2<0 and macd2<ref(macd2,1),0,macd2,8,1),colorwhite;
stickline(macd2<0 and macd2>ref(macd2,1),0,macd2,8,1),colormagenta;
建仓:if(dif<0,dif,0),coloryellow,linethick2;
加仓:if(dif<0,0,dif),colormagenta,linethick2;
白线破仓:if(dif<dea,dif,dea),colorwhite,linethick2;
趋势强弱:if(dif>dea,dea,dea),color32cd99,linethick2;
tj:=macd2>0;t:=macd2<0;
drawtext(barslast(tj)=1,macd2,'1'),coloryellow;
drawtext(barslast(tj)=2,macd2,'2'),coloryellow;
drawtext(barslast(tj)=3,macd2,'3'),coloryellow;
drawtext(barslast(tj)=5,macd2,'5'),coloryellow;
drawtext(barslast(tj)=8,macd2,'8'),coloryellow;
drawtext(barslast(tj)=13,macd2,'13'),coloryellow;
drawtext(barslast(tj)=21,macd2,'21'),coloryellow;
drawtext(barslast(tj)=34,macd2,'34'),coloryellow;
drawtext(barslast(tj)=55,macd2,'55'),coloryellow;
drawtext(barslast(t)=1,macd2,'1'),colorgreen;
drawtext(barslast(t)=2,macd2,'2'),colorgreen;
drawtext(barslast(t)=3,macd2,'3'),colorgreen;
drawtext(barslast(t)=5,macd2,'5'),colorgreen;
drawtext(barslast(t)=8,macd2,'8'),colorgreen;
drawtext(barslast(t)=13,macd2,'13'),colorgreen;
drawtext(barslast(t)=21,macd2,'21'),colorgreen;
drawtext(barslast(t)=34,macd2,'34'),colorgreen;
drawtext(barslast(t)=55,macd2,'55'),colorgreen;
上一指标公式:主图波段金银指标公式详解 同花顺波段
下一指标公式:顶底多空买入指标公式详解 同花顺买入
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文趋势顶底金叉指标公式详解 同花顺趋势仅供学习研究。