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)...
xg1:=ref(v=hhv(v,n),1) and v<ref(v,1)*0.4 and sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100>70;xg2:=ref(v=hhv(v,n),1) and v<ref(v,1)*0.4 and sma(max(close-ref(close,...