I:=(MIN(CLOSE,OPEN)-LOW)/(HIGH-LOW)>0.667 and v长下影:if(I,1,0),coloryellow; J:=max(open,close)>max(ref(open,1),ref(close,1)) and h>ref(h,1) and l[=ref(v,1) and v<=capital/100;] 抱线:if(J,1,0),colorf00ff0; {向下空跳三段新低值线} M:=ref(h,2)and v下空跳三段新低:if(M,1,0),colorblue; K:=REF(CLOSE,2)>REF(OPEN,2) AND REF(CLOSE,1)>REF(OPEN,1) AND CLOSE>OPEN AND REF(CLOSE,1)>REF(CLOSE,2) AND CLOSE>REF(CLOSE,1) and v>ref(v,1) and ref(v,1)>ref(v,2) and (close-open)<0.05*ref(open,1) and (ref(close,1)-ref(open,1))<0.05*ref(open,2) and (ref(close,2)-ref(open,2))<0.05*ref(open,3); DRAWTEXTABS(5,5,'股票软件下载网 www.gpxiazai.com'),linethick1,COLOR00EEff; 红三兵:if(K,1,0),colorred; N:=max(open,close)abs(ref(open,1)-ref(close,1))>(ref(h,1)-ref(l,1))/2 and abs(open-close)<(h-l)/2; 向下跳空星线: if(N,1,0),color00ff00; DDD:=MA(CLOSE,5); GGG:=MA(CLOSE,10); UUU:=MA(CLOSE,20); VVV:=MA(CLOSE,60); A1:=OPENA2:=CLOSE>DDD and CLOSE>GGG and CLOSE>UUU and CLOSE>VVV; P:=A1 AND A2 AND V>=CAPITAL/40 ; 摇橹线:if(P,1,0),colorf0f000; ZZZ:=max(open,close)and l>ref(l,1) and v<=capital/100 and v孕线:if(ZZZ,1,0),colorgreen; |