上涨家数:=indexadv,color0080ff,nodraw;
下跌家数:=indexdec,colorgreen,nodraw;
今日人气:=上涨家数/下跌家数;
ym:ema(slope((close+high+low)/3,24)*20+(close+high+low)/3,48),colorred,linethick1;
ym1:=ema(ym,5),colorred,linethick1;
ym2:=ema(ym1,5),colorred,linethick1;
if(ym>=ym2,ym,drawnull),linethick1,colorred;
if(ym>=ym2,ym1,drawnull),linethick1,colorred;
if(ym<=ym2,ym,drawnull),linethick1,colorgreen;
if(ym<=ym2,ym1,drawnull),linethick1,colorgreen;
stickline(ema((close+high+low)/3,3)>=ym,low,high,0,0),colorred;
stickline(ema((close+high+low)/3,3)>=ym,close,open,3,1),colorred;
stickline(ema((close+high+low)/3,3)<=ym,low,high,0,0),colorgreen;
stickline(ema((close+high+low)/3,3)<=ym,close,open,3,1),colorgreen;
大单动向:=(largeintrdvol-largeouttrdvol)*10000/finance(7);
涨跌动因:=if(tradenum>0,(tradeoutnum-tradeinnum)*100/tradenum,0);
超b:=l2_amo(0,2)/10000.0;
大b:=l2_amo(1,2)/10000.0;
中b:=l2_amo(2,2)/10000.0;
小b:=l2_amo(3,2)/10000.0;
超s:=l2_amo(0,3)/10000.0;
大s:=l2_amo(1,3)/10000.0;
中s:=l2_amo(2,3)/10000.0;
小s:=l2_amo(3,3)/10000.0;
大单比:=(超b+大b+中b)/(超s+大s+中s);
资金定位:=大单动向>0.02 and 涨跌动因>5 and 大单比>1;
macd价格1:=ema(close,3) - ema(close,9);
dea1021:=ema((ema(macd价格1,102) - ema(macd价格1,204)),9);
dea511:=ema((ema(macd价格1,51) - ema(macd价格1,102)),9);
dea36361:=ema((ema(macd价格1,36) - ema(macd价格1,72)),9);
dea24241:=ema((ema(macd价格1,24) - ema(macd价格1,48)),9);
dea18181:=ema((ema(macd价格1,18) - ema(macd价格1,36)),9);
dea661:=ema((ema(macd价格1,6) - ema(macd价格1,12)),9);
dea331:=ema((ema(macd价格1,3) - ema(macd价格1,9)),9);
dea12121:=ema((ema(macd价格1,12) - ema(macd价格1,24)),9);
macd24241:=2*((ema(macd价格1,24) - ema(macd价格1,48))-dea24241);
hh1:=(20*h+19*ref(h,1)+18*ref(h,2)+17*ref(h,3)+16*ref(h,4)+15*ref(h,5)+14*ref(h,6)
+13*ref(h,7)+12*ref(h,8)+11*ref(h,9)+10*ref(h,10)+9*ref(h,11)+8*ref(h,12)
+7*ref(h,13)+6*ref(h,14)+5*ref(h,15)+4*ref(h,16)+3*ref(h,17)+2*ref(h,18)+
ref(h,20))/210,colorblue,linethick1;
ll1:=(20*l+19*ref(l,1)+18*ref(l,2)+17*ref(l,3)+16*ref(l,4)+15*ref(l,5)+14*ref(l,6)
+13*ref(l,7)+12*ref(l,8)+11*ref(l,9)+10*ref(l,10)+9*ref(l,11)+8*ref(l,12)
+7*ref(l,13)+6*ref(l,14)+5*ref(l,15)+4*ref(l,16)+3*ref(l,17)+2*ref(l,18)+
ref(l,20))/210,colorblue,linethick1;
d90h1:=ema(hh1,90),colorred,linethick1;
d90l1:=ema(ll1,90),colorred,linethick1;
d901:=(d90h1+d90l1)/2;
y1m:=ema(slope((close+high+low)/3,24)*20+(close+high+low)/3,48);
cci151:=((high+low+close)/3-ma((high+low+close)/3,15))/(0.015*avedev((high+low+close)/3,15));
cci101:=((high+low+close)/3-ma((high+low+close)/3,10))/(0.015*avedev((high+low+close)/3,10));
cci51:=((high+low+close)/3-ma((high+low+close)/3,5))/(0.015*avedev((high+low+close)/3,5));
cci31:=((high+low+close)/3-ma((high+low+close)/3,3))/(0.015*avedev((high+low+close)/3,3));
cci买点定位1:=cross(cci51,0) and cross(cci31,0) and ref(cci151,1)>0 and ref(cci101,1)>-30 and ref(cci151,1)>ref(cci101,1) and ref(cci101,1)>ref(cci51,1);
cci买点定位2:=cross(cci31,0) and cci51>ref(cci51,1) and ref(cci51,1)<-100 and ref(cci151,1)>0 and ref(cci101,1)>-30 and ref(cci151,1)>ref(cci101,1) and ref(cci101,1)>ref(cci51,1);
cci买点定位3:=cross(cci51,0) and cross(cci31,0) and ref(cci101,1)>0 and ref(cci101,1)>ref(cci151,1);
cci买点定位:=cci买点定位1=1 or cci买点定位2=1 or cci买点定位3=1;
起爆金股1:=cci买点定位=1 and dea12121>dea18181 and dea18181>dea24241 and dea24241>dea36361 and dea36361>dea511 and dea511>=dea1021 and dea18181>ref(dea18181,1) and dea24241>ref(dea24241,1) and dea36361>ref(dea36361,1) and dea511>ref(dea511,1) and dea1021>ref(dea1021,1) and dea36361>0 and dea331>0;
起爆金股2:=cci买点定位=1 and dea12121>dea18181 and dea18181>dea24241 and dea24241>dea36361 and dea18181>dea1021 and dea18181>ref(dea18181,1) and dea24241>ref(dea24241,1) and dea36361>ref(dea36361,1) and dea511>ref(dea511,1) and dea1021>ref(dea1021,1) and dea18181>0 and dea331>0;
起爆金股:=起爆金股1=1 or 起爆金股2=1;
vol比:=vol/ref(vol,1);
高度1:=(d90h1-d90l1)*4+d90h1;
pbx11:=(expma((close+high+low)/3,4)+ema((close+high+low)/3,4*2)+ema((close+high+low)/3,4*4))/3;
pbx22:=(expma((close+high+low)/3,5)+ema((close+high+low)/3,5*2)+ema((close+high+low)/3,5*4))/3;
pbxhh:=(expma(h,2)+ema(h,2*2)+ema(h,2*4))/3,colorgreen,linethick1;
pbxll:=(expma(l,2)+ema(l,2*2)+ema(l,2*4))/3,colorred,linethick1;
pbx高:=ref(pbxhh,1),colorgreen,linethick1;
pbx低:=ref(pbxll,1),colorred,linethick1;
pmx差:=pbx高-pbx低;
起爆止盈价:=pbx高+pmx差*2,colorwhite,linethick1;
起爆获利率:=(起爆止盈价-pbx高)/pbx高*100;
起爆止损价:=pbx低-pmx差*0.7,colorwhite,linethick1;
起爆止损率:=(起爆止损价-pbx高)/pbx高*100;
海底蛟龙:=(close+high+low)/3>y1m and 起爆金股=1 and c<高度1 and pbx11>pbx22 and l1.2;
云上天龙:=(close+high+low)/3>d901 and (close+high+low)/3>y1m and 起爆金股=1 and c<高度1 and pbx11>pbx22 and l1.2;
起爆点:=海底蛟龙=1 or 云上天龙=1;
stickline(起爆点=1 and c>pbx高,low,pbx高,0,0),coloryellow;
stickline(起爆点=1 and c>pbx高,pbx高,open,3,0),coloryellow;
drawicon(起爆点=1,l,5);
drawtext_fix(1,0,0,0,'【大盘人气】:'),coloryellow;
drawnumber_fix(1,0.07,0,0,const(今日人气)),coloryellow;
drawtext_fix(1,0,0.05,0,'【上涨家数】:'),coloryellow;
drawnumber_fix(1,0.07,0.05,0,const(上涨家数)),coloryellow;
drawtext_fix(1,0,0.1,0,'【下跌家数】:'),coloryellow;
drawnumber_fix(1,0.07,0.1,0,const(下跌家数)),coloryellow;
drawtext_fix(1,0,0.15,0,'【所属行业】:'),colorligray;
drawtext_fix(1,0.07,0.15,0,hyblock),colorligray;
drawtext_fix(1,0.175,0,0,'【ddx】:'),colormagenta;
drawnumber_fix(1,0.22,0,0,const(大单动向)),colormagenta;
drawtext_fix(1,0.175,0.05,0,'【ddy】:'),colormagenta;
drawnumber_fix(1,0.22,0.05,0,const(涨跌动因)),colormagenta;
drawtext_fix(1,0.175,0.1,0,'【大单比】:'),colormagenta;
drawnumber_fix(1,0.23,0.1,0,const(大单比)),colormagenta;
drawtext_fix(1,0.38,0,0,'【华夏四海精英qq群92391371---起爆点买股】'),colorcyan;
drawtext_fix(1,0.38,0.05,0,'【止盈价】:'),colorcyan;
drawnumber_fix(1,0.44,0.05,0,const(起爆止盈价)),colorcyan;
drawtext_fix(1,0.38,0.1,0,'【止盈率】:'),colorcyan;
drawnumber_fix(1,0.44,0.1,0,const(起爆获利率)),colorcyan;
drawtext_fix(1,0.38,0.15,0,'【止损价】:'),colorcyan;
drawnumber_fix(1,0.44,0.15,0,const(起爆止损价)),colorcyan;
drawtext_fix(1,0.38,0.2,0,'【止损率】:'),colorcyan;
drawnumber_fix(1,0.44,0.2,0,const(起爆止损率)),colorcyan;
上一指标公式:漂亮K线主图 通达信漂亮指标
下一指标公式:阳光猛虎出笼分时精品指标详解 通达信出笼阳光
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文华夏四海主图 通达信指标源码仅供学习研究。