kma:ma(close,1),pointdot;
mid:ma(close,20);
upper:mid+2*std(close,20);
lower:mid-2*std(close,20);
{stickline(close,high,low,0.1,1),color0000ff;
stickline(close,close,close,4,1),color0000ff;}
bb:(c-lower)/(upper-lower),colorwhite,nodraw;
bwidth:(upper-lower)/mid,colorwhite,nodraw;
a1:=ma(c,5);
a2:=ma(c,15);
a3:=ma(c,30);
a4:=cross(a1,a2);
a5:=cross(a2,a3);
a6:=cross(a1,a3);
fd1:=a1>=ma(c,120) and a2>=ma(c,120);
q6:=atan((ma(c,120)/ref(ma(c,120),1)-1)*100)*57.3;
q7:=atan((ma(c,250)/ref(ma(c,250),1)-1)*100)*57.3;
麻花:a6 and count(a4,3)>=1 and count(a5,3)>=1 and fd1 and q6>0 and q7>0,nodraw;
drawtext(麻花,mid,'a');
中轨:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;
上轨:=中轨+3*std(中轨,13);
下轨:=中轨-3*std(中轨,13);
收口大小:=(上轨-中轨)/中轨*100;
xd:=上轨>=ref(上轨,1) and 下轨>=ref(下轨,1);
xe:=filter(xd=1 and exist(收口大小<2.1,2) and c>=ref(c,1)*0.981,7);
xf:=xd=1 and exist(收口大小<2.1,2) and c>=ref(c,1)*0.981;
xf2:=exist(xd=1,3) and 收口大小<2 and c>=中轨 and c>=ref(c,1)*0.981;
收口:xf or xf2,nodraw;
drawtext(收口,lower,'i');
xv:cross(收口,0.1) and ref(c,1)<=mid and ref(c,2)<=mid,nodraw;
drawtext(xv,mid,'i');
xo:cross(收口,0.1) and cross(mid*1.001,ref(l,1)),nodraw;
drawtext(xo,upper,'i');//www.goodgongshi.com
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
yxf:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
蓝:if(filter(yxf=1,5),20,0),colorliblue,linethick3;
红: if(filter(yxf=1,5),10,0),colorred,linethick2;
黄: if(filter(yxf=1,5),5,0),coloryellow,linethick1;
dif3:=ema(close,12)-ema(close,26);
dea3:=ema(dif3,9);
macd3 := 2*(dif3-dea3);
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;
止跌:macd3>ref(macd3,1) and ref(macd3,2)>=ref(macd3,1) and j<50 and c>ref(c,1) and c>o and j>ref(j,1);
上一指标公式:布林宝塔操盘手指标公式详解 同花顺操盘手布林
下一指标公式:牛股突袭指标公式详解 同花顺突袭
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文收口布林主图指标公式详解 同花顺收口仅供学习研究。