jj:=(close+high+low)/3;
a:=ema(jj,7);
b:=ref(a,1);
stickline(a>b,a,b,5,0),colororange;
stickline(a<b,a,b,5,0),colorblue;主力线:=ema(c,3),colorwhite;
跟随主力线:=ema(c,5),coloryellow;
辅助主力线:=ema(c,7),colorbrown;
短线回踩支撑:=ema(c,10),colorligreen;
启动线:=ema(c,20),colorred,linethick2;
ss:=cross(主力线,跟随主力线) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(跟随主力线,辅助主力线) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(跟随主力线,短线回踩支撑) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(主力线,辅助主力线) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(主力线,短线回踩支撑) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(跟随主力线,辅助主力线) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(跟随主力线,启动线) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(辅助主力线,短线回踩支撑) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 or cross(跟随主力线,启动线) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 and cross(主力线,启动线);
drawtext(ss,l-0.5,'买入'),colormagenta;
drawicon(ss,l-0.3,1);boll:=ma(c,20);upper:=boll+2*std(c,20);lower:=boll-2*std(c,20);大黑码:=cross(c,upper) and c/ref(c,1)>1.05,colorred;drawtext(大黑码 and c>ma(c,60) and c>ma(c,90) and c>ma(c,120) and c>ma(c,250),h*1.03,'敢死队'),colorbrown;ma5:ema(close,5);
x_ma5:ema(ma5,5);ma135:=ma(vol,135);
tj1:=(vol=hhv(vol,10) and vol>1.7*ref(vol,1) and c>=ref(c,1) and c>=o and vol<=ma135*3.5);
ljl:=filter(tj1,3);
tj3:=if(barslast(ljl)=1 and close>ref(low,3),1,0);
st:=tj3=1;
cl:=filter(st,3);
stickline(c,ref(l,barslast(cl)),ref(l,barslast(cl)),5,0),colororange;
stickline(close,ref(l,barslast(ljl)),ref(l,barslast(ljl)),5,0),colorcyan;
stickline(ljl,open,close,6,0),colorf00ff0;
drawtext(ljl,l*0.99,'支撑'),colorf00ff0;drawicon(ref(c,4)>ref(o,4) and ref(c,3)<ref(c,4) and ref(c,2)<ref(c,4) and ref(c,1)<ref(c,4) and c>ref(c,4),l*0.96,22);
drawicon(ref(c,4)<ref(o,4) and ref(c,3)>ref(c,4) and ref(c,2)>ref(c,4) and ref(c,1)>ref(c,4) and c<ref(c,4),h,13);
drawicon(ref(c,3)>ref(o,3) and ref(c,2)<ref(c,3) and ref(c,1)<ref(c,3) and c>ref(c,3),l*0.96,22);
drawicon(ref(c,3)<ref(o,3) and ref(c,2)>ref(c,3) and ref(c,1)>ref(c,3) and c<ref(c,3),h,13);
上一指标公式:波段始终指标公式详解 同花顺波段
下一指标公式:朝登主力雷达跟随主力抢钱去指标公式详解 同花顺跟随抢钱
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文A4买入支撑指标公式详解 同花顺支撑A4仅供学习研究。