View RSS Feed

mql5

  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
Page 2 of 2 FirstFirst 1 2