沐阳多空源码下载:
a1:=ema(close,4)-ema(close,13);
b1:=ema((0.809*ref(a1,1)+0.191*a1),1);
做多:if(a1>=b1,a1,b1),linethick1,colorred;
做空:if(b1-a1,b1,a1),linethick1,colorgreen;
drawtext(ref(做多,1)=ref(做空,1) and 做多>做空,做空=做多,'●'),colorred;
drawtext(cross(做多,1)=cross(做空,1) and 做多=做空,做空<做多,'☆'),colorgreen;
lc:=ref(close,1);
rsi1:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
ar:=sum(high-open,26)/sum(open-low,26)*100;
卖点:=cross(85,rsi1)*30,color00ff00,linethick2;
varb:=sma(max(close-lc,0),7,1)/sma(abs(close-lc),7,1)*100;
varc:=sma(max(close-lc,0),13,1)/sma(abs(close-lc),13,1)*100;
vard:=barscount(close);
低位买点:(varb< 20 and varc< 25 and vard> 50 and ar<70)*200,linethick2,color00ff00;
bt1:=cross(rsi1,25);
散户:=ema( (close-ma(close,7))/ma(close,7)*480,2)*5,linethick1,color0000ff;
主力线:ema( (close-ma(close,11))/ma(close,11)*480,7)*5,linethick2,colora607c0;
bt2:=cross(散户,主力线) and 散户<-10;
bt:=filter(count(bt1 or bt2,3)>=3,3);
typ:=(high+low+close)/3;
cci:(typ-ma(typ,n))/(0.015*avedev(typ,n)),linethick2,colorgreen;
分界线:200.0,colorgreen;
分界线2:-200.0,colorgreen;
a:=n>=cci or cci>=ref(cci,1);
aa:=n<cci and cci<ref(cci,1);
多头:if(a,cci,drawnull),colorred,linethick2;
空头:if(aa,cci,drawnull),colorgreen,linethick2;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文沐阳多空下载仅供学习研究。