捕捞季节的彩带指标,超短线利器!移植于通达信平台,大家可以试试!
wy1001:=(2*close+high+low)/4;
wy1002:=ema(wy1001,3);
wy1003:=ema(wy1002,3);
wy1004:=ema(wy1003,3);
xys0:(wy1004-ref(wy1004,1))/ref(wy1004,1)*100;
stickline(xys0>=0 and xys0>=ref(xys0,1),xys0,0,8,0),colorred;
stickline(xys0>=0 and xys0<ref(xys0,1),xys0,0,8,0),colorff0000;
stickline(xys0<0 and xys0<ref(xys0,1),xys0,0,8,0),colorgreen;
stickline(xys0<0 and xys0>=ref(xys0,1),xys0,0,8,0),colorff00ff;
pjgj:=amount/vol/100;
ssrydjx:=ma(pjgj,13);
ssrcjl:=ema(vol,13);
ssrcje:=ema(amount,13);
ssrcbjx:=ssrcje/ssrcjl/100;
cys13:=(close-ssrcbjx)/ssrcbjx*100;
xyshsl:=ema(vol/capital*100,13);
//www.goodgongshi.com
b:=min(2,xys0);
c:=min(1.5,xys0);
d:=min(1,xys0);
g:=min(0.5,xys0);
stickline(xys0>0 and xyshsl>6.1 and cys13>10500 ,b ,0 ,8,0 ),colorgreen;
stickline(xys0>0 and xyshsl>3.8 and cys13>10500 ,c ,0 ,8 ,0 ),coloryellow;
stickline(xys0>0 and xyshsl>2.1 and cys13>10500 ,d ,0 ,8 ,0 ),colorcyan;
stickline(xys0>0 and xyshsl>1.8 and cys13>10500 ,g ,0 ,8 ,0 ),colorblue;
xys1:ema(xys0,2),coloryellow;
xys2:ema(xys0,1),colormagenta;
drawicon(cross(xys1,xys2),xys1,15);
drawicon(cross(xys2,xys1),xys1,5);
a1:=barslast(ref(cross(xys2,xys1),1));
底背离:=ref(close,a1+1)>close and xys2>ref(xys2,a1+1) and cross(xys2,xys1) and xys2<0;
stickline(底背离,xys1*1.09,xys1*0.86,6,0),color00ff00;
drawline(a1=0,xys1,底背离,xys1,0),colorred;
drawicon(底背离,xys1*0.66,24),color6600ff;
a2:=barslast(ref(cross(xys1,xys2),1));
顶背离:=ref(close,a2+1)<close and ref(xys2,a2+1)>xys2 and cross(xys1,xys2) and xys2>0;
drawline(a2=0,xys1,顶背离,xys1,0),colorgreen;
drawtext(顶背离,xys1*1.2,' 顶背离'),color00ff00;
drawicon(xys0>ref(xys0,1) and ref(xys0,1)<ref(xys0,2) and ref(xys0,2)<ref(xys0,3),xys1*0.66,24);
上一指标公式:建仓拉升主图指标公式详解 同花顺建仓
下一指标公式:小毛驴中线60日指标公式详解 同花顺中线
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文捕捞季节超短指标公式详解 同花顺捕捞季节仅供学习研究。