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)...
drawtext((zig(3,5)>ref(zig(3,5),1)) and (ref(zig(3,5),1)<=ref(zig(3,5),2)) and (ref(zig(3,5),2)<=ref(zig(3,5),3)),low*1.02,'买进'),colorff4b4b;drawtext((zig(3,5)<ref(zig(3,5),1)) and...