说明:股价过洗盘杀入线买入,同时结合1倍至6倍量1副图指标。
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;
t1:=const(llvbars(low,n));
t1high:=const(ref(high,t1));
cc:=const(currbarscount);
t2:=const(barslast((currbarscount >(cc+t1)) and (high>t1high)));
t2high:=const(ref(high,t2));
t3:=const(barslast((currbarscount >(cc+t2)) and (high>t2high)));
t3high:=const(ref(high,t3));
洗盘杀入线:drawline(currbarscount=t3+1, t3high, islastbar, t3high, 1),linethick3,color0000ff;
drawtext(islastbar, t3high, ' 洗盘杀入线')linethick1,coloryellow;
上一指标公式:秘密连续走强买点-副图指标下载 通达信源码秘密
下一指标公式:底部阳线买{副图}指标附说明下载 通达信原码简单
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文洗盘杀入线指标主图版附用法说明下载 通达信公式源码仅供学习研究。