e7:增减仓位标准线,当股价离与7日均线乖离率达到10%以上时主动减仓.
e21:操作唯一标准,走多敢买。走空止损或者止盈.
e105:当7与21在此线下形成空头时随时可能暴跌。当105>360时.7与21在此线上形成多头随时可能暴涨.
e360:尽量只做站在360日均线上的股票.
{公式名称: 趋势导航器
参数数量: 4
参数1: m1, 最小: 2, 最大: 500, 缺省: 7
参数2: m2, 最小: 2, 最大: 500, 缺省: 21
参数3: m3, 最小: 2, 最大: 500, 缺省: 105
参数4: m4, 最小: 2, 最大: 500, 缺省: 360
}
var1:=if((close-ref(close,1))*100/ref(close,1)>=10-0.01*100/ref(close,1),1,0);
ma7:ema(close,m1);
ma21:ema(close,m2),coloryellow,linethick2;
var2:=10;
var3:=const(hhvbars(vol,var2));
var4:=var2;
var5:=const(ref(hhvbars(vol,var4),var3+1)+var3+1);
突破天数:var5,nodraw,colorgreen;
var6:=if(currbarscount<=var3+var4+3 and currbarscount>=var3+1,const(ref(max(close,open),var5)),drawnull);
突破价格:var6,color40ff00;
var7:=if(currbarscount<=var3+var4+3 and currbarscount>=var3+1,const(ref(high,var5)),drawnull);
var8:=drawicon(currbarscount=var5+1,var6,25);
var9:=const(llvbars(vol,var4));
var10:=var5+1;
var11:=ref(max(close,open),var5);
var12:=if(currbarscount<=var3+var4+3 and currbarscount>=var3+1,const(ref(vol,var5)),drawnull);
var13:=cross(close,var6) and cross(vol,var12) and ref(max(close,open),var3+1)=hhv(max(ref(close,1),ref(open,1)),var3+1) and var10>=5 and var10<=11;
var14:=cross(close,var6) and cross(vol,var12) and last(max(ref(close,1),ref(open,1))<=ref(max(close,open),1),var10,1) and var10>=4 and var10<=11 and close>open;
var15:=cross(close,var6) and cross(vol,var12) and last(max(close,open)<var7,var10-2,1) and var10>=5 and var10<=11 and close>open;
xg小粘合:var15 and cross(ma7,ma21);
stickline(currbarscount=var5+1,close,open,3,0),coloryellow;
stickline(xg小粘合,var6,open,3,0),colormagenta;
stickline(var1,(open+close)*0.5,close,3,0),coloryellow;
stickline(var1,(open+close)*0.5,close,2.5,0),color008888;
stickline(var1,(open+close)*0.5,close,2.1,0),color00aaaa;
stickline(var1,(open+close)*0.5,close,1.2,0),color00dddd;
stickline(var1,(open+close)*0.5,close,0.3,0),coloryellow;
stickline(var1,(open+close)*0.5,open,3,0),colormagenta;
stickline(var1,(open+close)*0.5,open,2.5,0),color000066;
stickline(var1,(open+close)*0.5,open,2,0),color000099;
stickline(var1,(open+close)*0.5,open,1.2,0),color0000cc;
stickline(var1,(open+close)*0.5,open,0.3,0),colorred;
drawtext_fix(islastbar,0.8,0.08,1,zhblock),colormagenta;
drawtext_fix(islastbar,0.3,0.02,1,gnblock),coloryellow;
drawtext_fix(islastbar,0.8,0.06,2,hyblock),coloryellow;
drawtext_fix(islastbar,0.3,0.1,1,dyblock);
ma105:ema(close,m3),colorgreen,linethick2;
ma360:ema(close,m4),colorff8000,linethick2;
var16:=if(ema(close,105)>=ref(ema(close,105),1),ma105,drawnull);
var17:=if(ema(close,360)>=ref(ema(close,360),1),ma105,drawnull);
stickline(var16 and var17 and ma105>ma360,ma105,ma360,0,0),colorligray;
乖离7:(high-ma7)/ma7*100,nodraw;
乖离21:(ma7-ma21)/ma21*100,nodraw;
空间:乖离7+乖离21,nodraw;
var18:=空间>15 and 乖离7>12.7 and 乖离21>5.5 and not((close-ref(close,1))/ref(close,1)>=0.092 and close=high);
drawicon(var18,high*1.005,15);
上一指标公式:筹码攻击指标 通达信攻击指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文趋势导航器转载和谐完全加密指标 通达信指标趋势仅供学习研究。