王者主图
中点:(h+l)/2,nodraw;{御览图}
ok1:=barslast(l=llv(l,360))+1;
ok2:=ref(l,ok1);
日360最低:=if(currbarscount<=const(ok1+1),const(if(ok1,ok2,ok2)),drawnull)colorgreen;
ok6:=if(currbarscount<=const(ok1),const(if(ok1,ok1,ok1)),drawnull);
月开:=o#month;
月高:h#month,nodraw,colorred;
月中:(h#month+l#month)/2,nodraw,coloryellow;
月低:l#month,nodraw,colorgreen;
月收:=c#month;
stickline(ok6&&月收>=月开,月高,月低,3.2,-1),colorred;
stickline(ok6&&月收<=月开,月高,月低,3.2,-1),colorcyan;
周开:=o#week;
周高:h#week,nodraw,colorred;
周中:(h#week+l#week)/2,nodraw,coloryellow;
周低:l#week,nodraw,colorgreen;
周收:=c#week;
stickline(ok6&&周收>=周开,周高,周低,4.1,0),colorff0098;{colorff0098}
stickline(ok6&&周收<=周开,周高,周低,4.1,0),color006000;{color006000}
drawkline(h,o,l,c);{k线}
stickline(o>c,c,o,3,1),color00cc00;
o5:=ok6&&o<c;
stickline(o5,c,o,3.03,0),color450099;{红}
stickline(o5,c,o,2.5,0),color4500aa;
stickline(o5,c,o,2,0),color4500bb;
stickline(o5,c,o,1.5,0),color4500cc;
stickline(o5,c,o,1,0),color4500dd;
stickline(o5,c,o,0.5,0),color4500ee;
stickline(o5,c,o,0.1,0),color4500ff;
o2:=ok6&&o>c;
stickline(o2,c,o,3.03,0),color009900;{绿}
stickline(o2,c,o,2.5,0),color00aa00;
stickline(o2,c,o,2,0),color00bb00;
stickline(o2,c,o,1.5,0),color00cc00;
stickline(o2,c,o,1,0),color00dd00;
stickline(o2,c,o,0.5,0),color00ee00;
stickline(o2,c,o,0.1,0),color00ff00;
stickline(中点,中点,中点,0.01,1),color00ffff;
hhh:=stickline(周中,周中,周中,4.1,0),colorcyan;
q1:=stickline(月中,月中,月中,4.1,-1),coloryellow;
stickline(ok6&&周中,周中,周中,4.1,-1),coloryellow;
k8:=barslast(ema(c,5)>=ema(c,20));
k9:=barslast(ema(c,5)<=ema(c,20));
k110:=if(ema(c,5)>=ema(c,20),(ema(c,5)+ema(c,20))/2,drawnull);
k115:=if(ema(c,5)>=ema(c,20),ema(c,5),drawnull);
k120:=if(ema(c,5)>=ema(c,20),ema(c,20),drawnull);
线5:if(currbarscount<const(k9+2),k115,drawnull)coloryellow;
线10:if(currbarscount<const(k9+2),k110,drawnull),coloryellow;
线20:if(currbarscount<const(k9+2),k120,drawnull),coloryellow;
立春:=filter(month=2 and (day=3 or day=5 ),2);
雨水:=filter(month=2 and (day=18 or day=20),2);
惊蛰:=filter(month=3 and (day=5 or day=7 ),2);
春分:=filter(month=3 and (day=20 or day=22),2);
清明:=filter(month=4 and (day=3 or day=6 ),2);
谷雨:=filter(month=4 and (day=19 or day=21),2);
立夏:=filter(month=5 and (day=6 or day=8 ),2);
小满:=filter(month=5 and (day=20 or day=22),2);
芒种:=filter(month=6 and (day=5 or day=7 ),2);
夏至:=filter(month=6 and (day=20 or day=22),2);
小暑:=filter(month=7 and (day=6 or day=8 ),2);
大暑:=filter(month=7 and (day=22 or day=24),2);
立秋:=filter(month=8 and (day=7 or day=9 ),2);
处暑:=filter(month=8 and (day=22 or day=24),2);
白露:=filter(month=9 and (day=7 or day=9 ),2);
秋分:=filter(month=9 and (day=22 or day=24),2);
寒露:=filter(month=10 and (day=7 or day=9 ),2);
霜降:=filter(month=10 and (day=22 or day=24),2);
立冬:=filter(month=11 and (day=7 or day=9 ),2);
小雪:=filter(month=11 and (day=22 or day=24),2);
大雪:=filter(month=12 and (day=6 or day=8 ),2);
冬至:=filter(month=12 and (day=21 or day=23),2);
小寒:=filter(month=1 and (day=5 or day=7 ),2);
大寒:=filter(month=1 and (day=19 or day=21),2);
ok7:=if(currbarscount<=const(4),const(if(4,4,4)),drawnull);
drawtext(ok7&&立春,l/1.003,'立');
drawtext(ok7&&立春,l/1.008,'春');
drawtext(ok7&&雨水,l/1.003,'雨');
drawtext(ok7&&雨水,l/1.008,'水');
drawtext(ok7&&惊蛰,l/1.003,'惊');
drawtext(ok7&&惊蛰,l/1.008,'蛰');
drawtext(ok7&&春分,l/1.003,'春');
drawtext(ok7&&春分,l/1.008,'分');
drawtext(ok7&&清明,l/1.003,'清');
drawtext(ok7&&清明,l/1.008,'明');
drawtext(ok7&&谷雨,l/1.003,'谷');
drawtext(ok7&&谷雨,l/1.008,'雨');
drawtext(ok7&&立夏,l/1.003,'立');
drawtext(ok7&&立夏,l/1.008,'夏');
drawtext(ok7&&小满,l/1.003,'小');
drawtext(ok7&&小满,l/1.008,'满');
drawtext(ok7&&芒种,l/1.003,'芒');
drawtext(ok7&&芒种,l/1.008,'种');
drawtext(ok7&&夏至,l/1.003,'夏');
drawtext(ok7&&夏至,l/1.008,'至');
drawtext(ok7&&小暑,l/1.003,'小');
drawtext(ok7&&小暑,l/1.008,'暑');
drawtext(ok7&&大暑,l/1.003,'大');
drawtext(ok7&&大暑,l/1.008,'暑');
drawtext(ok7&&立秋,l/1.003,'立');
drawtext(ok7&&立秋,l/1.008,'秋');
drawtext(ok7&&处暑,l/1.003,'处');
drawtext(ok7&&处暑,l/1.008,'暑');
drawtext(ok7&&白露,l/1.003,'白');
drawtext(ok7&&白露,l/1.008,'露');
drawtext(ok7&&秋分,l/1.003,'秋');
drawtext(ok7&&秋分,l/1.008,'分');
drawtext(ok7&&寒露,l/1.003,'寒');
drawtext(ok7&&寒露,l/1.008,'露');
drawtext(ok7&&霜降,l/1.003,'霜');
drawtext(ok7&&霜降,l/1.008,'降');
drawtext(ok7&&立冬,l/1.003,'立');
drawtext(ok7&&立冬,l/1.008,'冬');
drawtext(ok7&&小雪,l/1.003,'小');
drawtext(ok7&&小雪,l/1.008,'雪');
drawtext(ok7&&大雪,l/1.003,'大');
drawtext(ok7&&大雪,l/1.008,'雪');
drawtext(ok7&&冬至,l/1.003,'冬');
drawtext(ok7&&冬至,l/1.008,'至');
drawtext(ok7&&小寒,l/1.003,'小');
drawtext(ok7&&小寒,l/1.008,'寒');
drawtext(ok7&&大寒,l/1.003,'大');
drawtext(ok7&&大寒,l/1.008,'寒');
{过左峰提示粉色}
var121:=zig(3,6)<ref(zig(3,6),1) and ref(zig(3,6),1)>=ref(zig(3,6),2) and ref(zig(3,6),2)>=ref(zig(3,6),3);
var141:=zig(3,22)<ref(zig(3,22),1) and ref(zig(3,22),1)>=ref(zig(3,22),2) and ref(zig(3,22),2)>=ref(zig(3,22),3);
var161:=zig(3,51)<ref(zig(3,51),1) and ref(zig(3,51),1)>=ref(zig(3,51),2) and ref(zig(3,51),2)>=ref(zig(3,51),3);
var181:=zig(3,72)<ref(zig(3,72),1) and ref(zig(3,72),1)>=ref(zig(3,72),2) and ref(zig(3,72),2)>=ref(zig(3,72),3);
卖:=(var121+var141+var161+var181),linethick2;
sq:drawline(卖,h,barslast(卖)>=1,ref(h,barslast(卖)),1),colorwhite,linethick2;
过峰:=c>sq and ref(c,1)<sq;
vvol:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull),nodraw;
预量:=vvol/ref(v,1)>1.8;
现量:=v/ref(v,1)>1.5;
过峰1:stickline( 过峰,c,o,5,0)colorff00ff;
预量1:drawicon(过峰 and 预量, h*1.01,14);
现量1:drawicon(过峰 and 现量,(o+c)/2,23);
前次低点:llv(l*1,250)pointdot,colorff00ff,linethick4;
ma05:=ma(c,5);
ma5角度: atan((ma05/ref(ma05,1)-1)*100)*180/3.1416,nodraw;
t01:=const(llvbars(low,10));
t1high:=const(ref(high,t01));
mm:=const(currbarscount);
t02:=const(barslast(currbarscount>mm+t01 and h>t1high));
t2high:=const(ref(high,t02));
t03:=const(barslast(currbarscount>mm+t02 and high>t2high));
t3high:=const(ref(high,t03));
攻击线:drawline(currbarscount=t03+1, t3high, islastbar, t3high,1),linethick3,color8080ff;
drawtext(islastbar, t3high, '必杀攻击线')linethick2,colorcyan;
上一指标公式:弹弹弹指标(副图 源码 贴图)下载 通达信弹弹弹
下一指标公式:前兆主图指标(看图了你就懂了)下载 通达信源码贴图
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文王者主图指标(源码,贴图)下载 通达信王者仅供学习研究。