高抛低吸波段主图源码下载:
高抛低吸,波段指标。
biccup1:=ma((c-ma(c,13))/ma(c,13),3)*100,colorwhite,linethick0;
biccup3:=ma((c-ma(c,34))/ma(c,34),3)*100,colorff00ff,linethick0;
进入视野区域:=count(biccup3<0,8)>=8 and count(biccup3>0,34)>13 and count(biccup3<0,55)>30 or biccup3<-15,linethick0;
stickline(进入视野区域,c,o,3,0),color8977ff;stickline(进入视野区域,l,h,0,0),color8977ff;
迅速出击:=cross(biccup1,0) and sum(if(biccup3<-15,10,0),8)>10,linethick0;
stickline(迅速出击,c,o,3,0),color0066bb;stickline(迅速出击,c,o,2,0),color0099cc;
stickline(迅速出击,c,o,1,0),color00ccee;stickline(迅速出击,c,o,0.1,0),color00ffff;
stickline(迅速出击,l,h,0,0),color00ffff;drawtext(迅速出击,c*0.97,'迅速出击'),color0000ff;
lc:=ref(c,1),linethick0;rsi:=((sma(max((c-lc),0),13,1)/sma(abs((c-lc)),13,1))*100);
stickline((rsi<20),l,h,0.1,0),colorff6600;stickline((rsi<20),o,c,8,0),colorcc5000;
drawtext(cross(rsi,20-0.0005),l*0.97,'短牛'),coloraa99aa;
stickline(cross(rsi,20-0.0005),c,o,3,0),color888888;
stickline(cross(rsi,20-0.0005),c,o,2,0),coloraaaaaa;
stickline(cross(rsi,20-0.0005),c,o,1,0),colorcccccc;
stickline(cross(rsi,20-0.0005),c,o,0.1,0),colorffffff;
stickline(cross(rsi,20-0.0005),l,h,0,0),colorffffff;
rsv:=(((c-llv(l,9))/(hhv(h,9)-llv(l,9)))*100);
猛马:=sma(rsv,3,1);
d:=sma(猛马,3,1);
牛来了:=((c>lc) and c>o);
k猛马:=hhv(猛马,5);
白猛马:=hhv(d,5);
d1:=ref(d,1);k1:=ref(猛马,1);
stickline(((白猛马>75) and cross(d,猛马)),c,o,3,0),color008800;
stickline(((白猛马>75) and cross(d,猛马)),c,o,2,0),color00aa00;
stickline(((白猛马>75) and cross(d,猛马)),c,o,1,0),color00cc00;
stickline(((白猛马>75) and cross(d,猛马)),c,o,0.1,0),color00ff00;
stickline(((白猛马>75) and cross(d,猛马)),l,h,0,0),color00ff00;
stickline((((d1<30) and cross(猛马,d)) and 牛来了),c,o,3,0),color0011ff;
stickline((((d1<30) and cross(猛马,d)) and 牛来了),c,o,2,0),color0044ff;
stickline((((d1<30) and cross(猛马,d)) and 牛来了),c,o,1,0),color0077ff;
stickline((((d1<30) and cross(猛马,d)) and 牛来了),c,o,0.1,0),color0099ff;
stickline((((d1<30) and cross(猛马,d)) and 牛来了),l,h,0,0),color0099ff;
drawtext((((d1<30) and cross(猛马,d)) and 牛来了),l,'立刻出击'),color0066ff;
drawtext((((d1<30) and cross(猛马,d)) and 牛来了),l*0.95,'↑买'),colorffaaff;
drawtext(((白猛马>75) and cross(d,猛马)),h*1.05,'↓卖'),color00cc00;
gxl1:=ma(c,13);{好公式网-最好的股票公式网站www.goodgongshi.com}
gxl:=atan((gxl1-ref(gxl1,1)))*180/2;
stickline(gxl>1 and gxl1>ref(gxl1,1),gxl1,ref(gxl1,1),5,0),color00ffff;
stickline(gxl<1 and gxl1<ref(gxl1,1),gxl1,ref(gxl1,1),5,1),colorgreen;
gxl2:=ma(c,21);
gxl3:=atan((gxl2-ref(gxl2,1)))*180/2;
stickline(gxl3>1,gxl2,ref(gxl2,1),5,0),colorff00ff;
stickline(gxl3<1,gxl2,ref(gxl2,1),5,1),colorff0000;
ab:=ema(((2*c+h+l)/4-llv(low,30))/(hhv(high,30)-llv(low,30))*100,8);
ba:=ema(ab,5);
a1{??}:=refdate(ref(hhv(h,96),5),date);
b1{μí}:=refdate(ref(llv(l,96),5),date);
dy{?d}:=((a1)+(b1))/2;
上轨:if(ab>0 and ab-ba<=0,a1,a1),linethick2,color00ff00;
支撑:if(ab>0 and ab-ba<=0,dy,dy),linethick2,color00ff00;
下轨:if(ab>0 and ab-ba<=0,b1,b1),linethick2,color00ff00;
逃顶:if(ab>0 and ab-ba>0,a1,drawnull),linethick2,colorred;
压力:if(ab>0 and ab-ba>0,dy,drawnull),linethick2,colorred;
抄底:if(ab>0 and ab-ba>0,b1,drawnull),linethick2,colorred;
zt:=c/ref(c,1)>1.098 and h=c;
stickline(zt,o,c,3,0),coloryellow;
stickline(zt,o,l,0,0),coloryellow;
上一指标公式:通达信公式金三角副图和选股指标下载
下一指标公式:擒妖神通下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文高抛低吸波段主图下载仅供学习研究。