I have been trying to implement Wilders EMA of ATR, where the ATR is 1 period, and the EMA is 30 periods

vars Wilder = series(EMA(ATR(1),30);

stumped. thanks