量学分时主图3121位主图源码下载:
{出现红色箭头表示个股上穿黄金线,可关注。出现红钻石表示放量上穿黄金线,可关注。上穿后回踩
不破红色前高线就是您建仓的时机。遇到大盘强势,出信号就可以小小建仓,弱势还是等待回踩不破再建仓。如果 跌破红色线可以放弃。出现绿色箭头跑,出现绿色钻石
拼命跑};
{mkjs}
cc:ref(close,1);
oo:ref(open,1);
hh:ref(high,1);
ll:ref(low,1);
{3121位主图}
{量学分时主图 好公式网www.goodgongshi.com}
hh:="mkjs.hh#day";
ll:="mkjs.ll#day";
cc:="mkjs.cc#day";
oo:="mkjs.oo#day";
鼎诚工作室:drawnull,nodraw;
h1:hh,colorred,linethick3;
l1:ll,colorligreen;
c1:max(cc,oo),colormagenta,dotline;
c2:min(cc,oo),dotline,colorcyan,linethick3;
zt:=cc*1.1;
g1:(zt-hh)*0.382+hh,coloryellow,dotline;
dt:=cc*0.9;
dd:(ll-dt)*0.680+dt,colorwhite,dotline;
分时均价:=sum(v*c,0)/sum(v,0),coloryellow,dotline;
a1:=c>=h1;
a2:=c<h1 and c>=c1;
a3:=c<c1 and c>=c2;
a4:=c<c2 and c>=ll;
a5:=c<ll;
b1:=ref(c,1)<h1 and c>=h1 and vol>=ref(vol,1);
b2:=ref(c,1)<h1 and c>=h1 and vol<ref(vol,1);
b3:=ref(c,1)>h1 and c<=h1 and vol>=ref(vol,1);
b4:=ref(c,1)>h1 and c<=h1 and vol<ref(vol,1);
d1:=ref(c,1)<c1 and c>=c1 and vol>=ref(vol,1);
d2:=ref(c,1)<c1 and c>=c1 and vol<ref(vol,1);
d3:=ref(c,1)>c1 and c<=c1 and vol>=ref(vol,1);
d4:=ref(c,1)>c1 and c<=c1 and vol<ref(vol,1);
e1:=ref(c,1)<c2 and c>=c2 and vol>=ref(vol,1);
e2:=ref(c,1)<c2 and c>=c2 and vol<ref(vol,1);
e3:=ref(c,1)>c2 and c<=c2 and vol>=ref(vol,1);
e4:=ref(c,1)>c2 and c<=c2 and vol<ref(vol,1);
f1:=ref(c,1)<ll and c>=ll and vol>=ref(vol,1);
f2:=ref(c,1)<ll and c>=ll and vol<ref(vol,1);
f3:=ref(c,1)>ll and c<=ll and vol>=ref(vol,1);
f4:=ref(c,1)>ll and c<=ll and vol<ref(vol,1);
drawtext_fix(a1 and islastbar,0.004,0.002,0,'【强势】'),colorred;
drawtext_fix(a2 and islastbar,0.004,0.002,0,'【强】'),colormagenta;
drawtext_fix(a3 and islastbar,0.004,0.002,0,'【一般】'),coloryellow;
drawtext_fix(a4 and islastbar,0.004,0.002,0,'【弱】'),colorcyan;
drawtext_fix(a5 and islastbar,0.004,0.002,0,'【弱势】'),colorgreen;
drawtext_fix((b1 or d1 or e1 or f1)and islastbar,0.5,0.75,0,'【放量突破】'),colorred;
drawtext_fix((b2 or d2 or e2 or f2)and islastbar,0.5,0.75,0,'【缩量突破】'),coloryellow;
drawtext_fix((b3 or d3 or e3 or f3)and islastbar,0.5,0.75,0,'【放量跌破】'),colorgreen;
drawtext_fix((b4 or d4 or e4 or f4)and islastbar,0.5,0.75,0,'【缩量跌破】'),colorcyan;
t:=varcat(varcat('昨高:',var2str(hh,2)),'元');
t1:=varcat(varcat('昨低:',var2str(ll,2)),'元');
t2:=varcat(varcat('昨收:',var2str(cc,2)),'元')colorcyan;
t3:=varcat(varcat('昨开:',var2str(oo,2)),'元');
t4:=varcat(varcat('压力位:',var2str(g1,2)),'元');
t5:=varcat(varcat('止损价:',var2str(dd,2)),'元');
drawtext_fix(islastbar,0.5,0.95,0,t),colorred;
drawtext_fix(islastbar,0.6,0.95,0,t1),colorgreen;
drawtext_fix(islastbar and cc>=oo,0.7,0.95,0,t2),colorcyan;
drawtext_fix(islastbar and cc<oo,0.7,0.95,0,t2),colorcyan;
drawtext_fix(islastbar and cc>=oo,0.8,0.95,0,t3),color0033cc;
drawtext_fix(islastbar and cc<oo,0.8,0.95,0,t3),color0033cc;
drawtext_fix(islastbar,0.5,0.89,0,t4),coloryellow;
drawtext_fix(islastbar,0.6,0.89,0,t5),colorwhite;
drawtext(islastbar,hh*1.001,'昨高'),colorred;
drawtext(islastbar,ll*1.001,'昨低'),colorgreen;
drawtext(islastbar,max(cc,oo)*1.001,'昨开'),color0033cc;
drawtext(islastbar,min(cc,oo)*1.001,'昨收'),colorcyan;
drawtext(islastbar,g1*1.001,'压力位'),coloryellow;
drawtext(islastbar,dd*1.001,'止损位'),colorwhite;
tj1:=currbarscount=const(barssince(cross(c,g1) and v>ref(v,1)))+1;
tj2:=currbarscount=const(barssince(cross(c,g1)))+1;
tj3:=currbarscount=const(barssince(cross(dd,c) and v>ref(v,1)))+1;
tj4:=currbarscount=const(barssince(cross(dd,c)))+1;
drawicon(tj1,g1,25);
drawicon(tj2,g1,1);
drawicon(tj3,dd,24);
drawicon(tj4,dd,2);
t6:=varcat(varcat('昨二一位:',var2str((cc+oo)/2,2)),'元');
drawtext_fix(islastbar,0.7,0.89,0,t6),colormagenta;
h2:(max(cc,oo)-min(cc,oo))*2/3+min(cc,oo),colormagenta,dotline;
drawtext(islastbar,h2,varcat(varcat('昨三一位:',var2str(h2,2)),'元'))coloryellow;
h3:(cc+oo)/2,colormagenta,dotline;
drawtext(islastbar,h3,varcat(varcat('昨二一位:',var2str(h3,2)),'元'))colormagenta;
h5:(max(oo,cc)-min(oo,cc))/3+min(oo,cc),colormagenta,dotline;
drawtext(islastbar,h5,varcat(varcat('昨三二位:',var2str(h5,2)),'元'))coloryellow;
均价:=sum(amount,0)/sum(v,0)/100,coloryellow;
前高:hhv(h,0),dotline,colorcyan;
drawtext(islastbar,前高,varcat(varcat('前峰',var2str(前高,2)),'元'))colormagenta;
上一指标公式:短期压力位运行区间下载
下一指标公式:云之约优化正反BOLL主图无未来加密附实际效果图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文量学分时主图3121位主图下载仅供学习研究。