{macd}dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=(dif-dea)*2;wr2:=100*(hhv(high,6)-close)/(hhv(high,6)-llv(low,6));:wr2>80 and macd>0;{我达信花试}
n1:=10;n2:=20;wr1:=100*(hhv(high,n1)-close)/(hhv(high,n1)-llv(low,n1));wr2:=100*(hhv(high,6)-close)/(hhv(high,6)-llv(low,6));xg:wr1>80 or wr2>80;(已在同花顺上...