军师与将军》-挑战长线极限!
-
相关简介:C/C++ www.zegu.cn 择股网提供 Code 复制内容到剪贴板 {军师与将军0.9测试版飞狐/通达信 目标: 挑战长线利润极限 使用前提: 要求您必须事先了解长线投资理念 简介: 1、黄格:军师,潜在行情的策划者,喜欢拿一把羽毛扇! 2、红色:将军与他的千军万马,经常踏平一切战场! 3、蓝线:神秘成本线,强弱分水岭。 参数: x一般设置为60-120代表成本均线的平滑度 &n
-
文章来源:择股网作者:股海网发布时间:2010-01-24浏览次数:
C/C++ www.zegu.cn 择股网提供 Code复制内容到剪贴板
- {军师与将军 0.9测试版 飞狐/通达信
- 目标:
- 挑战长线利润极限
- 使用前提:
- 要求您必须事先了解长线投资理念
- 简介:
- 1、黄格:军师,潜在行情的策划者,喜欢拿一把羽毛扇!
- 2、红色:将军与他的千军万马,经常踏平一切战场!
- 3、蓝线:神秘成本线,强弱分水岭。
- 参数:
- x 一般设置为60-120 代表成本均线的平滑度
- y 1 默认不要变
- 用法:
- 找军师,设埋伏:X设置小一些(60左右),黄块儿呈扁平状效果最佳!
- 找将军,踏平股市:X可以稍微大一些(60-120左右),红色就是持股的象征!
- }
- a1:=cost(95);
- a2:=cost(85);
- a3:=cost(75);
- a4:=cost(65);
- a5:=cost(55);
- a6:=cost(45);
- a7:=cost(35);
- a8:=cost(25);
- a9:=cost(15);
- a10:=cost(10);
- a11:=cost(8);
- a12:=cost(6);
- a13:=cost(4);
- a14:=cost(2);
- b1:ma(a1,x),colorgray;
- b2:ma(a2,x),colorgray;
- b3:ma(a3,x),colorgray;
- b4:ma(a4,x),colorgray;
- b5:ma(a5,x),colorgray;
- b6:ma(a6,x),colorgray;
- b7:ma(a7,x),colorgray;
- b8:ma(a8,x),colorgray;
- b9:ma(a9,x),colorgray;
- b10:ma(a10,x),colorgray;
- b11:ma(a11,x),colorgray;
- b12:ma(a12,x),colorgray;
- b13:ma(a13,x),colorgray;
- b14:ma(a14,x),colorgray;
- dis1:=a1-a14;
- dis2:=a2-a13;
- dis3:=a3-a12;
- dis4:=a4-a11;
- dis5:=a5-a10;
- dis6:=a6-a9;
- dis0:=(a1+a2+a3+a4+a5+a6)/6;
- dis00:ma(dis0,49),linethick3,colorblue;
- 向下:=if(dis00<ref(dis00,Y),1,0);
- 一直向上:=if(dis00>=ref(dis00,Y) and count(向下,50)<30,1,0);
- 红色将军:if(b14>=ref(b14,y)and b13 >= ref(b13,y) and b12 >= ref(b12,y) and b11 >= ref(b11,y) and b10 >= ref(b10,y) and 一直向上,1,0),colorred,linethick0;
- stickline(红色将军,b14,b1,5,0),colorred;
- hahaha1:if(b1>=ref(b1,y),1,0),linethick0;
- stickline(hahaha1,b1,b3,5,0),ColorC0A6D1;
- 黄色军师:if(b1<ref(b1,Y) and b14>=ref(b14,Y) and b13>ref(b13,Y) and b12>ref(b12,Y) and b11>ref(b11,Y)and count(红色将军,70)<20 and count(红色将军,210)<40 and(c/hhv(c,500)<0.65 or c/hhv(c,1000)<0.65 or c/hhv(c,1500)<0.65 or c/hhv(c,2000)<0.65),1,0),coloryellow,linethick0;
- stickline(黄色军师,b6,b11,4,0),coloryellow;
- 军师在此:=if(黄色军师 and count(黄色军师,50)<=1,1,0),coloryellow,linethick0;
- drawtext(军师在此,a14,'>>军师在此<<'),coloryellow;
- dis000:ma(dis0,49),linethick5,colorblue;
- abc:=ema(c,15),colorred,linethick1;
- stickline(c<abc,h,l,0.4,2),COLORgreen;
- stickline(c<abc,o,c,8,2),COLORgreen;
- stickline(c>abc,h,l,0.4,0),colorred;
- stickline(c>abc,o,c,8,0),colorred;