1350操盘主图
{drawtextabs(0,40,'机构评级:'+selfstring('评级')),color1489f3;}
ma13:ma(c,13),colorwhite;
ma34:ma(c,34),coloryellow;
ma55:ma(c,55),colorff00ff;
ma120:ma(c,120),colorffcccc;
ma250:ma(c,250),colorffcc66;
x1:=(c+l+h)/3;
x2:=ma(x1,6);
x3:=ma(x2,5);
stickline(x2>x3 and c>ma13,low,high,0.1,1),colorred;
stickline(x2>x3 and c>ma13,close,open,5,1),colorred;
stickline(x2<x3 and c<ma13,low,high,0.1,1),colorffff54;
stickline(x2<x3 and c<ma13,close,open,5,0),colorffff54;
drawtext(cross(x2,x3),l-0.09,'b'),colorwhite,linethick2,align1;
gr1:=barslast(between("bias.bias2"(6,13,24),0,5));
gr2:=ma13>ma34 and ma34>ma55 and ma13>ref(ma13,1);
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);
gr6:=gr2 and gr3 and gr4;
gr7:=gr2 and gr3 and gr4 and gr5;
gr8:=gr6 and gr7;
lc := ref(close,1);
rsi6:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
bias5:=(close-ma(close,13))/ma(close,13)*100;
换手:=100*v/capital;
drawtext(filter(rsi6>95 and 换手>=7,3) or filter(bias5>9,3) or gr8,h*1.04,'s'),color00ff00,linethick2,align1;
bb13:=atan(ma13-ref(ma13,1))*3.1416*10;
ma8:=ma(c,8);
wr:=-"w&r"(14);
drawicon(filter(cross(wr,(0 - 81)),10),l,4),align1;
drawicon(filter(cross((0 -19),wr),10),h*1.02,5),align1;
drawtext(filter(cross(wr,(0 - 81)),21),l*0.98,' w&r'),align1,colorred;
drawtext(filter(cross(0 -19,wr),21),h*1.03,' w&r'),align2,colorgreen;
/////////////////
a:=hhv(ma((l+h+c)/3,3),3);
b:=llv(ma((l+h+c)/3,3),5);
drawtext(barstatus=2,a,' ̄'),coloryellow,linethick2;
//drawtext(barstatus=2,a,' '+numtostrn(a,3)),coloryellow;
drawtext(barstatus=2,b,' ̄'),colorred,linethick7,align0;
//drawtext(barstatus=2,b,' '+numtostrn(b,3)),colorred;
stickline(barstatus=2,((h+l)/2),((h+l)/2),4,0),colorblue,linethick2;
//drawtext(barstatus=2,(h+l)/2,' '+numtostrn((h+l)/2,3)),colorgreen;
drawtext(barstatus=2,((h+l)/2)*1.05,' '+'+5%'),color63806a;
drawtext(barstatus=2,((h+l)/2)*1.03,' '+'+3%'),color63806a;
drawtext(barstatus=2,((h+l)/2)*0.95,' '+'-5%'),color63806a,linethick2;
drawtext(barstatus=2,((h+l)/2)*0.97,' '+'-3%'),color63806a,linethick2;
drawtext( c>=a and barstatus=2,a*1.015,' '+'←多'),coloryellow;
drawtext(ref(c,1)<ref(a,1) and c>=a and barstatus=2,a*0.995,' '+'←进'),coloryellow;
drawtext(ref(c,1)>ref(a,1) and c<a and barstatus=2,a*1.01,' '+'↓减'),coloryellow;
drawtext(ref(c,1)>ref(b,1) and c<b and barstatus=2,a*0.995,' '+'↓逃'),colorgreen;
顶部: hhv(high,60)*0.98,colorffffcc;
stickline(顶部=ref(顶部,1),顶部,顶部,7,1),colorred;
tjts:=barstatus=2;
cg:=hhv(h,125);
cgl:=llv(h,125);
j:=(cg-cgl)/8;
{if c>0 and tjts>0 then begin}
{drawtext(c>0,cg*1.04,' '+ '流通:'+numtostrn( finance(7),0 )+' '+'换手:'+numtostrn( dynainfo(37)*100,3 )+' '),linethick3,colorffff80,align2;end;}
zslife:=(ma(indexc,60)+ma(indexc,90))/2;
zsbl:=indexc/zslife;
gglife:=(ma(c,60)+ma(c,90))/2;
zstb:=zsbl*gglife;
rsv:=(c-llv(l,15))/(hhv(h,15)-llv(l,15))*100;
kk:=sma(rsv,10,1);
dd:=sma(kk,5,1);
zlcm:=intpart(sma(rsv,10,1));
shcm:=intpart(sma(kk,5,1));
{if (zlcm+shcm)>50 and (zlcm+shcm)<160 and tjts then drawtext(c>0,cg-1.1*j,'精确风险系数%:'+numtostrn( (zlcm+shcm),2 )+' '),linethick3,color6699cc,align2;}
{if ((zlcm+shcm)<=50 or (zlcm+shcm)>=160) and tjts then drawtext(c>0,cg-1.1*j,'精确风险系数%:'+numtostrn( -(zlcm+shcm),2 )+' '),linethick3,color6699cc,align2;}
aa13:=ma(winner(c)*70,3);
bb13:=ma((winner(c*1.1)-winner(c*0.9))*80,3);
{
if aa13>bb13 and tjts then drawtext(c>0,cg-2.1*j,'主力控盘系数%:'+numtostrn( aa13/(aa13+bb13)*100,2 )+' '),linethick3,color0000ff,align2;
if aa13<bb13 and tjts then drawtext(c>0,cg-2.1*j,'散户套牢系数%:'+numtostrn( bb13/(aa13+bb13)*100,2 )+' '),linethick3,color00ff00,align2;
}
e:=barscount(c);
ah:=hhv(h,250);
al:=llv(l,250);
b0:=(ah-al)/40;
kb1:=h+b0;
kb2:=l-b0;
stickline((e+0)/34=floor((e+0)/34),kb2,kb2-3*b0,2,0),coloryellow;
drawtext((e+0)/34=floor((e+0)/34),kb2-2*b0,'时间窗'),colorffffff;
v1:=ref(c,1);
v2:=sma(max(c-v1,0),6,1)/sma(abs(c-v1),6,1)*100;
drawicon(if(cross(81,v2),1,0),h*1.01,5),coloryellow;
乖离线:=((c-ref(ma13,1))/13+ma13)*1.20;
tt1:=cross(ma13,ma34) and cross(ma13,ma55) and v>ref(v,1);
tt2:=ma13>ref(ma13,2) and v>ref(v,1) and cross(c,ma13);
stickline(tt1,l,l-0.09,4,0),coloryellow;
drawtext(tt1,l-0.13,'金叉'),coloryellow;
stickline(cross(c,ma34) and cross(c,ma55) and cross(c,ma13),l,l-0.09,4,0),coloryellow;
drawtext(cross(c,ma34) and cross(c,ma55) and cross(c,ma13),l-0.13,'并线开花'),coloryellow;
上一指标公式:六线全红(主图指标)公式下载 飞狐公式指标 源码
下一指标公式:碧血洗银枪(副图指标)公式下载 飞狐碧血公式指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文1350操盘主图(主图源码)公式下载 飞狐操盘指标 源码仅供学习研究。