I have a code which predicts values using three different models: lm, auto.arima and randomForest. I do forecast for the next day, using a rolling window. For instance, I take a time window of 500 days and forecast the next day's value. Then move the widow to data from 2 to 501, and forecast for the day 502 and so on.
I wonder if for this kind of forecast I can use sMAPE measure, since I am only forecasting one day ahead.