ema5:ma(c,5),colorwhite;
ema13:ma(c,13),coloryellow2;
ema25:ma(c,25),colorred;
ema34:ma(c,34),colorgreen;
ema55:ma(c,55),colorblue;
ema90:ma(c,90),colorblack;
ema120:ma(c,120),colorgray2;
ema233:ma(c,233),colorbrown;
ema900:=ma(c,900),colorliblue;
wx13:=cross(ema5,ema13);
drawtext(wx13 and filter(wx13,5),l+0.1,'5x13红杏出墙'),colorf00ff0;
wx25:=cross(ema5,ema25);
drawtext(wx25 and filter(wx25,5),l+0.3,'5x25月薪准备'),colorf00ff0;
wx34:=cross(ema5,ema34);
drawtext(wx34 and filter(wx34,5),l+2.5,'5x34'),colorf00ff0;
wx55:=cross(ema5,ema55);
drawtext(wx55 and filter(wx55,5),l+0.9,'5x55'),colorf00ff0;
wx90:=cross(ema5,ema90);
drawtext(wx90 and filter(wx90,5),l+1.2,'5x90'),colorf00ff0;
wx120:=cross(ema5,ema120);
drawtext(wx120 and filter(wx120,5),l+1.8,'5x120'),colorf00ff0;
wx233:=cross(ema5,ema233);
drawtext(wx233 and filter(wx233,5),l+0.1,'5x233'),colorf00ff0;
wx900:=cross(ema5,ema900);
drawtext(wx900 and filter(wx900,5),l+0.1,'5x900'),colorf00ff0;
y3x25:=cross(ema13,ema25);
drawtext(y3x25 and filter(y3x25,5),l+0.27,'13x25月线上升准备'),colorred;
y3x34:=cross(ema13,ema34);
drawtext(y3x34 and filter(y3x34,5),l+0.29,'13x34梅开二度'),colorred;
y3x55:=cross(ema13,ema55);
drawtext(y3x55 and filter(y3x55,5),l+0.32,'13x55红衣or黑客'),colorred;
y3x90:=cross(ema13,ema90);
drawtext(y3x90 and filter(y3x90,5),l+0.35,'13x90'),colorred;
y3x120:=cross(ema13,ema120);
drawtext(y3x120 and filter(y3x120,5),l+0.37,'13x120'),colorred;
y3x233:=cross(ema13,ema233);
drawtext(y3x233 and filter(y3x233,5),l+0.39,'13x233'),colorred;
y3x900:=cross(ema13,ema900);
drawtext(y3x900 and filter(y3x900,5),l+0.42,'13x900'),colorred;
ewx34:=cross(ema25,ema34);
drawtext(ewx34 and filter(ewx34,5),l+0.44,'25x34'),colorblue;
ewx55:=cross(ema25,ema55);
drawtext(ewx55 and filter(ewx55,5),l+0.46,'25x55'),colorblue;
ewx90:=cross(ema25,ema90);
drawtext(ewx90 and filter(ewx90,5),l+0.48,'25x90'),colorblue;
ewx120:=cross(ema25,ema120);
drawtext(ewx120 and filter(ewx120,5),l+0.50,'25x120'),colorblue;
ewx233:=cross(ema25,ema233);
drawtext(ewx233 and filter(ewx233,5),l+0.52,'25x233'),colorblue;
ewx900:=cross(ema25,ema900);
drawtext(ewx900 and filter(ewx900,5),l+0.54,'25x900'),colorblue;
ssx55:=cross(ema34,ema55);
drawtext(ssx55 and filter(ssx55,5),l+0.58,'34x55均线互换'),colorgray;
ssx90:=cross(ema34,ema90);
drawtext(ssx90 and filter(ssx90,5),l+0.6,'34x90'),colorgray;
ssx120:=cross(ema34,ema120);
drawtext(ssx120 and filter(ssx120,5),l+0.62,'34x120'),colorgray;
ssx233:=cross(ema34,ema233);
drawtext(ssx233 and filter(ssx233,5),l+0.64,'34x233'),colorgray;
ssx900:=cross(ema34,ema900);
drawtext(ssx900 and filter(ssx900,5),l+0.66,'34x900'),colorgray;
wwx90:=cross(ema55,ema90);
drawtext(wwx90 and filter(wwx90,5),l+0.68,'55x90'),colorcyan;
wwx120:=cross(ema55,ema120);
drawtext(wwx120 and filter(wwx120,5),l+0.7,'55x120'),colorcyan;
wwx233:=cross(ema55,ema233);
drawtext(wwx233 and filter(wwx233,5),l+0.72,'55x233'),colorcyan;
wwx900:=cross(ema55,ema900);
drawtext(wwx900 and filter(wwx900,5),l+0.74,'55x900'),colorcyan;
jlx120:=cross(ema90,ema120);
drawtext(jlx120 and filter(jlx120,5),l+0.76,'90x120'),colorbrown;
jlx233:=cross(ema90,ema233);
drawtext(jlx233 and filter(jlx233,5),l+0.78,'90x233'),colorbrown;
jlx900:=cross(ema90,ema900);
drawtext(jlx900 and filter(jlx900,5),l+0.8,'90x900'),colorbrown;
blx233:=cross(ema120,ema233);
drawtext(blx233 and filter(blx233,5),l+0.82,'120x233超级行情'),colorgreen;
blx900:=cross(ema120,ema900);
drawtext(blx900 and filter(blx900,5),l+0.84,'120x900顶级行情'),colorgreen;
nxx900:=cross(ema233,ema900);
drawtext(nxx900 and filter(nxx900,5),l+0.86,'233x900天机道长'),colorgreen;
xn1:=abs(1-hhv(ema55,5)/llv(ema55,5))<0.02;
xn2:=cross(ema13,ema55) or abs(1-ema13/ema55)<0.002;
xn3:=c>o and v>ref(v,1) and c>ema55;
hyxn:=xn1 and xn2 and xn3;
drawtext(hyxn and filter(hyxn,5),l+1,'红衣侠女'),colorf00ff0;
sstz1:=abs(1-hhv(ema55,5)/llv(ema55,5))<0.02;
sstz2:=cross(ema25,ema55) or abs(1-ema25/ema55)<0.002;
sstz3:=c>o and v>ref(v,1) and c>ema55;
sstz:=sstz1 and sstz2 and sstz3;
drawtext(sstz and filter(sstz,5),l+0.05,'短期顶或上升途中'),colorred;
cjhq1:=cross(ema120,ema233);cjhq2:=c>o and v>ref(v,1) ;
cjhq:=cjhq1 and cjhq2 ;
drawtext(cjhq and filter(cjhq,5),l+0.18,'超级行情'),colorred;
yyx1:=cross(c,ema25);
yyx2:=c>o and v>ref(v,1) ;
yyx3:=o<ema25;
yyx:=yyx1 and yyx2 and yyx3 ;
drawtext(yyx and filter(yyx,5),l+0.72,'月薪---日线'),colorgreen;
nxnx1:=cross(c,ema233);
nxnx2:=c>o and v>ref(v,1) ;
nxnx3:=o<ema233;
nxnx:=nxnx1 and nxnx2 and nxnx3 ;
drawtext(nxnx and filter(nxnx,5),l+1.21,'年终奖---周线'),coloryellow;
bnj1:=cross(c,ema120);
bnj2:=c>o and v>ref(v,1) ;
bnj3:=o<ema120;
bnj:=bnj1 and bnj2 and bnj3 ;
drawtext(bnj and filter(bnj,5),l+1.47,'半年奖--bnj'),coloryellow;
jdjx1:=cross(c,ema55);
jdjx2:=c>o and v>ref(v,1) ;
jdjx3:=o<ema55;
jdjx:=jdjx1 and jdjx2 and jdjx3 ;
drawtext(jdjx and filter(jdjx,5),l+0.46,'j季度加薪'),colorgreen;
jdjxj1:=cross(ema5,ema13) or cross(ema5,ema25) or cross(ema13,ema25);
jdjxj:=jdjx and jdjxj1;
drawtext(jdjxj and filter(jdjxj,5),l+0.46,'j季度加薪+++++'),colorgreen;
jwcj1:=c<o and ref(c,1)<ref(o,1);
jwcj2:=o<=ref(c,1) and l>=ref(l,1);
jwcj3:=ref(c,1)/ref(l,1)>1.02;
jwcj4:=ema13<ema34 or ema13<ema55;
jwcj:=jwcj1 and jwcj2 and jwcj3 and jwcj4;
drawtext(jwcj,l+0.52,'///金屋藏娇'),coloryellow;
ryhb1:=ref(o,1)<=ref(c,2) and ref(c,1)<ref(o,1) and abs(1-ref(c,1)/ref(l,1))<0.02;
ryhb2:=c>o and abs(1-c/ref(o,1))<0.025 and abs(1-o/ref(c,1))<0.025;
ryhb3:=ema13<ref(ema13,1) or abs(1-ema13/ref(ema13,1))<0.01 and (ema13<ema34 or ema13<ema55);
ryhb4:=ref(l,1)<=llv(ref(l,1),10);
ryhb:=ryhb1 and ryhb2 and ryhb3 and ryhb4;
drawtext(ryhb ,low,'日月合璧'),coloryellow;
ly1:=count(abs(1-ema55/ema34)<0.1,20)>=16;
ly2:=count(cross(ema34,ema13),40)>=1 and count(cross(ema55,ema13),40)>=1;
ly3:=cross(ema13,ema55);
hdly:=ly1 and ly2 and ly3;
drawtext(hdly and filter(hdly,5),l+0.18,'海底捞月'),colorgreen;
jxhh:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55);
drawtext(jxhh,l+0.58,'34x55均线互换'),color0099ff;
fdyb:=cross(ema34,ema13) and ema34>ema55;
drawtext(fdyb,l+0.7,'分道扬镳'),color0044ff;
yjcx:=cross(ema55,ema13);
drawtext(yjcx,l-0.1,'一箭穿心'),color0044ff;
jwcj1:=c<o and ref(c,1)<ref(o,1);
jwcj2:=o<=ref(c,1) and l>=ref(l,1);
jwcj3:=ref(c,1)/ref(l,1)>1.02;
jwcj4:=ema13<ema34 or ema13<ema55;
jwcj:=jwcj1 and jwcj2 and jwcj3 and jwcj4;
drawtext(jwcj,low-0.2,'金屋藏娇'),coloryellow;
pjcy1:=ref(o,1)/ref(c,1)>1.02;
pjcy2:=o<=ref(c,1) and c>=ref(o,1);
pjcy3:=(abs(1-ref(c,1)/ema55)<0.05 or abs(1-c/ema55)<0.05 or abs(1-ma(c,2)/ema55)<0.05);
pjcy4:=ema13>ema55 or ema13>ma(ema13,5);//好公式网www.goodgongshi.com
pjcy:=pjcy1 and pjcy2 and pjcy3 and pjcy4;
drawtext(pjcy,low,'破镜重圆'),coloryellow;
msqt1:=ema55/ema13>1.04 and ema13/c>1.03;
msqt2:=o<=ref(l,1) and ref(o,1)/ref(c,1)>1.03;
msqt:= msqt1 and msqt2;
drawtext(msqt,(o+c)/2,'马失前蹄'),coloryellow;
上一指标公式:CXR回归决策压力支撑线指标公式详解 同花顺支撑回归
下一指标公式:个股K线走势指标公式详解 同花顺个股
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文金叉赚钱指标公式详解 同花顺赚钱仅供学习研究。