View RSS Feed

Uncategorized

Entries with no category

  1. News Trading Made Easy (Part 1): Creating a Database

    by , 06-07-2024 at 04:35 AM
    In this article, we will learn to create a database in which we will store data from the MQL5 Economic Calendar. This data can be used later, in upcoming articles, to trade the news. We will also explore how to execute basic SQL queries to retrieve certain organized information from this database. The entire process will be done in the MQL5 IDE.

    Traders keep a close watch on news sources for information that might impact the markets. This includes geopolitical events, corporate
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 67): Using past experience to solve new tasks

    by , 06-01-2024 at 02:58 PM
    Reinforcement learning is built on maximizing the reward received from the environment during interaction with it. Obviously, the learning process requires constant interaction with the environment. However, situations are different. When solving some tasks, we can encounter various restrictions on such interaction with the environment. A possible solution for such situations is to use offline reinforcement learning algorithms. They allow you to train models on a limited archive of trajectories
    ...
    Categories
    Uncategorized
  3. Neural networks made easy (Part 66): Exploration problems in offline learning

    by , 05-29-2024 at 02:58 PM
    In this article, we will get acquainted with the Exploratory Data for Offline RL (ExORL) framework, which was presented in the paper "Don't Change the Algorithm, Change the Data: Exploratory Data for Offline Reinforcement Learning". The results presented in that article demonstrate that the correct approach to data collection has a significant impact on the final learning outcomes. This impact is comparable to that of the choice of learning algorithm and model architecture.
    more...
    Categories
    Uncategorized
  4. Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I)

    by , 05-20-2024 at 05:39 PM
    Welcome to the third installment of our "Optimizing a Simple Hedging Strategy" series. In this segment, we'll begin with a brief review of our progress to date. So far, we have developed two key components: the Simple Hedge Expert Advisor (EA) and the Simple Grid EA. This article will focus on further refining the Simple Hedge EA. Our goal is to improve its performance through a combination of mathematical analysis and a brute force approach to find the most effective way to implement this
    ...
    Categories
    Uncategorized
  5. MQL5 Wizard Techniques you should know (Part 18): Neural Architecture Search with Eigen Vectors

    by , 05-17-2024 at 07:06 PM
    We continue the series on MQL5 wizard implementation by looking into Neural Architecture Search while specifically dwelling on the role Eigen Vectors can play in making this process, of expediting network training, more efficient. Neural networks are arguably the fitting of a curve to a set of data in that they help come up with a formulaic expression that, when applied to input data (x), provides a target value (y) just like a quadratic equation does with a curve. The x and y data points
    ...
    Categories
    Uncategorized
Page 6 of 335 FirstFirst ... 4 5 6 7 8 16 56 106 ... LastLast