黑马登天发现追击源码下载:
sat:=if((amount/c)/(hhv(amount,20)/hhv(c,20))*100>100,100,(amount/c)/(hhv(amount,20)/hhv(c,20))*100);
rsv24:=(((close - llv(low,55)) / (hhv(high,55) - llv(low,55))) * 100);
k24:=sma(rsv24,3,1);
d24:=sma(k24,3,1);
j24:=((3 * k24) - (2 * d24));
压力位:ma(ref(hhv(c,30),1),2),color9dffff;
支撑位:ma(ref(llv(c,30),1),2),colorabff46;
u2l:=if((close >= ma(close,20)),80,50);
l2l:=if((close >= ma(close,20)),50,20);
rsv:= (close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:= sma(rsv,3,1);
d:= sma(k,3,1);
j:= 3*k-2*d;
rh1:=if(((j < u2l) and (ref(j,1) >= u2l)),hhv(ref(high,1),(barslast(((j >= u2l)
and (ref(j,1) < u2l))) - 1)),ref(hhv(ref(high,1),(barslast(((j >= u2l)
and (ref(j,1) < u2l))) - 1)),barslast(((j < u2l) and ref(j,1)))));
rh4:=if((high > rh1),low,ref(low,barslast((high > rh1))));
rh42:=if((high > rh1),j,ref(j,barslast((high > rh1))));
rh5:=if((((high > rh4) and (j < rh42)) and (j < j24)),
high,ref(high,barslast((((high > rh4) and (j < rh42)) and (j < j24)))));
rl1:=if(((j > l2l) and (ref(j,1) <= l2l)),llv(ref(low,1),(barslast(((j <= l2l)
and (ref(j,1) > l2l))) - 1)),ref(llv(ref(low,1),(barslast(((j <= l2l)
and (ref(j,1) > l2l))) - 1)),barslast(((j > l2l) and ref(j,1)))));
rl4:=if((low < rl1),high,ref(high,barslast((low < rl1))));
rl42:=if((low < rl1),j,ref(j,barslast((low < rl1))));
rl5:=if((((low < rl4) and (j > rl42)) and (j > j24)),low,
ref(low,barslast((((low < rl4) and (j > rl42)) and (j > j24)))));
cb:=((amount / vol) / 100);
cd:=((cb > high) or (cb < low));
黑马趋势:=ma(close,3);
map:=ma(close,8);
aa5:=ma(close,21);
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);
x1:=(c+l+h)/3;bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;
压力:ma(ref(hhv(c,30),1),2),color9dffff,nodraw;
支撑:ma(ref(llv(c,30),1),2),colorabff46,nodraw;
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),'老鼠仓'),color4080ff,nodraw;
下轨道:(sma(low,21,2) * 0.969),pointdot,color00ffff;
上:=(sma(high,21,2) * 1.05);
drawtext(filter(((((((close / open) > 1.04) and ((close - ref(close,1)) > 0))
and (close > 下轨道)) and ((aa10 - ref(aa10,1)) > 0)) and (close < 上)),3),
(low - 0.07),'追击'),colord1e768;
aa100:=if(((aa12 <= aa10) and (bb12 >= 1)) and (bb10 >= 1),aa10,drawnull);
aa122:=if(((aa12 >= aa10) and (bb10 <= 1)) and (bb10 <= 1),aa12,drawnull);
vard:=((((open + low) + high) + close) / 4);
支撑:=ema(vard,5);
短期底部:=llv(open,30);
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,nodraw;
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.02),'顶背离'),colormagenta;
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;
drawtext(((((((cross(黑马趋势,短期底部) and ((rl5 - ref(rl5,1)) > 0))
and ((黑马趋势 - ref(黑马趋势,1)) > 0)) and (黑马趋势 > 1)) and (low <= 支撑位))
and (close > 支撑位)) and (high < 压力位)),(low - 0.15),'←黑马发现'),color00ffff;
drawtext((((((((cross(黑马趋势,rl5) and ((黑马趋势 - ref(黑马趋势,1)) > 0))
and (high < 压力位)) and (low <= 短期底部)) and (close > 支撑位)) and (cd < 1))
and (close > open)) and (close > rl5)),low,'←短买'),color00ff00;
drawtext(filter((((((((low <= 短期底部) and ((close - ref(close,1)) > close))
and ((ma(close,10) - ref(ma(close,10),1)) > 0)) and (winner(close) < 0.05))
and (短期底部 = rl5)) and (low <= rl5)) and (high < 压力位)),3),low,'★机会难得'),colorffffff;
历史大底:drawtext(filter((((((llv(low,0) and (winner(close) < 0.08))
and (low <= 短期底部)) and (close > 短期底部)) and (j < 80))
and ((close / open) > 1.08)),20),(low - 0.45),'★★历史大底');
drawtext(filter(((((((((low <= 短期底部) and (close > 压力位))
and ((aa5 - ref(aa5,1)) > 0)) and (j < 80)) and (close > 支撑位))
and ((黑马趋势 - ref(黑马趋势,1)) > 0)) and (winner(close) < 0.1))
and (close > open)),5),(low - 0.15),'★黑马登天'),colorcdeec5;
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,nodraw;
mtm:=c-ref(c,1);dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
wwwchnmoneycom:if(hhv(dx,2)=hhv(dx,7) and count(dx>50,2) and cross(ma(dx,2),dx),1,0),color00ff00;
买:=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,nodraw;
上一指标公式:波段中轴猎杀选股下载
下一指标公式:区间三分割下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黑马登天发现追击下载仅供学习研究。