I used several datasets and make predictions on it with many algos (ARIMA, Theta, Smoothing, etc.). Until now the current outome as well as the predictions (of the datasets) were strictly positive (always greater than 0). To evaluate the quality of the forecast between different models I used the sMAPE and also RMSE.
However, I have a new dataset that contains both positive and negative values. To be more specific, these are returns of a company (positive if the company wins, negative if the company makes a loss).
Therefore, is sMAPE suitable for this type of dataset or should I use another measure such as the Root Mean Squared Error (RMSE)?
I ask this question because the sMAPEs I get for this new dataset, unlike the other datasets, gives very large values typically between 120 and 160 while the datasets with positive values are between 1 and 12. However the difference between the RMSE of the positives values datasets and the new dataset is not that huge.