自用含有未来函数,使用与震荡行情和雄狮行情,大家自己观察
var1:=(c+h+o+l)/4;
卖出:xma(var1,n)*(1+p1/1000),colorgreen,linethick2;
买入:xma(var1,m)*(1-p2/1000),colormagenta,linethick2;
幅度:100*(卖出-买入)/买入,nodraw;
ma1:=ma(var1,3);
stickline(卖出>low and 卖出<high,卖出,max(卖出,max(open,close)),3,0),colorgreen;
stickline(卖出>min(c,o) and 卖出<max(c,o),卖出,max(open,close),3,0),colorgreen;
stickline(卖出>low and 卖出<high,卖出,high,0,0),colorgreen;
stickline(卖出<low,open,close,3,0),colorgreen;
stickline(卖出<low,high,low,0,0),colorgreen;
stickline(买入>low and 买入<high,买入,min(min(open,close),买入),3,0),colormagenta;
stickline(买入>min(c,o) and 买入<max(c,o),买入,min(open,close),3,0),colormagenta;
stickline(买入>low and 买入<high,买入,low,0,0),colormagenta;
stickline(买入>high,open,close,3,0),colormagenta;
stickline(买入>high,high,low,0,0),colormagenta;
drawtext(cross(low,买入),low*0.95,'b'),colorred,linethick2;
drawtext(cross(卖出,high),high*1.02,'s'),colorgreen;
a:=5;
b:=5;
tr1:= sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),a);
hd := high-ref(high,1);
ld := ref(low,1)-low;
dmp:= sum(if(hd>0 and hd>ld,hd,0),a);
dmm:= sum(if(ld>0 and ld>hd,ld,0),a);
pdi:=dmp*100/tr1;
mdi:=dmm*100/tr1;
adx:=(ma((pdi-mdi)/(mdi+pdi),b)*100) ;
fadx:=((ma(adx,3)-ma(adx,13)+ma(adx,8))) ;
var2:=vol/((high-low)*2-abs(close-open));
买盘:=if(close>open,var2*(high-low),if(close<open,var2*((high-open)+(close-low)),vol/2)) ;
卖盘:=-if(close>open,0-var2*((high-close)+(open-low)),if(close<open,0-var2*(high-low),0-vol/2)) ;
abr:=ema((买盘-卖盘)/vol*100,7)*2;
qs:=ma(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),13)+100 ;
stickline(filter(cross(abr,adx),5) and count(abr<adx,4)>=2 ,l ,l ,50 , 901),coloryellow ;
drawtext(cross(abr,adx) and count(abr<adx,4)>=2 and qs<=ref(qs,1) ,l ,'弹' );
stickline(cross(adx,abr) ,h ,h ,50 , 501),colorgreen;
drawicon(adx<ref(adx,1) and ref(adx,1)>=ref(adx,2) and fadx>60,h+0.05 ,8);
低周期:=barslast( cross(abr,adx));
drawicon(filter(adx>ref(adx,1) and ref(adx,1)<ref(adx,2) and fadx<-50,5) and fadx>-100,l ,10);
上一指标公式:多空K线 同花顺多空
下一指标公式:换手率金叉 同花顺换手率
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文布林趋势 同花顺布林仅供学习研究。