大智慧稳妥买卖点指标公式

I:=(MIN(CLOSE,OPEN)-LOW)/(HIGH-LOW)>0.667 and v<capital/100;

长下影:if(I,1,0),coloryellow;

J:=max(open,close)>max(ref(open,1),ref(close,1)) and h>ref(h,1)

and l<ref(l,1) and v>=ref(v,1) and v<=capital/100;

抱线:if(J,1,0),colorf00ff0;

{向下空跳三段新低值线}

M:=ref(h,2)<ref(l,3) and ref(l,1)<ref(l,2) and l<ref(l,1)

and v<capital/100 and ref(v,1)<capital/100 and ref(v,2)<capital/100;

下空跳三段新低: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.zhibiaow.com'),linethick1,COLOR00EEff;

红三兵:if(K,1,0),colorred;

N:=max(open,close)<min(ref(open,1),ref(close,1)) and v<capital/50 and

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:=OPEN<DDD and OPEN<GGG and OPEN<UUU and OPEN<VVV;

A2:=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)<max(ref(open,1),ref(close,1)) and h<ref(h,1)

and l>ref(l,1) and v<=capital/100 and v<ref(v,1);

孕线:if(ZZZ,1,0),colorgreen;