V1:=(ma(close,80)-ma(close,13)/3);
神奇线:ma((close-V1)/V1,1),coloryellow,linethick2;
买点:if(cross(神奇线,0) and low/ref(high,1) 1.012,0.5,0),stick;
稳赚:if(count(神奇线 ref(神奇线,1),3)=3 and count(神奇线 0,10)=10 and ref(神奇线,3)=llv(神奇线,10),0.5,0);
V2:=(close-ref(close,1))/ref(close,1)*100;
V3:=(ema(close,6)-ema(close,12))*100;
猎庄:V3 13 and V2 9,stick,colorffffff,linethick2;
{九毛八股票公式指标网 全网优质指标下载平台www.9m8.cn}
YD:=count(c ref(0,1),13) =10 or count(c ref(c,2),13) =10 and count(h/l 1.048,13)
DTJJ:=dma(c,v/ma(v,13)/13);
XJPL:=c/DTJJ 0.91;
a1:=YD and XJPL;
stickline(a1,0,0.50,4,1),colorffcccc;
aa1:=cross(ref(c,3),ref(ma(c,20),3));
bb1:=count(c ma(c,20),3)=3;
cc1:=cross(c,ma(c,20)) and (c-ma(c,20))/ma(c,20) 0.03;
突破月线:if((aa1 and bb1) or cc1,0.5,0),stick,linethick2,colorred;
drawicon((aa1 and bb1) or cc1,0.6,1);
