STICKLINE(c>0 and ma(vol,55)>0,0,130,6,0),Color000000;
WFVAR51:=(((HHV(HIGH,36) - CLOSE) / (HHV(HIGH,36) - LLV(LOW,36))) * 100);
WFVAR61:=SMA(WFVAR51,5,1);
WFVAR71:=SMA(WFVAR61,8,1);
WFVAR81:=(CROSS(WFVAR61,WFVAR71) AND (WFVAR71 < 10));
WFVAR91:=((CLOSE > (LLV(CLOSE,60) + (0.3 * LLV(CLOSE,60)))) AND WFVAR81);
WFVARA121:=IF((CLOSE > 1000),WFVAR81,WFVAR91);
逃:WFVARA121,ColorBlue;
STICKLINE(逃,130,0,4.5,0),ColorBlue;
VAR11:=REF(CLOSE,1);
VAR12:=(SMA(MAX(CLOSE-VAR11,0),17,1))/(SMA(ABS(CLOSE-VAR11),17,1))*100;
减:CROSS(79,VAR12),colorgray;
STICKLINE(减,120,0,4.5,0),colorgray;
{ema13:=ema(c,13);ema34:=ema(c,34);ema55:=ema(c,55);
gr1:=BARSLAST(BETWEEN("bias.bias2"(6,13,24),0,5) );
gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1);
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
gr5:="MACD.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);
gr6:=gr2 and gr3 and gr4;
gr7:=gr2 and gr3 and gr4 and gr5;
收:gr6 and gr7,color00ff00;
STICKLINE(收,110,0,4.5,0),color00ff00;}
Ym:=(MA(C,13)-MA(C,55))/MA(C,13)*100;
YZ1m:=C/O>1.02 AND H/C>1.02 AND O/L<1.02;
YZ2m:=REF(C,1)>REF(O,1) AND O>MA(C,11);
顶:YZ1m AND YZ2m AND Ym>10,ColorFFFF00;
STICKLINE(顶,100,0,4.5,0),ColorFFFF00;
空:=EMA(C,5);
均衡:=EMA(空,5);
中轨:=HHV(MA(H,13),13);
var5:=FILTER(均衡>REF(均衡,1)AND 中轨<REF(中轨,1)AND C>REF(C,1),11);
加仓:var5,Color7F00FF;
STICKLINE(加仓,90,0,4.5,0),Color7F00FF;
y1:=EMA(EMA(C,5),5);y2:=HHV(MA(H,13),13);
var51:=FILTER(y1>REF(y1,1)AND y2<REF(y2,1)AND C>REF(C,1),11);
追涨:var51,Color007FFF;
STICKLINE(追涨,80,0,4.5,0),Color007FFF;