

[原创]周线的突破
周线突破
MA6:MA(C,5);
MA7:MA(C,10);
MA2:MA(C,21);
压力线:HHV(HHV(MA((L+H+C)/3,5),13),89),COLORBLUE,LINETHICK1;
DIFF := EMA(C,12) - EMA(C,26);
DEA := EMA(DIFF,9);
MACD := 2*(DIFF-DEA);
RSV:=(CLOSE-LLV(LOW,34))/(HHV(HIGH,34)-LLV(LOW,34))*100;
K:=SMA(RSV,5,1);
D:=SMA(K,3,1);
J:=3*K-2*D;
周3:=ma6>ref(ma6,1) and ma7>ref(ma7,1) and ma2>ref(ma2,1) and max(ma6,ma7,ma2)/min(ma6,ma7,ma2)<1.03 and c>o and c>max(ma6,ma7,ma2) and h/c<1.05 and v>ref(v,1);
周5:=cross(ma6,ma7) and c>压力线 and o<压力线 and min(ma6,ma7)>ma2 and count(压力线=ref(压力线,1),10)=10 and c>o and h/c<1.07 and count(ma2>ref(ma2,1),2)=2;
周7:=o<min(ma6,ma7,ma2) and c>max(ma6,ma7,ma2) and ref(hhv(c,3)/llv(o,3),1)<1.1 and ref(count(c/o<0.9,3),1)=0 and ref(hhv(h,3)/llv(l,3),1)<1.25 and ref(count(c>o,3),1)>0 and ref(count(c<o,3),1)>0 and count(ma7>ma2,4)=4;
drawtext(周3,l*0.99,'周3'),color00ff00;
stickline(周3,h,l,0.5,0),color00ff00;
stickline(周3,o,c,6,1),linethick2,color00ff00;
drawtext(周5,l*0.99,'周5'),color00ff00;
stickline(周5,h,l,0.5,0),color00ff00;
stickline(周5,o,c,6,1),linethick2,color00ff00;
drawtext(周7,l*0.99,'周7'),color00ff00;
stickline(周7,h,l,0.5,0),color00ff00;
stickline(周7,o,c,6,1),linethick2,color00ff00;
附件: 您所在的用户组无法下载或查看附件