View RSS Feed

mql5

  1. Forecasting with ARIMA models in MQL5

    by , 07-21-2023 at 01:34 AM
    Name:  profitfactor27_2.PNG
Views: 32
Size:  27.4 KB

    The article Implementing an ARIMA training algorithm in MQL5, describes the CArima class for building ARIMA models. Although it is technically possible to use the class as it is to apply a model and make predictions, it is not intuitive. In this article we will address this shortcomming and extend the class to enable easier to use methods for applying models to make predictions. We will discuss some of the complications related to implementing predictions
    ...
    Categories
    Uncategorized