k线组合
ma5:ma(c,5),colorwhite,linethick1;
if(ma5>ref(ma5,1),ma5,drawnull),colorred,linethick2;
if(ma5<ref(ma5,1),ma5,drawnull),colorgreen,linethick2;
ma13:ma(close,13),coloryellow;
ma21:ma(close,21),colormagenta;
ma34:=ma(close,34);
ma60:ma(close,60);
qq:=0,colorwhite;
ma1:=ma(close,5);
ma2:=ma(close,10);
jg:=cross(ma1,ma2);
volume:=vol,volstick;
mavol1:=ma(volume,5);
mavol2:=ma(volume,10);
nl:=cross(mavol1,mavol2);
dif:=ema(close,12)-ema(close,26);
dea:=ema(dif,9);
macd:=(dif-dea)*2,colorstick;
na:=cross(dif,dea);
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,9,1);
d:=sma(k,9,1);
j:=3*k-2*d;
kd:=cross(k,d) and cross(j,d);
一招定乾坤:drawtext((jg and nl and na) or (jg and nl and kd) or
(jg and na and kd) or (nl and na and kd),l*0.95,'一招定乾坤'),coloryellow;
x:=llv(j,2)=llv(j,8);
y:=if(cross(j,ref(j+0.01,1)) and x and j<20,30,0);
drawtext(cross(j,ref(j+0.01,1)) and x and j<20,low*0.98,'★短进'),colorlimagenta;
jh9:=sma(max(c-ref(c,1),0),5,1)/sma(abs(c-ref(c,1)),5,1)*100;
drawtext(cross(84,jh9),h*1.02,'★s'),colorgreen;
空:=ema(c,5);
均衡:=ema(空,5),colorwhite;
中轨:=hhv(ma(h,13),13),colorred,linethick2;
var5:=filter(均衡>ref(均衡,1)and 中轨<ref(中轨,1)and c>ref(c,1),11);
drawtext(var5,l*0.98,'追涨'),coloryellow;
pt:=xma(h,20);
pan:=xma(close,7),colorbrown;
ruo:=mema(close,3),colorliblue;
drawicon(longcross(pan,ruo,0.25) and pt>h ,l*0.98,1),colorred;
上一指标公式:JJLX均价量线XG版指标详解 通达信通达信JJLX
下一指标公式:699个指标详解 通达信公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文k线组合指标详解 通达信组合仅供学习研究。