View RSS Feed

Uncategorized

Entries with no category

  1. MQL5 Wizard Techniques you should know (Part 45): Reinforcement Learning with Monte-Carlo

    by , 12-08-2024 at 02:20 PM
    This article continues our look at reinforcement learning by considering another algorithm, namely the Monte-Carlo. This algorithm is very similar and in fact arguably encompasses both Q-Learning and SARSA in that it can be either on-policy or off-policy. What sets it apart though is the emphasis on episodes. These simply are a way of batching the reinforcement learning cycle updates, that we introduced in this article, such that the updating of the Q-Values of the Q-Map happens less frequently.
    ...
    Categories
    Uncategorized
  2. Building A Candlestick Trend Constraint Model (Part 9): Multiple Strategies Expert Advisor (II)

    by , 12-07-2024 at 12:53 PM
    In the 20th century, Richard Donchian established a trend-following strategy through his studies of financial markets, which later evolved into the Donchian Channels. We briefly discussed his work in a previous article, but today we will focus on implementing the strategies associated with his theory. According to various sources, the channels are believed to encompass multiple strategies within their framework. The abundance of literature on Donchian Channels suggests the continued effectiveness
    ...
    Categories
    Uncategorized
  3. Neural Network in Practice: Least Squares

    by , 11-14-2024 at 03:45 PM
    In the previous article Neural Network in Practice: Secant Line, we began to discuss applied mathematics in practice. However, this was only a short and quick introduction to the topic. We have seen that the basic mathematical operation to be used is the trigonometric function. And, contrary to what many think, this is not a tangent function but a secant function. Although this may all seem quite confusing at first, you will soon find that everything is much simpler than it seems. Unlike
    ...
    Categories
    Uncategorized
  4. MQL5 Wizard Techniques you should know (Part 36): Q-Learning with Markov Chains

    by , 09-26-2024 at 09:36 AM
    Custom signal classes for wizard assembled Expert Advisors can take on various roles, that are worth exploring, and we continue this quest by examining how the Q-Learning algorithm when paired with Markov Chains can help refine the learning process of a multi-layer-perceptron network. Q-Learning is one of the several (approximately 12) algorithms of reinforcement-learning, so essentially this is also a look at how this subject can be implemented as a custom signal and tested within a wizard
    ...
    Categories
    Uncategorized
  5. Creating an Interactive Graphical User Interface in MQL5 (Part 2): Adding Controls and Responsiveness

    by , 07-28-2024 at 06:35 AM
    In our previous article, we laid the foundation by assembling the graphical elements of our MetaQuotes Language 5 (MQL5) graphical user interface (GUI) panel. If you recall, the iteration was a static assembly of GUI elements - a mere snapshot frozen in time, lacking responsiveness. It was static and unyielding. Now, let’s unfreeze that snapshot and infuse it with life. In this eagerly anticipated continuation, we’re taking our panel to the next level.
    more...
    Categories
    Uncategorized
Page 1 of 72 1 2 3 11 51 ... LastLast