A:=ma(CLOSE,17)+Abs(MA(CLOSE,17)-REF(MA(CLOSE,17),1)); B:=MA(CLOSE,17)+MA(CLOSE,17)-REF(MA(CLOSE,17),1); 分水岭:IF(MA(CLOSE,17)分水岭,PM,pm),Color0000FF,linethick2; IF (PM>分水岭,分水岭,a),ColoR00ff00,POINTDOT,linethick4; IF (Cc and ref("macd.diff"(12,26,9),A1+1)<"macd.diff"(12,26,9) and cross("macd.diff"(12,26,9),"macd.dea"(12,26,9)); DRAWTEXT(FILTER(B1>0,5),L-0.12,'M底'),COLORRED; A2:=BARSLAST(ref(cross("kdj.k"(9,9,3),"kdj.d"(9,9,3)),1)); B2:=ref(c,A2+1)>c and ref("kdj.k"(9,9,3),A2+1)<"kdj.k"(9,9,3) and cross("kdj.k"(9,9,3),"kdj.d"(9,9,3)); DRAWTEXT(FILTER(B2>0,5),L-0.08,'K底'),COLORFF00FF; A3:=BARSLAST(ref(cross("rsi.RSI1"(6,12,24),"RSI.RSI2"(6,12,24)),1)); B3:=ref(c,A3+1)>c and ref("RSI.RSI1"(6,12,24),A3+1)<"RSI.RSI1"(6,12,24) and cross("RSI.RSI1"(6,12,24),"RSI.RSI2"(6,12,24)); DRAWTEXTABS(5,5,'股旁网 www.gupang.com'),linethick1,COLOR00EEff; DRAWTEXT(FILTER(B3>0,5),L-0.02,'R底'),COLORffcc66; C1:=BARSLAST(ref(cross("macd.dea"(12,26,9),"macd.diff"(12,26,9)),1)); D1:=ref(c,C1+1)"macd.diff"(12,26,9) and cross("macd.dea"(12,26,9),"macd.diff"(12,26,9)); DRAWTEXT(FILTER(D1>0,5),H+0.24,'M顶'),COLOR0066FF; C2:=BARSLAST(ref(cross("kdj.d"(9,9,3),"kdj.k"(9,9,3)),1)); D2:=ref(c,C2+1)"kdj.k"(9,9,3) and cross("kdj.d"(9,9,3),"kdj.k"(9,9,3)); DRAWTEXT(FILTER(D2>0,5),H+0.16,'K顶'),COLOR00FF00; C3:=BARSLAST(ref(cross("RSI.RSI2"(6,12,24),"RSI.RSI1"(6,12,24)),1)); D3:=ref(c,C3+1)"RSI.RSI1"(6,12,24) and cross("RSI.RSI2"(6,12,24),"RSI.RSI1"(6,12,24)); DRAWTEXT(FILTER(D3>0,5),H+0.08,'R顶'),COLORffffCC;