同花顺鼎牛伏击涨停主图指标公式..............
ma3d:=ma(c,3);
ma5d:=ma(c,5);
zx:=(ma3d+ma5d)/2;
ma20d:=ma(c,20),nodraw;
ma30d:=ma(c,30),nodraw;
qsxs:=ma5d>=ma30d and ma30d>ref(ma30d,1);
gd:=zx>=ref(zx,1) and ref(zx,1)<ref(zx,2);
yb:=c>ref((o-c)/2+c,2);
买:=cross(c,zx) and (gd or yb) and qsxs,color00ff00,pointdot,linethick0;
{drawtext(买,l*0.99, '波段伏击'),color00ff00;}
drawtext_fix(currbarscount=60,0.4,0.01,0,''),colorgreen;
优:=买 and ma5d>ref(ma5d,1),coloryellow,pointdot,linethick0;
stickline(买,h,l,0,1),color00ff00,linethick2;
stickline(买,o,c,4.1,0),color00ff00,linethick2;
stickline(优,h,l,0,1),coloryellow,linethick2;
stickline(优,o,c,4,0),coloryellow,linethick2;
{stickline(close<open ,high,low,0,0),color555500;
stickline(close<open,close,open,3.05,0),color888800;
stickline(close<open ,close,open,2.75,0),coloraaaa00;
stickline(close<open,close,open,2.05,0),colorcccc00;
stickline(close<open ,close,open,1.75,0),coloreeee00;
stickline(close<open ,close,open,1.05,0),colorffff00;}
{stickline(open<close ,high,low,0,0),color000088;
stickline(open<close,close,open,3.05,0),color000088;
stickline(open<close ,close,open,2.55,0),color000099;
stickline(open<close ,close,open,1.85,0),color0000aa;
stickline(open<close ,close,open,1.35,0),color0000bb;
stickline(open<close ,close,open,0.85,0),color0000cc;
stickline(open<close ,close,open,0.35,0),,color0000dd;
}
mid:=(3*close+low+open+high)/6;
红线上牛股起:(20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+
12*ref(mid,8)+11*ref(mid,9)+10*ref(mid,10)+9*ref(mid,11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+
5*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,20))/210,colorred
,linethick2;
绿线下熊股出:ma(红线上牛股起,6),colorgreen
,linethick2;
均价线:=amount/v/100,pointdot;
c2:=ref(c,1);
upqk:=low-ref(high,1);
stickline(close>ref(close,1) and upqk>0,ref(high,1),low,4,0),colorgray;
downqk:=ref(low,1)-high;
stickline(close<ref(close,1) and downqk>0,ref(low,1),high,3.05,0),colorblue;
n:=10;m:=9;
vab0:=531;vab1:=1510000;
vab2:=vab0 + vab1;
a:=sma(l,4,3) ;
b1:='┄┄┄┄┄';
vab3:=if(date > vab2,0,1);
b3:='┄┄┄┄┄';
涨停:=if(ref(c,1)*1.1*vab3-c<0.01 ,1,0);
drawtext((o+c)/2 and 涨停,(o+c)/2 ,b3),colormagenta;
b2:='┄┄┄┄┄';
drawtext(涨停,l,b2),colorgray;
ma5:=ma(c,5);
ma21:=ma(c,21);
涨停密码线:(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4,colorwhite;
lc:=ref(close,1);
第一操盘线:=sma(max(close-lc,0),2,1)/sma(abs(close-lc),2,1)*100,colorwhite,linethick2;
趋势线:=sma(max(close-lc,0),14,1)/sma(abs(close-lc),14,1)*100,colorgray;
震仓线:=45,colormagenta;
震仓线2:=50,colorgray;
逃命线:=80,colorred;
抄底线:=20,colorgreen;
绝底线:=5,colorblue;
vara12:=sma(h,10,9)*vab3;
vara13:=sma(l,10,9)*vab3;
pp2:=第一操盘线<震仓线2 and ref(第一操盘线,1)>震仓线2 ;
pp:=第一操盘线<震仓线 and ref(第一操盘线,1)>震仓线 ;
pp3:=第一操盘线<抄底线 and ref(第一操盘线,1)>抄底线;
hh:=count(涨停,13)>=1;
hd:=count(涨停,21)>=1;
a1:=sma(h,n,m);
stickline(a1 and hd ,a1,a1*1.001,0.3,0),colorwhite;
a2:=sma(l,n,m);
{stickline(涨停,open,close,3,0),colorred;
stickline(涨停,open,close,2,0),coloryellow;
stickline(涨停,h,l,0,0),coloryellow;
stickline(涨停,open,close,1.9,0) ,color1029ff;
stickline(涨停,open,close,2.3,0) ,color1040ff;
stickline(涨停,open,close,2.0,0) ,color1083ff;
stickline(涨停,open,close,1.6,0) ,color10abff;
stickline(涨停,open,close,1,0) ,color10d0ff;
stickline(涨停,open,close,0.2,0) ,color10ffff;}
stickline(涨停,h,l,0,0),colorred;///www.goodgongshi.com
stickline(涨停,open,close,3,0) ,colorred;
stickline(涨停,(c+o)/2,c,2.5,0),color10d0ff;
卖出全息价参考:vara12,colorred,nodraw;
补仓全息价参考:vara13,colorgreen,nodraw;
drawicon(优,l,11);
drawtext(优,l*0.99, '伏击涨停'),colorred;
上一指标公式:江下云郎之菊四君子之菊指标公式详解 同花顺四君子
下一指标公式:江下云郎之兰四君子之兰指标公式详解 同花顺四君子
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文鼎牛伏击涨停主图指标公式详解 同花顺涨停公式仅供学习研究。