{25跌到位} 间隔:=1500; Var20:=SMA((CLOSE-LLV(LOW,40))/(HHV(HIGH,40)-LLV(LOW,40))*100,5,1); Var21:=3*Var20-2*SMA(Var20,3,1); 测底:=Var21<8; 创新低:stickline(C <0.98* ref(LLV(C,0),1) and 测底,0,10,7,0),colorwhite; 跌到位: stickline(C <0.12 * HHV(C,0) or C <0.12 * HHV(C,间隔) and 测底,0,10,7,0) ,colorred;