日线锁定:=(period==5) and (c>0) and v>0; 引力:=(ma(c,30)+ma(c,72))/2; 下轨:=引力*0.73; 下轨75:=引力*0.75; 下轨71:=引力*0.71; 下轨68:=引力*0.68; 过滤周期:=1; var1:=ema(ema(close,9),9); 控盘:=(var1-ref(var1,1))/ref(var1,1)*1000; 资金:=ema(ema(close,8),8); 资金抬轿:=(资金-ref(资金,1))/ref(资金,1)*1000; 有庄控盘:=资金抬轿>0; 无庄控盘:=资金抬轿<=0; 买线:=ema(c,3); 卖线:=ema(slope(c,22)*20+c,54); bu1:=cross(买线,卖线); sel1:=cross(卖线,买线); bu2:=iff(bu1 and 有庄控盘,1,iff(count(bu1 and 无庄控盘,barslast(sel1)+1)==1 and cross(资金抬轿,0),1,0)); bu:=bu2 and count(bu2,barslast(sel1)+1)==1; sel:=sel1 and count(sel1,barslast(bu)+1)==1; bunew:=bu; {好公式网-最好的股票公式网站 www.goodgongshi.com} 止损条件:=close/ref(open,barslast(bu))<(1-7/100) and count(bu,barslast(bu)+1)==1 and count(sel,barslast(bu)+1)==0; selnew:=iff(止损条件 and count(止损条件,barslast(bu)+1)==1,1,iff(sel and count(止损条件,barslast(bu)+1)==0,1,0)); 重新买入:=count(止损条件,barslast(bunew)+1)>=1 and cross(c,0.965*ref(o,barslast(bunew))); 不在同一天1:=((重新买入 and selnew)==0); bunew2:=((bunew and count(selnew,过滤周期)==0) or 重新买入) and 不在同一天1; 二次止损:=(close/ref(open,barslast(重新买入))<(1-7/100) and count(重新买入,barslast(重新买入)+1)==1 and count(sel,barslast(重 新买入)+1)==0); 重新卖出:=(sel and count(重新买入,barslast(bunew2)+1)==1) or (二次止损 and sum(二次止损,0)==1); 不在同一天2:=((重新卖出 and bunew2)==0); selnew2:=((selnew and count(selnew,barslast(bunew2)+1)==1) or 重新卖出) and 不在同一天2; bunew3:=bunew2 and count(bunew2,barslast(selnew2)+1)==1; selnew3:=selnew2 and count(selnew2,barslast(bunew3)+1)==1; d:=barslast(bunew3)+1>=1 and count(selnew3,barslast(bunew3)+1)==0; k:=barslast(selnew3)+1>=1 and count(bunew3,barslast(selnew3)+1)==0; 修正部分定位:=iff(count(selnew3,barscount(c))==0 and count(bunew3,barscount(c))==0,1,0); 修正部分累计:=sum(修正部分定位,1000)+1; 精准修正累计:=iff(修正部分累计==ref(修正部分累计,1) and ref(修正部分累计,2)<修正部分累计,修正部分累计,0); 上市修正b:=修正部分定位 and cross(控盘,0); 上市修正s:=修正部分定位 and cross(0,控盘) and count(上市修正b,barslast(c>0))>=1; 上市d:=count(上市修正b,barslast(上市修正b)+1)==1 and count(上市修正s,barslast(上市修正b)+1)==0 and count (selnew3,barscount (c))==0; 上市k:=count(上市修正s,barslast(上市修正s)+1)==1 and count(上市修正b,barslast(上市修正s)+1)==0 and count (bunew3,barscount(c))==0; ssxzbzs:=count(上市修正b,barscount(c)); ssxzszs:=count(上市修正s,barscount(c)); qb:=iff(修正部分定位,上市修正b,bunew3); qs:=iff(修正部分定位,上市修正s and (ssxzbzs==ssxzszs and ssxzbzs>=0 and count(selnew3,barscount(c))==1 and count (bunew3,barscount(c))==0)==0, selnew3 and (ssxzbzs==ssxzszs and ssxzbzs>=0 and count(selnew3,barscount(c))==1 and count (bunew3,barscount(c))==0)==0); k补:=(count(上市修正b,barslast(c>0))==0 and count(qb,barslast(c>0))==0)==0; 定位b68:=qb and count(l<下轨68,10)>=1; 定位b71:=qb and count(l<下轨71,10)>=1; 定位b75:=qb and count(l<下轨75,10)>=1; 定位68b:=exist(定位b68,barslast(bunew)+1) and 重新买入 and qb; 定位71b:=exist(定位b71,barslast(bunew)+1) and 重新买入 and qb; 定位75b:=exist(定位b75,barslast(bunew)+1) and 重新买入 and qb; 概率1:=iff(定位b68,5,iff(定位b71,4,iff(定位b75,3,0))); 概率2:=iff(定位68b,5,iff(定位71b,4,iff(定位75b,3,0))); 概率:=iff(概率1>0,概率1,概率2); stickline((d and 日线锁定) or (上市d and 日线锁定),h,l,0.00,0),color0000ff; stickline((d and 日线锁定) or (上市d and 日线锁定),c,o,3.00,0),color0000ff; stickline((k and k补 and 日线锁定) or (上市k and 日线锁定),h,l,0.00,0),colorffff00; stickline((k and k补 and 日线锁定) or (上市k and 日线锁定),c,o,3.00,0),colorffff00; stickline(c==o and (d or 上市d) and 日线锁定,c,c,3,0),color0000ff; stickline(c==o and (k and k补) and 日线锁定,c,c,3,0),colorffff00; 绘制多头:=(d and 日线锁定) or (上市d and 日线锁定); 绘制空头:=(k and k补 and 日线锁定) or (上市k and 日线锁定); 代修复部分:=绘制多头==0 and 绘制空头==0; {好公式网-最好的股票公式网站 www.goodgongshi.com} b修:=barslast(qb); s修:=barslast(qs); 补充绘制:=iff(b修<s修 and 代修复部分,1,iff(b修>s修 and 代修复部分,2,0)); stickline(日线锁定 and 补充绘制==1,h,l,0.00,0),color0000ff; stickline(日线锁定 and 补充绘制==1,c,o,3.00,0),color0000ff; stickline(日线锁定 and 补充绘制==2,h,l,0.00,0),colorffff00; stickline(日线锁定 and 补充绘制==2,c,o,3,0),colorffff00; drawicon(qb and 日线锁定,low,1); drawicon(qb and 日线锁定,low*0.995,7); drawicon(qs and 日线锁定,high,2); drawicon(qs and 日线锁定,high*1.005,8); drawicon(概率==5 and 日线锁定,l*0.97,14); drawicon(概率==4 and 日线锁定,l*0.97,13); drawicon(概率==3 and 日线锁定,l*0.97,11); ma5:ma(close,5),colorwhite; ma10:ma(close,10),coloryellow; ma20:ma(close,20),colormagenta; ma60:ma(close,60),colorgreen;
上一指标公式:趋势至尊 通达信至尊
下一指标公式:抓妖骑牛 主图/副图 通达信贴图
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文智能买卖操盘线 选股 通达信源码选股仅供学习研究。