View RSS Feed

All Blog Entries

  1. Introduction to MQL5 (Part 3): Mastering the Core Elements of MQL5

    by , 03-24-2024 at 06:32 PM
    Welcome back, fellow traders and aspiring algorithmic enthusiasts! As we step into the third chapter of our MQL5 journey, we stand at the crossroads of theory and practice, poised to unravel the secrets behind arrays, custom functions, preprocessors, and event handling. Our mission is to empower every reader, regardless of their programming background, with a profound understanding of these fundamental MQL5 elements.
    more...
    Categories
    Uncategorized
  2. Master MQL5 from beginner to pro (Part I): Getting started with programming

    by , 03-23-2024 at 06:27 AM
    I sometimes receive private messages from those who want to learn how to create their own Expert Advisors or indicators. Although there is a lot of material on this site and on the Internet in general, including very good resources with examples, beginners still need help. Some users seek more consistency in presentation, others require clarity or something else. Sometimes users ask: "Add comments to the code of a working Expert Advisor, I will understand everything and make the same one myself!"
    ...
    Categories
    Uncategorized
  3. Neural networks made easy (Part 39): Go-Explore, a different approach to exploration

    by , 03-21-2024 at 03:24 PM
    We continue the theme of environmental exploration in reinforcement learning. In previous articles within this series, we have already looked at algorithms for exploring the environment through curiosity and disagreement in an ensemble of models. Both approaches exploited intrinsic rewards to motivate the agent to perform different actions in similar situations while exploring new areas. But the problem is that the intrinsic reward decreases as the environment gets better explored. In complex cases
    ...
    Categories
    Uncategorized
  4. Neural networks made easy (Part 38): Self-Supervised Exploration via Disagreement

    by , 03-14-2024 at 05:18 AM
    This algorithm is based on a self-learning method, where the agent uses information obtained during interaction with the environment to generate "intrinsic" rewards and update its strategy. The algorithm is based on the use of several agent models that interact with the environment and generate various predictions. If the models disagree, it is considered an "interesting" event and the agent is incentivized to explore that space of the environment. In this way, the algorithm incentivizes the agent
    ...
    Categories
    Uncategorized
  5. Ready-made templates for including indicators to Expert Advisors (Part 1): Oscillators

    by , 03-10-2024 at 07:29 AM
    The purpose of this article is to create templates for including indicators to EAs. Let's look at indicators from the oscillator category, their input variables, creating an indicator handle and obtaining the required data from it.
    ...
    Categories
    Uncategorized
Page 9 of 122 FirstFirst ... 7 8 9 10 11 19 59 109 ... LastLast