突破a:=ref(ema(c,14),1);
a1x:=(ema(c,10)-突破a)/突破a*100;
m9日:=ma(c,9);
基准:=if(a1x>=0,ref(ema(c,17),barslast(cross(a1x,0))+1),ref(ema(c,17),barslast(cross(0,a1x))+1));
准尉:=基准<ref(基准,1);
上基:if(a1x>0,ref(ema(c,17),barslast(cross(a1x,0))+1),drawnull),colorred,linethick2;
下基:if(a1x<0,ref(ema(c,17),barslast(cross(0,a1x))+1),drawnull),color009900,linethick2;hhjsjda:(3*close+open+low+high)/6;
如来a:=ema((close+high+low)/3,5);
如来b:=ref(ema((close+high+low)/3,5),1);
持股:stickline(如来a>如来b,如来a,如来b,4,0),color00ffff;
进货:=如来a>如来b and ref(如来a,1)<ref(如来b,1);
drawicon(进货,l*0.8,7);
drawicon(如来a<=如来b and ref(如来a,1)>=ref(如来b,1),h*1.1,8);
快线:(20*hhjsjda+19*ref(hhjsjda,1)+18*ref(hhjsjda,2)+17*ref(hhjsjda,3)+16*ref(hhjsjda,4)+15*ref(hhjsjda,5)+14*ref(hhjsjda,6)
+13*ref(hhjsjda,7)+12*ref(hhjsjda,8)+11*ref(hhjsjda,9)+10*ref(hhjsjda,10)+9*ref(hhjsjda,11)+8*ref(hhjsjda,12)
+7*ref(hhjsjda,13)+6*ref(hhjsjda,14)+5*ref(hhjsjda,15)+4*ref(hhjsjda,16)+3*ref(hhjsjda,17)+2*ref(hhjsjda,18)+
ref(hhjsjda,20))/210,colorred;
慢线:ma(快线,5),colorcyan;
攻击线:ma(c,3);
d罗:=cross(hhjsjda,攻击线) and 快线>=慢线;
drawtext(d罗,l*0.85,'d罗'),coloryellow;
drawtext(cross(hhjsjda,快线),low*0.95,'买点一'),colormagenta;
drawtext(cross(快线,慢线),low*0.93,'买点二'),colorred;
///神奇黑马///
bbi:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;
up:bbi + 2.58*std(bbi,10),color000099,linethick2;
loow:bbi - 2.58*std(bbi,10),color000099,linethick2;
sat:=if((amount/c)/(hhv(amount,20)/hhv(c,20))*100>100,100,(amount/c)/(hhv(amount,20)/hhv(c,20))*100);
aa10:ma(close,8),color0000ff;
aa12:ma(close,12),color0000ff;
bb10:=((atan((aa10 - ref(aa10,1))) * 3.1416) * 10);
bb12:=((atan((aa12 - ref(aa12,1))) * 3.1416) * 10);
ma13:=ma(close,13);
fillrgn(aa10,aa12,aa10>aa12,rgb(150,0,100),aa10<aa12,rgb(256,96,96));
x1:=(c+l+h)/3;bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;
ema8:=ema(c,8);
drawtext(filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10),ema8,'∠45上升'),colorwhite;
压力:=ma(ref(hhv(c,30),1),2);
支撑:=ma(ref(llv(c,30),1),2);
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;
ff1:=bb1 and cc1 and dd1 and ee1;drawtext(ff1,(low* 0.99),'老鼠仓');
a51:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1);
黑马线:=ema(a51,5);a54:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
趋势线:=(ma(3*sma(a54,6,1)-2*sma(sma(a54,5,1),5,1),2));
drawtext(cross(趋势线,0)and 黑马线<40,(high* 0.97),'▲大黑马'),coloryellow;
lc:=ref(close,1);
rsi:=((sma(max((close - lc),0),3,1) / sma(abs((close - lc)),3,1)) * 100);
ff:=ema(close,3);
ma15:=ema(close,21);
drawtext(cross(ff,ma15),(low * 0.99),'底背离'),colora6e500;
drawtext(cross(88,rsi),(high * 1.07),'顶背离'),colorgreen;
var2:=llv(low,27);
var3:=hhv(high,34);
var4:=ema((close-var2)/(var3-var2)*4,4)*25;
注意买:=if((var4<10),80,100);
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;
超跌:=if(j<0,10,0);bddd:=llv(j,2)=llv(j,8);
买入:=if(cross(j,ref(j+0.01,1)) and bddd and j<20,30,0);
drawtext(买入 and 注意买=100 and 超跌=0,low,'短线'),color8000ff;
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
买:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
drawtext(filter(买=1,5),low-0.03,'拉升'),colorffde00;
a7:=(ema((open+high+low+close)/4,21)+ema((open+high+low+close)/4,34)+ema((open+high+low+close)/4,68))/3;
var7:=forcast(a7,6);
ma3k:var7,colorred,linethick3;
ma5k:var7,coloryellow,linethick1;
stickline(close> ref(close,1) ,high,low,1,1 ),colorred;
stickline(close> ref(close,1) ,open,close,6,0 ),color000055;
stickline(close> ref(close,1) ,open,close,2.7,0 ),color000077;
stickline(close> ref(close,1) ,open,close,2.1,0 ),color000099;
stickline(close> ref(close,1) ,open,close,1.5,0 ),color0000bb;
stickline(close> ref(close,1) ,open,close,0.9,0 ),color0000dd;
stickline(close> ref(close,1) ,open,close,0.3,0 ),color0000ff;
stickline(close= ref(close,1) ,high,low,1,1 ),colorwhite;
stickline(close= ref(close,1) ,open,close,6,0 ),color555555;
stickline(close= ref(close,1) ,open,close,2.7,0 ),color777777;
stickline(close= ref(close,1) ,open,close,2.1,0 ),color999999;
stickline(close= ref(close,1) ,open,close,1.5,0 ),colorbbbbbb;
stickline(close= ref(close,1) ,open,close,0.9,0 ),colordddddd;
stickline(close= ref(close,1) ,open,close,0.3,0 ),colorffffff;
stickline(close< ref(close,1) ,high,low,1,1 ),colorcyan;
stickline(close< ref(close,1) ,open,close,6,0 ),color990000;
stickline(close< ref(close,1) ,open,close,2.7,0 ),colorcc0000;
stickline(close< ref(close,1) ,open,close,2.1,0 ),colorff4400;
stickline(close< ref(close,1) ,open,close,1.5,0 ),colorff8800;
stickline(close< ref(close,1) ,open,close,0.9,0 ),colorffcc00;
stickline(close< ref(close,1) ,open,close,0.3,0 ),colorcyan;
大黑马:=cross(趋势线,0) and 黑马线<40;
老鼠仓:=bb1 and cc1 and dd1 and ee1;
短线:=买入 and 注意买=100 and 超跌=0;
底背离:=cross(ff,ma15);
∠45上升:=filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10);
拉升:=filter(买=1,5);
黑马五选一:=短线 or 底背离 or ∠45上升 or 拉升 or 老鼠仓;
up金叉:=cross(up,ma3k) and loow>ref(loow,1);
drawtext(up金叉,h*1.3,'up金叉'),coloryellow;
aa金叉:=cross(aa10,aa12) and loow>ref(loow,1);
drawtext(aa金叉,h*1.1,'a金叉'),colorred;
双金叉:=cross(aa10,ma3k) and cross(aa12,ma3k) and loow>ref(loow,1);
drawtext(双金叉,h*1.15,'双金叉'),colorred;
上涨途中:=aa10>aa12 and loow>ref(loow,1) and up>ref(up,1) and hhjsjda>ref(hhjsjda,1);
drawtext(上涨途中,loow,'!'),colorred;
空间打开:=cross(c,ma3k) and close>ref(close,1) and loow>ref(loow,1) and close>open and 上基>0 and (loow>ref(loow,1) or up>ref(up,1) or aa10>ref(aa10,1)) and (短线 or 底背离
or ∠45上升 or 拉升 or 老鼠仓);
空间打开红:=空间打开 and cross(up,ma3k);
drawtext(空间打开,h*1.16,'空间打开'),coloryellow;
drawtext(空间打开红,h*1.23,'空间打开'),colorred;
上涨开始:=aa10>aa12 and aa12>ref(aa12,1) and aa10>ref(aa10,1) and loow>ref(loow,1) and up>ref(up,1) and
(ref(aa12,1)<ref(aa12,2) or ref(aa10,1)<ref(aa10,2) or ref(loow,1)<ref(loow,2) or ref(up,1)<ref(up,2));
drawicon(上涨开始,low*0.9,1),colorred;
drawtext(cross(hhjsjda,up),l*0.88,'c罗'),colorred;
上涨路上:=上基>0 and 如来a>如来b and c>=o*0.85 and hhjsjda>攻击线;
drawtext(上涨路上,h*1.05,'a'),colorred;
上一指标公式:MFI双线指标公式详解 同花顺指标
下一指标公式:彩带主图指标公式详解 同花顺彩带
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文大黑马指标公式详解 同花顺大黑马仅供学习研究。