I've been trying to use a DM test on my predictive model. I have two different models. Each model is calibrated by using a MSE loss function to estimate the price of 374 different assets each day. I have calibrated my models for 300 days and now I want to test the accuracy of my two models. I have tried using the pricing error of each assets, giving me 374*300=112 200 pricing errors for each model, as input into the DM-test where the first 374 errors is from the first day, the following 374 errors is from the second day and so on. This approach gives me quite unfeasible results since the sample size gets quite big. I have also tried setting my forecast horizon to my number of assets 374 with some improvements but I still think the results are faulty.
Questions:
Can I apply my DM-test to my setting or do I have to rethink my approach of testing pricing accuracy?
Maybe I'm confused on how to apply a correct forecast horizon to my setting? Any help would be highly appreciated.