drawgbklast(v>1,strip(rgb(0,0,205),rgb(60,179,113),0));
成金:(llv(low ,20)+hhv(high ,20) )/2,colorgreen,linethick2;
趋势线:(ma(close,30)+ma(close,72))/2,coloryellow,linethick2;
多空线:(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4,colorwhite,linethick2;
da:=(ema(c,1)+ema(c,2)+ema(c,3)+ema(c,4))/4;
db:=(ema(c,10)+ema(c,20)+ema(c,40)+ema(c,80))/4;
drawtext(cross(da-db,0),l*0.95,'★b'),colorred;
jh:=sma(max(c-ref(c,1),0),5,1)/sma(abs(c-ref(c,1)),5,1)*100;
drawtext(cross(84,jh),h*1.02,'☆s'),colorgreen;
压21:hhv(high,21),coloryellow;
支10:llv(low,10),coloryellow;
做空:hhv((high+low+open+2*close)/5*2-l,5),colorred,linethick2;
平衡:llv((high+low+open+2*close)/5,3),colorwhite,linethick2;
做多:llv((high+low+open+2*close)/5*2-h,8),colorgreen,linethick2;
f:=100*(c-ref(c,1))/ref(c,1);
今小昨:=if(c<ref(o,1) and f<0,1,0);
p1:=今小昨;
今小前:=if(c<ref(o,2) and f<0,1,0);
p2:=今小前;
stickline(p1=0 and ref(p1,1)=1 and p2=0 and ref(p2,1)=1,open,close,6,0),colormagenta;
stickline(p1=1 and ref(p1,1)=0 and p2=1 and ref(p2,1)=0,open,close,3,0),colorgreen;
{二次金叉选股}
jm:=cross("macd.diff"(12,26,9),"macd.dea"(12,26,9));
jmcount:=count(jm,barslast("macd.dea"(12,26,9)>=0));
jmtj:=1*("macd.dea"(12,26,9)<0 and count(jmcount=2,21)=1);
xg:=if(jmtj,1,0);
drawtext(xg>0,low*0.99,'二金'),align1,colorwhite;
a1:=hhvall(h);
a2:=llvall(l);
x50:=(a1+a2)/2;
x191:=a2+(a1-a2)*0.191;
x382:=a2+(a1-a2)*0.382;
x618:=a2+(a1-a2)*0.618;
x809:=a2+(a1-a2)*0.809;
x125:=a2+(a1-a2)*0.125;
x25:=a2+(a1-a2)*0.25;
x333:=a2+(a1-a2)*0.333;
x375:=a2+(a1-a2)*0.375;
x625:=a2+(a1-a2)*0.625;
x667:=a2+(a1-a2)*0.667;
x75:=a2+(a1-a2)*0.75;
x875:=a2+(a1-a2)*0.875;
aa00:a1,linethick1;
aa50:x50,linethick1,pointdot;
aa100:a2,linethick1;
aa382:x382,linethick1,dotline;
aa618:x618,linethick2;
aa809:x809,linethick1,dotline;
aa191:x191,linethick1;
bb125:x125,linethick1,pointdot;
bb25:x25,linethick1,pointdot;
bb333:x333,linethick1,pointdot;
bb375:x375,linethick1,pointdot;
bb625:x625,linethick1,pointdot;
bb667:x667,linethick1,pointdot;
bb75:x75,linethick1,pointdot;
bb875:x875,linethick1,pointdot;
drawtext(barstatus=2,aa618,'..61.8%:'+numtostrn(aa618,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,aa809,'..80.9%:'+numtostrn(aa809,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,aa50,'..50%:'+numtostrn(aa50,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,aa382,'..38.2%:'+numtostrn(aa382,2)+''),align0,valign2,color00ffff,linethick1;
drawtext(barstatus=2,aa191,'..19.1%:'+numtostrn(aa191,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb125,'..1/8:'+numtostrn(bb125,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb25,'..1/4:'+numtostrn(bb25,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb333,'..1/3:'+numtostrn(bb333,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb375,'..3/8:'+numtostrn(bb375,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb625,'..5/8:'+numtostrn(bb625,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb667,'..2/3:'+numtostrn(bb667,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb75,'..3/4:'+numtostrn(bb75,2)+''),align0,color00ffff,linethick1;
drawtext(barstatus=2,bb875,'..7/8:'+numtostrn(bb875,2)+''),align0,color00ffff,linethick1;
祥云:=(hhv(ma(high,13),13))*(1);
飞龙:=(llv(ma(high,13),1))*(1);
火箭云:=(close>open) and (high>祥云) and (open<祥云) and ((high-ref(close,1))/(ref(close,1))>0.06);
drawtext(火箭云,(low)*0.985,'火箭'),align1,color0000ff;
typp:= (high + low + close)/3;
ccip:=(typp-ma(typp,14))/(0.015*avedev(typp,14));
drawicon( cross(ccip,-200),low,1),align1;
vartcx1:=(close-ma(close,6))/ma(close,6)*100;
vartcx2:=(close-ma(close,12))/ma(close,12)*100;
vartcx3:=(close-ma(close,24))/ma(close,24)*100;
vartcx4:=ref(close,1);
vartcx5:=sma(max(close-vartcx4,0),5,1)/sma(abs(close-vartcx4),5,1)*100;
黄金选股:=(vartcx1>=-15.8 and vartcx1<=-12.2 and vartcx2<=-20.8 and vartcx3<=-27.5 and vartcx5<=11.7)*100;
drawtext(黄金选股,(low)*0.98,'黄金'),align1,color0000ff;
aaz:=(c-ref(c,1))/ref(c,1)*100;
箭在弦上:=aaz>1 and all(ref(aaz,1)<1,9);
drawtext(箭在弦上,h*1.04,'箭弦'),align1,colorwhite;
短期资金:=(close-ma(close,5))/ma(close,5)*100;
长期资金:=(close-ma(close,40))/ma(close,40)*100;
边界:=if(cross(长期资金,-24),1,0);
drawtext(if(cross(短期资金,边界),50,0),low,'短击'),colorwhite,align1;
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
目前位置:=k;
drawtext(if(cross(目前位置,20) and ref(短期资金,1)<0 ,100,0),high*1.02,'抄底'),align1,colorwhite ;
aa:=(close-ma(close,21))/ma(close,21)*100;
ab:=hhv(c,30)/llv(c,30)<1.50 and count(c>o,30)>=1 and count(c<o,30)>=1 and count(l>ref(l,1),30)<=3;
横盘突破:=ref(aa,1) and c>o and (c-o)>ref(hhv(abs(c-o),30),1)*1.3 and c>ref(hhv(h,30),1);
drawtext(横盘突破,l*0.97,'横突'),align1,colorwhite;
vartnh2:=(hhv(high,21)-close)/(hhv(high,21)-llv(low,21))*100-10;
vartnh3:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;
vartnh4:=sma(vartnh3,13,8);
多方能量:=sma(vartnh4,13,8);
介入a:=cross(多方能量,45);
drawtext(介入a,h*1.02,'介?'),align1,colorwhite;
varac:=llv(low,35);
varbc:=hhv(high,30);
varcc:=ema((close-varac)/(varbc-varac)*4,4)*19;
近日均价:=ma(close,5);
统计数据:=varcc;
mayi:=if(cross(统计数据,近日均价),30,0);
drawtext(mayi,h*1.03,'买入'),align1,colorwhite;
神a1:=count((close > open),20);
神a2:=count((close < open),20);
神a3:=if((神a1 > 神a2),close,high);
神a4:=ema(神a3,13);
神a5:=ema(神a3,60);
神a6:=(神a4 - 神a5) * 10;
神:=if(((神a6 <= 0) and ((ref(神a6,1)) > 0)),1,0);
drawtext(神,l*1.0,'跌就抄'),coloryellow;
partline(平衡,平衡>=ref(平衡,1),rgb(255,0,0),平衡<ref(平衡,1),rgb(0,250,0)),linethick3;
波段n:=5;
波段v1:=ma(high,30)*1.15;
波段v2:=ma(high,3)*1.03;
波段v3:=ma(low,3)*0.97;
波段v4:=ma(low,30)*0.85;
波段get:zig(3,波段n),coloryellow;
波段pl5:=zig(3,5);
波段en1:=zig(3,5)>ref(zig(3,5),1) and ref(zig(3,5),1)<=ref(zig(3,5),2) and ref(zig(3,5),2)<=ref(zig(3,5),3);
波段ex1:=zig(3,5)<ref(zig(3,5),1) and ref(zig(3,5),1)>=ref(zig(3,5),2) and ref(zig(3,5),2)>=ref(zig(3,5),3);
波段pl10:=zig(3,10);
波段en2:=zig(3,10)>ref(zig(3,10),1) and ref(zig(3,10),1)<=ref(zig(3,10),2) and ref(zig(3,10),2)<=ref(zig(3,10),3);
波段ex2:=zig(3,10)<ref(zig(3,10),1) and ref(zig(3,10),1)>=ref(zig(3,10),2) and ref(zig(3,10),2)>=ref(zig(3,10),3);
波段pl20:=zig(3,20);
波段en3:=zig(3,20)>ref(zig(3,20),1) and ref(zig(3,20),1)<=ref(zig(3,20),2) and ref(zig(3,20),2)<=ref(zig(3,20),3);
波段ex3:=zig(3,20)<ref(zig(3,20),1) and ref(zig(3,20),1)>=ref(zig(3,20),2) and ref(zig(3,20),2)>=ref(zig(3,20),3);
波段pl40:=zig(3,40);
走强1:=barslast(波段pl5<ref(波段pl5,1));
走弱1:=barslast(波段pl5>ref(波段pl5,1));
走强2:=barslast(波段pl10<ref(波段pl10,1));
走弱2:=barslast(波段pl10>ref(波段pl10,1));
走强3:=barslast(波段pl20<ref(波段pl20,1));
走弱3:=barslast(波段pl20>ref(波段pl20,1));
波段ztjz5:=if(波段pl10>ref(波段pl10,1),count(波段en1,走强2),0);
波段ztjd5:=if(波段pl10>ref(波段pl10,1),count(波段ex1,走强2),0);
波段dtjz5:=if(波段pl10<ref(波段pl10,1),count(波段en1,走弱2),0);
波段dtjd5:=if(波段pl10<ref(波段pl10,1),count(波段ex1,走弱2),0);
波段ztjz10:=if(波段pl20>ref(波段pl20,1),count(波段en2,走强3),0);
波段ztjd10:=if(波段pl20>ref(波段pl20,1),count(波段ex2,走强3),0);
波段dtjz10:=if(波段pl20<ref(波段pl20,1),count(波段en2,走弱3),0);
波段dtjd10:=if(波段pl20<ref(波段pl20,1),count(波段ex2,走弱3),0);
drawtext(波段en1 and 波段dtjz5=1,l*0.98,'t出货\洗盘㈠'),colorwhite;
小试盘㈠:=波段en1 and 波段dtjz5=1;
drawtext(波段ex1 and 波段dtjd5=2,h*1.02,'t下跌㈡'),colorwhite;
小顶㈡:=波段ex1 and 波段dtjd5=2;
drawtext(波段en2 and 波段ztjz5=1,l*0.98,'t主升㈢'),coloryellow;
主升㈢:=波段en2 and 波段ztjz5=1;
drawtext(波段ex1 and 波段pl10>ref(波段pl10,1) and 波段ztjd5=1,h*1.02,'a小顶⑴'),colorwhite;
⑴:=波段ex1 and 波段pl10>ref(波段pl10,1) and 波段ztjd5=1;
drawtext(波段en1 and 波段pl10>ref(波段pl10,1) and 波段ztjz5=2,l*0.98,'a中续⑵'),color0000ff;
⑵:=波段en1 and 波段pl10>ref(波段pl10,1) and 波段ztjz5=2;
drawtext(波段ex1 and 波段pl10>ref(波段pl10,1) and 波段ztjz5=2,h*1.02,'a小顶⑶'),colorgreen;
⑶:=波段ex1 and 波段pl10>ref(波段pl10,1) and 波段ztjz5=2;
drawtext(波段en1 and 波段pl10>ref(波段pl10,1) and 波段ztjz5=3,l*0.98,'a中续⑷'),color0000ff;
⑷:=波段en1 and 波段pl10>ref(波段pl10,1) and 波段ztjz5=3;
drawtext(波段ex2 and 波段pl20>ref(波段pl20,1) and 波段ztjd10=1,h*1.02,'a结束⑸'),colorwhite;
⑸:=波段ex2 and 波段pl20>ref(波段pl20,1) and 波段ztjd10=1;
drawtext(波段en2 and 波段dtjz10=1,l*0.94,'b急拉ⅰ+小'),colorwhite;
ⅰ:=波段en2 and 波段dtjz10=1;
drawtext(波段ex2 and 波段dtjd10=2,h*1.05,'b急跌ⅱ'),colorwhite;
ⅱ:=波段ex2 and 波段dtjd10=2;
drawtext(波段en3 and 波段ztjz10=1,l*0.94,'b急拉ⅲ+大'),colorwhite;
ⅲ:=波段en3 and 波段ztjz10=1;
drawtext(波段ex2 and 波段pl20>ref(波段pl20,1) and 波段ztjd10=1,h*1.04,'c小顶①'),linethick3,colorgreen;
①:=波段ex2 and 波段pl20>ref(波段pl20,1) and 波段ztjd10=1;
drawtext(波段en2 and 波段pl20>ref(波段pl20,1) and 波段ztjz10=2,l*0.97,'c主升②'),linethick3,coloryellow;
②:=波段en2 and 波段pl20>ref(波段pl20,1) and 波段ztjz10=2;
drawtext(波段ex2 and 波段pl20>ref(波段pl20,1) and 波段ztjd10=2 or (波段ztjd10=0 or 波段ztjd10=2) and 波段ex2,h*1.04,'c大顶③'),linethick3,colorgreen;
③:=波段ex2 and 波段pl20>ref(波段pl20,1) and 波段ztjd10=2 or (波段ztjd10=0 or 波段ztjd10=2) and 波段ex2;
drawtext(波段en2 and 波段pl20>ref(波段pl20,1) and 波段ztjz10=3,l*0.94,'c重启④'),linethick3,colorred;
④:=波段en2 and 波段pl20>ref(波段pl20,1) and 波段ztjz10=3;
drawtext(v=hhv(v,0),l*1.07,'历史天量'),colorred;
vartsz2:=(close+high+low)/(3);
vartsz3:=(ema(vartsz2,10));
vartsz4:=(ref(vartsz3,1));
drawtext(cross(vartsz3,vartsz4),low,'★'),color00ffff;
varyui1:=(ema(close,60) - ema(close,300));
varyui2:=ema(varyui1,300);
varyui3:=(((close - llv(low,8)) / (hhv(high,8) - llv(low,8))) * 100);
varyui4:=sma(varyui3,2,1);
varyui5:=sma(varyui4,2,1);
varyui6:=((close / ref(close,3)) >= 1.1);
varyui7:=backset(varyui6,3);
金来二十八使者:=(varyui7 and (count(varyui7,3) = 1));
drawtext(金来二十八使者,h*1.03,'送你钱'),align1,coloryellow;
见底买入:=zig(3,10)>ref(zig(3,10),1) and ref(zig(3,10),1)<ref(zig
(3,10),2);
见顶卖出:=zig(3,10)<ref(zig(3,10),1) and ref(zig(3,10),1)>ref(zig
(3,10),2);
drawtext(见底买入=1,h*1.07,'入套'),linethick2,align1,coloryellow;
drawtext(见顶卖出=1,h*1.013,'出局'),align1,colorgreen;
vz1:=ema(close,45)-ema(close,300);
vz2:=ema(vz1,300);
vz3:=(close-llv(low,11))/(hhv(high,4)-llv(low,9))*200;
vz4:=sma(vz3,3,1);
vz5:=sma(vz4,3,1);
vz6:=close/ref(close,4)>=1.1;
vz7:=backset(vz6,3);
vz8:=close/ref(close,2)<=0.1;
vz9:=backset(vz8,3);
暴利:=if((vz7 and count(vz7,2)=1),50,0);
drawtext(暴利,h*1.045,'暴利 '),align1,colorred,linethick2;
r1:=ma(((close-llv(low,3))/(hhv(high,3)-llv(low,2))*100),3);
快速:=sma(r1,3,1);
drawtext(filter((快速>ref(快速,1)and 快速<30),7),low*0.975,'注意买'),align1,colorred,linethick1;
mg:=zig(3,5)>ref(zig(3,5),1) and ref(zig(3,5),1)<=ref(zig(3,5),2) and ref(zig(3,5),2)<=ref(zig(3,5),3);
mx:=zig(3,5)<ref(zig(3,5),1) and ref(zig(3,5),1)>=ref(zig(3,5),2) and ref(zig(3,5),2)>=ref(zig(3,5),3);
drawtext(mg,h*1.002,'买▲'),align1,valign0,colorwhite;
drawtext(mx,h*1.002,'卖▼'),align1,valign2,color00ffff;
vkl1:=llv(low,10);
vkl2:=hhv(high,20);
lyf1:=ema(((close-vkl1)/(vkl2-vkl1))*((-100)),3);
varg5:=((close)/(ref(close,5))>=1.15);
varg6:=backset(varg5,5);
入市日:=if((varg6 and (count(varg6,5)=1) or (close>=hhv(high,high))
and ((close)/(ref(close,1))>1.098) and (ref(vol,low)>ref(vol,34))
and (ref(vol,low)>ref(vol,1)) and (lyf1>(-93))
and (ref(vol,low)>ref(vol,8))),60,0);
drawtext(cross(入市日 ,(58)),high*1.05,'神牛'),align1,color00ffff,linethick4;
开心:=ema(ema(c,12)-ema(c,25),2);
短线交易:=ema(开心,6);
系统:=(短线交易<(ma(c,3)*0.618/c))*短线交易;
drawtext((系统 or 短线交易<(ma(c,3)*0.618/c)) and cross(开心 ,短线交易 ) and v>ref( ma(v,5),1)*1.1 and c>ma(c,125) and c>ref(c,1)*1.02 ,l*0.95,'启?'),align1,colorred;
一阳穿三线:stickline(c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20)),c,o,10,0),coloryellow;
一阳穿四线:stickline(c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20)) and cross(c,ma(c,30)),c,o,10,0),coloryellow;
一阳穿五线:stickline(c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20)) and cross(c,ma(c,30))
and cross(c,ma(c,40)),c,o,10,0),coloryellow;
一阳穿六线:stickline(c>ref(c,1) and cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20)) and cross(c,ma(c,30))
and cross(c,ma(c,40)) and cross(c,ma(c,60)),c,o,10,0),coloryellow;
varo1:=ema(c,3);
varo2:=ema(c,5);
varo3:=ema(c,10);
varo4:=ema(c,20);
varo5:=ema(c,30);
varo6:=(varo2+varo3+varo4+varo5)/4;
varo7:=(varo6-ref(varo6,15))/ref(varo6,15)*100;
varo8:=(varo6-ref(varo6,15))/ref(varo6, 15)*100;
varo9:=ema(varo7,8);
stickline(varo7<1*ref(varo7,1),h,l,0.5,0),colorgreen;stickline(varo7<1*ref(varo7,1),o,c,8, 0),colorgreen;
stickline(varo7>1*ref(varo7,1),h,l,0.5,0),colorred;stickline(varo7>1*ref(varo7,1),o,c,8, 0),colorred;
stickline(varo7<1*ref(varo7,1) and varo9>1*ref(varo9,1),h,l,0.5,0),color9933ff;stickline(varo7<1*ref(varo7,1) and varo9>1*ref(varo9,1),o,c,8, 0),color9933ff;
买进价o:=((c-ref(ma(c,6),1))/6+ma(c,6))*1.004;
买进条件o:=cross(c,买进价o) and 买进价o>ref(买进价o,1);
stickline(买进条件o,h,l,0.5,1),colorwhite,linethick2;stickline(买进条件o,o,c,8,0),colorwhite,linethick2;
加码价o:=((c-ref(ma(c,18),1))/18+ma(c,18))*1.004;
加码条件o:=cross(c,加码价o) and 加码价o>ref(加码价o,1);
stickline(加码条件o,h,l,0.5,1),coloryellow,linethick2;stickline(加码条件o,o,c,8,0),coloryellow,linethick2;
上一指标公式:波段公式下载 大智慧波段
下一指标公式:入池股票数DLL源代码 大智慧股票大智慧
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文做空 大智慧做空仅供学习研究。