mtr:=ema(max(max(high-low,abs(high-ref(close,1))),abs(ref(close,1)-low)),14);hd :=high-ref(high,1);ld :=ref(low,1)-low;dmp:=ema(if(hd>0 and hd>ld,hd,0),14);dmm:=ema(if(ld>0 and ld>hd,ld,0)...
ma5:ma(c,5);前高1:=ref(h,10)=hhv(h,20);前高:=h=hhv(h,20) and refx(前高1,10)=1;前高价:=ref(h,barslast(前高));stickline(close,前高价,前高价,1,0),colorliblue;前低1:=ref(l,10)=llv(l,20);前低:=l=llv(l,20) and refx(前低1,10)=1;前低...