参数数量: 4
参数1: 开多上限, 最小: 1, 最大: 10, 缺省: 3
参数2: 开多下限, 最小: 1, 最大: 10, 缺省: 5
参数3: 开空上限, 最小: 1, 最大: 10, 缺省: 5
参数4: 开空下限, 最小: 1, 最大: 10, 缺省: 3
g:=if(high=hhv(high,3),1,0);
d:=if(low=llv(low,3),1,0);
s:=if(ref(g,2)=1 and ref(g,1)=0 and g=0,ref(high,2),ref(high,2+barslast(ref(g,2)=1 and ref(g,1)=0 and g=0)));
x:=if(ref(d,2)=1 and ref(d,1)=0 and d=0,ref(low,2) ,ref(low, 2+barslast(ref(d,2)=1 and ref(d,1)=0 and d=0)));
k1:=if(high>=ma(close,1),s,ref(s,barslast(high>ma(close,1))));
k2:=if(low <=ma(close,5),x,ref(x,barslast(low<=ma(close,5)))),linethick1;
c1:=ref(c,1)<=k1 and c>k1;
c2:=ref(c,1)>=k2 and c<k2;
k3:=barslast(c1);
k4:=barslast(c2);
支撑:if(k3<k4,k2,drawnull),coloryellow,linethick2;
压力:if(k3>k4,k1,drawnull),colorwhite,linethick2;
{=================================================}
stickline(c>=o,c,o,3,0),color0000aa;
stickline(c>=o,c,o,2.5,0),color0000bb ;
stickline(c>=o,c,o,1.5,0),color0000cc ;
stickline(c>=o,c,o,1,0),color0000ee;
stickline(c>=o,h,l,0,0),color0000ff;
stickline(c<=o,c,o,3,0),color7b7b00;
stickline(c<=o,c,o,2.5,0),color909000;
stickline(c<=o,c,o,1.5,0),colora8a800;
stickline(c<=o,c,o,1,0),colorcece00;
stickline(c<=o,h,l,0,0),colorffff00;
var1:=(c+h+o+l)/4;
卖出:xma(var1,20)*(1+开空下限/1000),colorgreen,linethick2;
买入:xma(var1,32)*(1-开多上限/1000),colormagenta,linethick2;
幅度:100*(卖出-买入)/买入,nodraw;
风险:(l-买入)/买入*100,nodraw;
高抛:xma(var1,20)*(1+开空上限/1000),colorcyan,linethick2;
低吸:xma(var1,32)*(1-开多下限/1000),colorred,linethick2;
ma1:=ma(var1,3);
stickline(卖出>low and 卖出<high,卖出,max(卖出,max(open,close)),3,0),color007b00;
stickline(卖出>low and 卖出<high,卖出,max(卖出,max(open,close)),2,0),color009000;
stickline(卖出>low and 卖出<high,卖出,max(卖出,max(open,close)),1,0),color00a800;
stickline(卖出>min(c,o) and 卖出<max(c,o),卖出,max(open,close),3,0),color007b00;
stickline(卖出>min(c,o) and 卖出<max(c,o),卖出,max(open,close),2,0),color090000;
stickline(卖出>min(c,o) and 卖出<max(c,o),卖出,max(open,close),1,0),color00a800;
stickline(卖出>low and 卖出<high,卖出,high,0,0),colorgreen;
stickline(卖出<low,open,close,3,0),color007b00;
stickline(卖出<low,open,close,2,0),color009000;
stickline(卖出<low,open,close,1,0),color00a800;
stickline(卖出<low,high,low,0,0),colorgreen;
stickline(买入>low and 买入<high,买入,min(min(open,close),买入),1.5,0),colorcc66ff;
stickline(买入>min(c,o) and 买入<max(c,o),买入,min(open,close),1.5,0),colorcc66ff;
stickline(买入>low and 买入<high,买入,low,0,0),colormagenta;
stickline(买入>high,open,close,1.5,0),colormagenta;
stickline(买入>high,high,low,0,0),colormagenta;
drawicon(cross(买入,low),low,11);
drawicon(cross(high,卖出),high,12);
drawicon(cross(低吸,low),low,13);
drawicon(cross(high,高抛),high,14);
drawicon(风险<0.1 and not(cross(低吸,low)) and not(cross(买入,low)),low,18);
上一指标公式:日内交易⑤5分钟辅助 通达信交易辅助
下一指标公式:短线天天有 通达信
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文日内交易①1分钟辅助 通达信交易辅助仅供学习研究。