简单布林线
在低位提示有支撑的价位介入,在高位提示有压力的价位出局。
配合大盘,均线,成交量和其它指标使用效果更佳。
mid : ma(close,20),pointdot,linethick1,colorwhite;
upper: mid + 2*std(close,20),linethick1,coloryellow;
lower: mid - 2*std(close,20),linethick1,colorcyan;
var1:=upper;
ff:=var1>ref(var1,1);
二分位:(h+l)/2 ,linethick1,colorwhite,pointdot;
partline(var1,ff,rgb(255,0,0),1,rgb(0,255,0)),linethick1;
var2:=lower;
ff:=var2>ref(var2,1); partline(var2,ff,rgb(255,0,0),1,rgb(0,255,0)),linethick1;
var3:=ma(close,18);
ff:=var3>ref(var3,1);partline(var3,ff,rgb(255,0,0),1,rgb(3,3,255)),linethick1;
var4:=ma(close,4);
ff:=var4>ref(var4,1); partline(var4,ff,rgb(235,1,1),1,rgb(3,3,255)),linethick1;
rsv:=(close-llv(low,10))/(hhv(high,10)-llv(low,10))*100;
xx1:=ema(slope(1,1)+c,3),colorred;
yy1:=ema(slope(1,1)+c,7),colorblue;
yz1:=c/o>1.02 and h/c>1.02 and o/l<1.02;
yz2:=ref(c,1)>ref(o,1) and o>ma(c,11);
y:=(ma(c,13)-ma(c,55))/ma(c,13)*100;
yz:=yz1 and yz2 and y>10;
gr1:=barslast(between("bias.bias2"(6,13,24),0,5) );
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);
xx2:=ema(slope(1,1)+c,3),colorred;
yy2:=ema(slope(1,1)+c,7),colorblue;
xx3=ma(close, 5);
yy3=ma(close, 60);
xx4=cross(xx2,yy2) and xx3>yy3;
yy4=cross(yy2,xx2) and xx3>yy3 and count(cross(xx1,yy1) and xx3>yy3 ,30);
a1:=ema(c,14),colorwhite,linethick1;
a1x:=(a1-ref(a1,1))/ref(a1,1)*100,nodraw;
支撑位:if(a1x>=0,ref(ema(c,14),barslast(cross(a1x,0))+1),drawnull),colorred,linethick1;
阻力位:if(a1x<0,ref(ema(c,14),barslast(cross(0,a1x))+1),drawnull),colorgreen,linethick1;
限制:=ema((((h+c)/2+l+(c+l)/2)/3-ema(llv(((h+c)/2+l+(c+l)/2)/3,89),2))/(ema(hhv (((h+c)/2+l+(c+l)/2)/3,21),2)-ema(llv(((h+c)/2+l+(c+l)/2)/3,89),2)),8)*100;
平衡:=sma(ema(sma((c+l)/2,3,1),3),5,1);
drawtext(filter(平衡>ref(平衡,1)and hhv(ma((h+c)/2,13),10)<ref(hhv(ma((h+c)/2,13),10),1) and((c+l)/2)>ref((c+l)/2,1),5)and 限制<88,l*0.98,' ------'),colorcyan;
var1:ma(c,20),colorred;
上升:if(var1>ref(var1,1),var1,drawnull),colorred,linethick1;
下降:if(var1<=ref(var1,1),var1,drawnull),colorgreen,linethick1;
mid : ma(close,n);
upper: mid + p*std(close,n);
lower: mid - p*std(close,n);
力道线:ma(close,5);
drawgbk(c<ma(c,89),strip(rgb(0,100,0),rgb(0,100,0),1));
drawgbk(c>ma(c,89)and c/ma(c,3)<1.10,strip(rgb(100,0,0),rgb(100,0,0),1));
drawgbk(c/ma(c,89)>1.1,strip(rgb(120,0,120),rgb(120,0,120),1));
上一指标公式:机构筹码资金进场趁早介入指标公式详解 同花顺筹码介入
下一指标公式:布林带战法指标公式详解 同花顺布林指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文简单布林线指标公式详解 同花顺指标简单仅供学习研究。