{山水麒麟均线(主图)}======欢迎您使用山水先生系列公式
1,公式编制思路:
图设置了山水优化的麒麟均线来指导买卖,强大的筹码风云彩带,结合成交量,三种看盘的主要术,有利于使用者看盘。
2。和公式用法:
优化的麒麟均线来指导买卖,三条线合并后就是买点,合并成一条线的期间是持股阶段;这条线分成三条线时就是卖出的时间。在图中我加入山水先生风云彩带,每一条彩色的线段都代表股价某一阶段遇到的密集成交区的筹码情况。利用键盘的方向左右箭头就能形成动态的筹码风云彩带,例如。000593在2008年9月10日,在4.01元就遇到很长的风云彩带,这说明000593在4.01元遇到的抛压盘十分强大,这时我们最好选择抛出。在{山水麒麟均线(主图)}下方我设置了成交量,使我们看盘时要注重结合。
{山水麒麟均线(主图)}
drawgbk(c>1,colorrgb(0,0,0),colorrgb(0,0,200),1),colorf80606;
//山水先生风云彩带
vertline(hhv(high,5)>=ref(hhv(high,5),1)),pointdot,color808080;
a0:=barscount(c);a3:=sysparam(3);a2:=sysparam(2);
a4:=sysparam(4);a5:=sysparam(5);
nn0:=a3-a2;nn:=a0-a2;hh1:=(a4-a5)/8;
hh2:=hh1/4;
ll1:=llv(l,nn0);ll2:=ll1[a3];
y0:=a0>=a2;vv0:=if(y0=1 and sysparam(1)>=a0,v,0);
c1:=if(between(c,a4-0*hh1,a4-1*hh1),vv0,0);
c2:=if(between(c,a4-1*hh1,a4-2*hh1),vv0,0);
c3:=if(between(c,a4-2*hh1,a4-3*hh1),vv0,0);
c4:=if(between(c,a4-3*hh1,a4-4*hh1),vv0,0);
c5:=if(between(c,a4-4*hh1,a4-5*hh1),vv0,0);
c6:=if(between(c,a4-5*hh1,a4-6*hh1),vv0,0);
c7:=if(between(c,a4-6*hh1,a4-7*hh1),vv0,0);
c8:=if(between(c,a4-7*hh1,a4-8*hh1),vv0,0);
c9:=if(between(c,a4-8*hh1,a4-9*hh1),vv0,0);
c10:=if(between(c,a4-9*hh1,a4-10*hh1),vv0,0);
v1:=strtonum(numtostr(if(islastbar,sum(c1,nn0),0),2)),linethick;
v2:=strtonum(numtostr(if(islastbar,sum(c2,nn0),0),2));
v3:=strtonum(numtostr(if(islastbar,sum(c3,nn0),0),2));
v4:=strtonum(numtostr(if(islastbar,sum(c4,nn0),0),2));
v5:=strtonum(numtostr(if(islastbar,sum(c5,nn0),0),2));
v6:=strtonum(numtostr(if(islastbar,sum(c6,nn0),0),2));
v7:=strtonum(numtostr(if(islastbar,sum(c7,nn0),0),2));
v8:=strtonum(numtostr(if(islastbar,sum(c8,nn0),0),2));
v9:=strtonum(numtostr(if(islastbar,sum(c9,nn0),0),2));
v10:=strtonum(numtostr(if(islastbar,sum(c10,nn0),0),2));
av0:=max(v1,max(v2,max(v3,max(v4,max(v5,max(v6,max(v7,max(v8,max(v9,v10)))))))));
x1:=v1/av0>=nn/nn0 and nn>=0;
x3:=v3/av0>=nn/nn0 and nn>=0;
x5:=v5/av0>=nn/nn0 and nn>=0;
x7:=v7/av0>=nn/nn0 and nn>=0;
fillrgn(v1/av0>=nn/nn0 and nn>=0,a4-0*hh1,a4-1*hh1+hh1*0.5),color00008f;
fillrgn(v2/av0>=nn/nn0 and nn>=0,a4-1*hh1,a4-2*hh1+hh1*0.5),colorred;
fillrgn(v3/av0>=nn/nn0 and nn>=0,a4-2*hh1,a4-3*hh1+hh1*0.5),color00aadd;
fillrgn(v4/av0>=nn/nn0 and nn>=0,a4-3*hh1,a4-4*hh1+hh1*0.5),color8c8eb5;
fillrgn(v5/av0>=nn/nn0 and nn>=0,a4-4*hh1,a4-5*hh1+hh1*0.5),color387c7c;
fillrgn(v6/av0>=nn/nn0 and nn>=0,a4-5*hh1,a4-6*hh1+hh1*0.5),color555555;
fillrgn(v7/av0>=nn/nn0 and nn>=0,a4-6*hh1,a4-7*hh1+hh1*0.5),colorff55ff;
fillrgn(v8/av0>=nn/nn0 and nn>=0,a4-7*hh1,a4-8*hh1+hh1*0.5),colorffff00;
amv0:=vol*(o+c)/2;
博杀生命线:sum(amv0,88)/sum(vol,88),colorff00ff,linethick2;
cg:ma(c,8),colorffcc66,linethick2;
fl:=hhv(cg,2);
博杀持股线:hhv(cg,2),color00ff00;
fs:cg-(fl-cg),coloryellow,linethick2;
drawtext(barpos=sysparam(2),high,'欢迎您使用山水先生系列公式:{{山水麒麟均线(主图)}}(飞狐源码)')align4,coloryellow;
//山水k线专用1
多空:=open;
stickline(close>多空,high,low,0.5,0),colorff;
stickline(close>多空 and close>open,open,close,8,0),color102088;
stickline(close>多空 and close>open,open,close,7,0),color102099;
stickline(close>多空 and close>open,open,close,6,0),color1020aa;
stickline(close>多空 and close>open,open,close,5,0),color1020bb;
stickline(close>多空 and close>open,open,close,4,0),color1020cc;
stickline(close>多空 and close>open,open,close,3,0),color1020dd;
stickline(close>多空 and close>open,open,close,2,0),color1020ee;
stickline(close>多空 and close>open,open,close,1,0),color1020ff;
stickline(close>多空 and close<open,open,open,8,0),color102088;
stickline(close>多空 and close<open,open,open,7,0),color102099;
stickline(close>多空 and close<open,open,open,6,0),color1020aa;
stickline(close>多空 and close<open,open,open,5,0),color1020bb;
stickline(close>多空 and close<open,open,open,4,0),color1020cc;
stickline(close>多空 and close<open,open,open,3,0),color1020dd;
stickline(close>多空 and close<open,open,open,2,0),color1020ee;
stickline(close>多空 and close<open,open,open,1,0),color1020ff;
stickline(close<多空,high,low,0.5,0),colorff8800;
stickline(close<多空 and close<open,open,close,8,0),colorff7700;
stickline(close<多空 and close<open,open,close,7,0),colorff8800;
stickline(close<多空 and close<open,open,close,6,0),colorff9900;
stickline(close<多空 and close<open,open,close,5,0),colorffaa00;
stickline(close<多空 and close<open,open,close,4,0),colorffbb00;
stickline(close<多空 and close<open,open,close,3,0),colorffcc00;
stickline(close<多空 and close<open,open,close,2,0),colorffdd00;
stickline(close<多空 and close<open,open,close,1,0),colorffee00;
stickline(close<多空 and close>open,open,open,8,0),colorff7700;
stickline(close<多空 and close>open,open,open,7,0),colorff8800;
stickline(close<多空 and close>open,open,open,6,0),colorff9900;
stickline(close<多空 and close>open,open,open,5,0),colorffaa00;
stickline(close<多空 and close>open,open,open,4,0),colorffbb00;
stickline(close<多空 and close>open,open,open,3,0),colorffcc00;
stickline(close<多空 and close>open,open,open,2,0),colorffdd00;
stickline(close<多空 and close>open,open,open,1,0),colorffee00;
stickline(close=多空,open,close,8,0),colorffff00;
stickline(close=多空,high,low,0.5,0),colorffff00;
上一指标公式:山水先生优化小护士精简版 飞狐护士山水
下一指标公式:山水先生精品CCI 飞狐精品CCI
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文山水麒麟均线主图 飞狐均线山水仅供学习研究。