View RSS Feed

newdigital

  1. Self Optimizing Expert Advisor With MQL5 And Python (Part VI): Taking Advantage of Deep Double Descent

    by , 12-31-2024 at 05:53 PM
    Overfitting in machine learning can take on many different forms. Most commonly, it happens when an AI model learns too much of the noise in the data, and fails to make any useful generalizations. This leads to dismal performance when we assess the model on data it has not seen before. There are many techniques that have been developed to mitigate overfitting, but such methods can often prove challenging to implement, especially when you are just getting started on your journey. However,
    ...
    Categories
    Uncategorized
  2. Neural Networks Made Easy (Part 91): Frequency Domain Forecasting (FreDF)

    by , 12-18-2024 at 10:18 AM
    Forecasting time series of future prices is critical in various financial market scenarios. Most of the methods that currently exist are based on certain autocorrelation in the data. In other words, we exploit the presence of correlation between time steps that exists both in the input data and in the predicted values.
    Among the models gaining popularity are those based on the Transformer architecture that use Self-Attention mechanisms for dynamic autocorrelation estimation. Also, we
    ...
    Categories
    Uncategorized
  3. Trading with the MQL5 Economic Calendar (Part 5): Enhancing the Dashboard with Responsive Controls and Filter Buttons

    by , 12-18-2024 at 07:51 AM
    In this article, we build upon the previous work in Part 4 of the MetaQuotes Language 5 (MQL5) series where we added real-time updates to the MQL5 Economic Calendar dashboard. Here, our focus is on making the dashboard more interactive by adding buttons that allow us to directly control the currency pair filters, importance levels, and time range filters, all from the panel itself—without needing to change the settings in the code. We will also include a "Cancel" button that clears the selected
    ...
    Categories
    Uncategorized
  4. Developing a multi-currency Expert Advisor (Part 5): Variable position sizes

    by , 12-01-2024 at 04:15 PM
    In the previous part, we dded the ability to restore the EA's state after a restart. It does not matter what the reason was - rebooting the terminal, changing the timeframe on the chart with the EA, launching a more recent version of the EA - in all cases, restoring the state allowed the EA not to start working from scratch and not to lose already open positions, but to continue handling them.

    However, the size of the opened positions remained the same for each instance of
    ...
    Categories
    Uncategorized
  5. Neural Network in Practice: Straight Line Function

    by , 12-01-2024 at 01:10 PM
    In the previous article "Neural Network in Practice: Least Squares", we looked at how, in very simple cases, we can find an equation that best describes the data set we are using. The equation that was formed in this system was very simple, it used only one variable. We've already shown how to do the calculation, so we'll get straight to the point here. This is because the mathematics used to create an equation based on the values available in the database requires significant knowledge of
    ...
    Categories
    Uncategorized
Page 1 of 2 1 2 LastLast