I:=(MIN(CLOSE,OPEN)-LOW)/(HIGH-LOW)>0.667 and v
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
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,' '),linethick1,COLOR00EEff;
红三兵:if(K,1,0),colorred;
N:=max(open,close)
向下跳空星线: if(N,1,0),color00ff00;
DDD:=MA(CLOSE,5);
GGG:=MA(CLOSE,10);
UUU:=MA(CLOSE,20);
VVV:=MA(CLOSE,60);
A1:=OPEN
P:=A1 AND A2 AND V>=CAPITAL/40 ;
摇橹线:if(P,1,0),colorf0f000;
ZZZ:=max(open,close)