通达信公式洗盘回调介入主图源码确认有未来函数指标
{洗盘回调介入}
t11:=const(llvbars(low,10));
t11high:=const(ref(high,t11));
cc1:=const(currbarscount);
t22:=const(barslast(currbarscount>cc1+t11 and h>t11high));
t22high:=const(ref(high,t22));
t33:=const(barslast(currbarscount>cc1+t22 and high>t22high));
t33high:=const(ref(high,t33));
{c>=t33high and ref(c,1)<t33high and dynainfo(17)>2;}
n:=10;
t1k:=const(llvbars(low,n));
t1high:=const(ref(high,t1k));
cc:=const(currbarscount);
t2k:=const(barslast((currbarscount >(cc+t1k)) and (high>t1high)));
t2high:=const(ref(high,t2k));
t3k:=const(barslast((currbarscount >(cc+t2k)) and (high>t2high)));
t3high:=const(ref(high,t3k));
洗盘杀入线:drawline(currbarscount=10+1,t3high,islastbar, t3high,1),linethick1,colorlired;
drawtext(islastbar, t3high,'杀入线')linethick1,colorlired;
drawkline(high,open,low,close);
lc:=ref(close,1);{好公式网-最好的股票公式网站 www.goodgongshi.com}
rsi:=((sma(max((close - lc),0),3,1) / sma(abs((close - lc)),3,1)) * 100);
ff:=ema(close,3);
ma15:=ema(close,21);
回调:ma(close,10000);
买线:ema(c,2),colorred;
卖线:ema(slope(c,21)*20+c,42),colorgreen;
指导线: ema((ema(close,4)+ema(close,6)+ema(close,12)+ema(close,24))/4,2),linethick1,colorffffff;
界: ma(close,27),linethick1,color00ffff;
{stickline((ma15 > ref(ma15,1)),ma15,ma15,9,6),linethick2,color0000ff;}
{stickline((ma15 < ref(ma15,1)),ma15,ma15,9,6),linethick2,colorff0000;}
drawtext(cross(ff,ma15),(low * 0.99),'上拐点'),color00ffff;
drawtext(cross(ma15,ff),(high * 1.02),'下拐点'),color00ff00;
drawtext(cross(85,rsi),(high * 1.02),'回调!'),colorffffff;
wwwchnmoneycom:=cross(买线,卖线);
sel:=cross(卖线,买线);
stickline(买线>=卖线,close,open,2.5,0),color0000aa;
stickline(买线>=卖线,close,open,2,0),color0000cc;
stickline(买线<卖线,close,open,2.5,0),coloraaaa00;
stickline(买线<卖线,close,open,2,0),colorbbbb00;
stickline(cross(买线,卖线) or cross(卖线,买线),open,close,1.5,0),color00ffff;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文通达信公式洗盘回调介入主图源码确认有未来函数指标下载仅供学习研究。