神奇指标网

将主图出现“关注”处改为选股公式

浏览 289次浏览 来源:选股公式 编辑:神奇指标网 发布日期:2022-09-05

编写条件:

请老师将主图出现“关注”处改为选股公式,谢谢老师! ma5:ema(c,5),colorwhite; 工作线:ema(c,10),colorf00ff0,linethick1; 二号线:ema(c,30),color000999,linethick2; 九号线:eMA(CLOSE,60),colorblue,linethick2; DIFF:=( EMA(CLOSE,7) - EMA(CLOSE,19)); DEA:=EMA(DIFF,9); MACD:=0.90*(DIFF-DEA); tj:=(diff>=dea); tj1:=(diff>=0); stickline(tj,h,l,0.8,0),COLORyellow; stickline(tj,o,c,4,0),COLORyellow; stickline(tj1 and tj,h,l,0.8,0),colorred; stickline(tj1 and tj,o,c,4,1),colorred; stickline(diff=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)) ,l*0.99,'关注'),colorf00ff0; stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),h,l,0.5,0),colorred; stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),o,c,8,1),linethick5,colorf00ff0;

编写方法:

&nbsp;VAR1:=(CLOSE*2+HIGH+LOW)/4;

SK:= Ema(VAR1,13)-EMA(VAR1,73);
SD:= EMA(SK,2);
(crOSS(SK,SD) AND SK<-0.04 AND (C-REF(C,1))/REF(C,1)>=0.03) OR (CROSS(SK,SD) AND SK<=-0.14 ) 
OR (CROSS(SK,SD) AND SK<=0.05 AND (V/MA(V,5)>2 OR C/REF(C,1)>0.035));

神奇指标网(https://www.shenqizhibiao.com/)所有指标公式及文章来源于网络仅供学习研究

神奇指标收藏 收藏
神奇指标分享 分享

网友评论

已有0人评论

清除 发表评论