使用说明:看顏色红掌绿跌,短中长趋势走向分析。
看买线:ma(close,3),colorwhite,linethick1;
看卖线:ma(close,13),coloryellow,linethick1;
bb10:=((atan((看买线 - ref(看买线,1))) * 3.1416) * 10);
bb12:=((atan((看卖线 - ref(看卖线,1))) * 3.1416) * 10);
stickline(看卖线>看买线,看卖线,看买线,4,0),colormagenta,linethick2;
stickline(看买线>看卖线,看卖线,看买线,4,0),coloryellow,linethick2;
stickline((((看卖线 <= 看买线) and (bb12 >= 1)) and (bb10 >= 1)),看买线,看卖线,8,0),colorred;
stickline((((看卖线 >= 看买线) and (bb10 <= 1)) and (bb10 <= 1)),看买线,看卖线,8,0),colorgreen;
x1:=(c+l+h)/3;bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;
ema8:=ema(c,8);drawtext(filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10),
看卖线-0.13,'∠45上升'),colorwhite;
短期趋时:=ma(c,20);
ma60:=ma(c,60);
ma250:=ma(c,250);
压力:if(hhv(h,55),const(hhv(h,18)),drawnull),colorcyan;
支撑:if(llv(l,5),const(llv(l,13)),drawnull),colorlired;
短期极底:ma(ref(llv(c,21),1),2),colorblue;
var3aa:=if((close>ref(close,1)),88,0);
var4aa:=if(((close)/(ref(close,1))>1.05) and ((high)/(close)<1.01) and (var3aa>0),91,0);
drawtext(filter((var4aa>89),55),支撑*1.045,'★加仓'),colorlired;
var18:=zig(3,72)<ref(zig(3,72),1) and ref(zig(3,72),1)>=ref(zig(3,72),2) and ref(zig(3,72),2)>=ref(zig(3,72),3);
drawtext(var18,h*0.96,'★减仓'),colorgreen;
短期主涨:if(c>短期趋时,短期趋时,drawnull),colorred,linethick2;
短期主跌:if(c<短期趋时,短期趋时,drawnull),colorcyan,linethick2;
中期主涨:if(c>ma60,ma60,drawnull),colorlired,linethick2;
中期主跌:if(c<ma60,ma60,drawnull),colorgreen,linethick2;
长期主牛:if(c>ma250,ma250,drawnull),colormagenta,linethick1;
长期主熊:if(c<ma250,ma250,drawnull),colorligreen,linethick1;
分时浪:=zig(3,5),colorwhite,linethick2;
趋势浪:=zig(3,10),colorblue,linethick3;
hh:=ema(趋势浪,2);
drawtext(cross(hh,趋势浪),压力*1.015,'~●卖高'),colorcyan;
drawtext(cross(趋势浪,hh),支撑*0.986,'~●买低'),colormagenta;
gg:=ema(分时浪,2);
drawicon(cross(分时浪,gg),l, "buy");
drawicon(cross(gg,分时浪),h,"sell");
aa1:=amount/v;bb1:=l<aa1*0.9;
cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;dd1:=l<ma(c,5)*0.921;ee1:=v<ma(v,5)*1.5;
ff1:=bb1 and cc1 and dd1 and ee1;drawtext(ff1,(low* 0.96),'老鼠仓'),color4080ff;
a51:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1);
黑马线:=ema(a51,5);a54:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
趋势线:=(ma(3*sma(a54,6,1)-2*sma(sma(a54,5,1),5,1),2));
drawtext(cross(趋势线,0)and 黑马线<40,(短期趋时* 0.998),'▲~发现大黑马'),colorblue;
var17:=zig(3,72)>ref(zig(3,72),1) and ref(zig(3,72),1)<=ref(zig(3,72),2) and ref(zig(3,72),2)<=ref(zig(3,72),3);
drawtext(var17,短期趋时,'发现∮黑马'),colorff6600;
var2:=llv(low,27);var3:=hhv(high,34);var4:=ema((close-var2)/(var3-var2)*4,4)*25;
注意买:=if((var4<10),80,100);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;超跌:=if(j<0,10,0);bddd:=llv(j,2)=llv(j,8);
买入:=if(cross(j,ref(j+0.01,1)) and bddd and j<20,30,0);
drawtext(买入 and 注意买=100 and 超跌=0,短期趋时,'~短线试水'),color8000ff;
ma200:=ema(close,20);
ma400:=ema(close,40);
ma600:=ema(c,60);//www.goodgongshi.com
aa:=barslast(ma400>ma600 and (ma200=ma400 or ma200>ma400));
bb:=ref(count(c<ma600,aa)=aa,1);
cc:=cross(c,ma600) and vol>ma(vol,5) and (c-ref(c,1))/ref(c,1)*100>2;
芙蓉出水:=bb and cc;
stickline(芙蓉出水,c,c-0.1,6,0),colorlired;
drawtext(芙蓉出水,l-l*0.000001,'↖芙蓉出水'),colorred;
上一指标公式:长波顶底选股指标公式详解 同花顺长波
下一指标公式:YKDJ指标公式详解 同花顺YKDJ
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多空决指标公式详解 同花顺多空仅供学习研究。