简单k线解盘
{dzh指标,简单制作,还需要优化的,本人最近太忙了,没有时间去优化更改。} v5:=ema(close,1); 主线:=ema(v5,5) ; 本:=ema(hhv(主线,5),1); 急进:=ema(hhv(本,17),1); 稳健:=ema(hhv(急进,17),2); 投资:ema(hhv(稳健,17),3),linethick2, colorgray; y:=(ma(c,13)-ma(c,55))/ma(c,13)*100; yy1:=c>ma(c,13) and open<ma(c,13);{一阳三线} yy3:=c>ma(c,34) and open<ma(c,34); yy5:=c>ma(c,55) and open<ma(c,55); x2:drawtext(yy1 and yy5 and yy3,low-0.1,'一阳三线'),colorred; sj1:=abs(ma(close,13)-ma(close,34))<c*0.01;{13线34线55线接近} sj2:=abs(ma(close,34)-ma(close,55))<c*0.01; sj3:=cross(ma(close,13),ma(close,55));{13线上穿55线} x3:drawtext(sj1 and sj2 and sj3,high+0.1,'三军集结'),colorred; ry1:=c/open>1.04;{阳线4%} ry2:=ref(open,1)/ref(close,1)>1.04;{阴线4%} ry3:=abs(open-ref(c,1))<c*0.02 and abs(c-ref(open,1))<c*0.02;{两线相等} x4:drawtext(ry1 and ry2 and ry3 ,low,'日月合璧'),coloryellow; jw1:=c<open and ref(c,1)<ref(open,1); jw2:=open<ref(c,1) and c>ref(l,1); jw3:=o<ma(c,13) and o<ma(c,34) and o<ma(c,55); jw:=jw1 and jw2 and jw3; x8:drawtext(jw,low-0.2,'金屋藏娇'),coloryellow; ts1:=cross(ma(c,13),ma(c,34));{13线上穿34线} ts2:=ma(c,13)<ma(c,55); ts:=ts1 and ts2; x9:drawtext(ts,low-0.2,'投石问路'),colorf00ff0; yz1:=c/o>1.02 and h/c>1.02 and o/l<1.02;{收阳有上影} yz2:=ref(c,1)>ref(o,1) and o>ma(c,11);{昨收阳 今大于均线} yz:=yz1 and yz2 and y>10; x11:drawtext(yz,high+0.2,'一枝独秀'),colorf00ff0; ds1:=open/c>1.04 and o/ref(c,1)>1.03;{高开收阴} ds2:=v*100/finance2(7)>0.08 and y>8;{换手高涨幅大} ds:=ds1 and ds2; x12:drawtext(ds,high+0.2,'独上高楼'),colorgreen; yj1:=h/o>1.04; yj2:=abs(c-o)<c*0.03; yj3:=c/ma(c,13)>1.1; yj:=yj1 and yj2 and ds2 and yj3 and yz2; x13:drawtext(yj,high+0.3,'一剑封喉'),colorred; t:=(ma(c,13)-ma(c,55))/ma(c,13)*100; tt1:=c<ma(c,13) and open>ma(c,13);{断头铡刀} tt3:=c<ma(c,34) and open>ma(c,34); tt5:=c<ma(c,55) and open>ma(c,55); ema34:=0; ema33:=0; ema13:=0; ema55:=0; x28:drawtext(tt1 and tt5 and tt3,low-0.6,'断头铡刀'),colorred; x39:drawtext(cross(ema34,ema13),ema34*1.01,'s分道扬镳'), color00ff00; x30:drawtext(cross(ema55,ema13),ema55*1.01,'s一箭穿心'), color00ff00; x31:drawtext(cross(ema55,ema34),ema55*1.01,'s各自为政'), color00ff00; var10:=ma(close,80)-ma(close,10)/3; var11:=ref(close,1); var12:=(sma(max(close-var11,0),n,1))/(sma(abs(close-var11),n,1))*100; x14:drawtext(if(close<var10 and vol/240>ma(vol,5)/240 and close>ref (close,1)*1.08 and close<ma(close,13)*1.3,1,0),low-0.7,'进场'),colorred; x16:drawtext(cross(lh,var12),high*1.04,'获利减仓'); x17:drawtext(cross(var3,var4),l-0.3,'买'),colorred; x18:drawtext(cross(ema13,ema34),h+0.5,'投石,增持'),coloryellow; x19:drawtext(cross(ema13,ema55),h+0.3,'红客,加仓'),coloryellow; x20:drawtext(cross(ema34,ema55),l-0.5,'互换,重仓'),coloryellow; x21:drawtext(ref(close,1)<ref(open,1) and close>ref(open,1), l*0.97,'克阴'),colorff00ff; x22:drawtext(ref(close,1)>ref(open,1) and close<ref(open,1), h*1.05,'克阳'),color00ff00; x23:drawicon(cross(ema13,ema34),ema34,1); x24:drawicon(cross(ema13,ema55),ema55,1); x25:drawicon(cross(ema34,ema55),ema55,1); stickline(hr2 and filter(hr2,10),h,l,0,1),colorffc8ff; ff:=ema(close,3);ma15:=ema(close,21); drawtext(cross(ff,ma15),(low * 0.99),'←底背'),colora6e500; rsi:=((sma(max((close - lc),0),3,1) / sma(abs((close - lc)),3,1)) * 100); drawtext(cross(88,rsi),(high * 1.04),'←顶背'),color1880ff; x35:drawicon(cross(ema13,ema34),ema34,1); x36:drawicon(cross(ema13,ema55),ema55,1); x37:drawicon(cross(ema34,ema55),ema55,1); x38:drawicon(cross(ema34,ema13),ema34,2); x139:drawicon(cross(ema55,ema13),ema55,2); x40:drawicon(cross(ema55,ema34),ema55,2); cxh:=strtonum(strright(datestr(currentdate),1));
上一指标公式:勇者之剑(主图)公式附实测图下载 大智慧指标源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文简单K线解盘(主图指标)公式下载 大智慧解盘源码仅供学习研究。