b加上笑脸同时出买最安全, b3 是上3天线,红色向上箭头是上10天线。
50天线和120天线是中波段和长波段的进场线。
参数: n 20 , m 30 , p1 80, p2 100
mid:=(3*close+low+open+high)/6;
安全a:=ma((20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+12*ref(mid,8)+11*ref(mid,9)+10*ref(mid,10)+9*ref(mid,11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+5*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,20))/210,3),linethick2,colorwhite;
支撑:if(安全a<ref((ema(c,1)),1),安全a,drawnull),colorred,linethick2;
压力:if(安全a>ref((ema(c,1)),1),安全a,drawnull),color00ee00,linethick2;
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);
五十天线:ma(c,50),colorblue;
一百二十线:ma(c,120),colormagenta;
drawtext(cross(low,买入),low*0.90,'b'),colorred,linethick2;
drawtext(cross(卖出,high),high*1.05,'s'),colorgreen;
r1:=ma(close,1);
r2:=ma(close,3);
r3:=(ma(r2,1)*1);
r4:=(ma(r2,3)*1);
drawtext(cross(r3,r4),(low*0.92),'b3'),colorbdb76b;
x1:=(c+l+h)/1.5;
x2:=ema(x1,3);
x3:=ema(x2,2.5);
drawicon( cross(x2,x3) and (xma(var1,m)*(1-p2/1000))>(ref(xma(var1,m)*(1-p2/1000),1)),l*0.95,5),colorred;
stickline(x2>=x3,low,high,0,1),colorred;
stickline(x2>=x3,close,open,3.2,2),colorred;
stickline(x2<x3,low,high,0,1),color00ff00;
stickline(x2<x3,close,open,3.2,2),color00ff00;
stickline(cross(x3,x2),open,close,3.2,0),color00ff00;
stickline(cross(x2,x3),open,close,3.2,0),colorred;
stickline((close>open) and (x2<x3),close,open,3.2,2)color00ff00;
stickline((close>open) and (x2>=x3),close,open,3.2,2)colorred;
stickline((close<open) and (x2<x3),close,open,3.2,0)color00ff00;
stickline((close<open) and (x2>=x3),close,open,3.2,0)colorred;
aa1:=amount/v;
bb1:=l<aa1*0.9;
cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;
dd1:=l<ma(c,5)*0.921;
ee1:=v<ma(v,5)*1.5;
老鼠仓:=bb1 and cc1 and dd1 and ee1,linethick0;
drawtext(老鼠仓,(low* 0.99),'老鼠仓'),color40ccff;
drawicon(cross(ma(close,3),ma(close,10)),close*0.95,1),colorred;
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;
上一指标公式:抄底逃顶副图指标详解 通达信源码贴图
下一指标公式:超短无敌2-3天获利4%以上的超级指标详解 通达信超短
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文笑笑脸主图指标详解 通达信笑笑仅供学习研究。