View RSS Feed

mql5

  1. 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
  2. Quantization in machine learning (Part 1): Theory, sample code, analysis of implementation in CatBoost

    by , 03-21-2024 at 04:35 PM
    The article considers the theoretical application of quantization in the construction of tree models No complex mathematical equations are used. While writing the article, I discovered the absence of established unified terminology in the scientific works of different authors, so I will choose the terminology options that, in my opinion, best reflect the meaning. Besides, I will use the terms of my own in the matters left unattended by other researchers. This article will use terms and concepts
    ...
    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. Deep Learning GRU model with Python to ONNX with EA, and GRU vs LSTM models

    by , 03-09-2024 at 04:07 PM
    This is the continuation of Deep Learning Forecast and Order Placement using Python, the MetaTrader5 Python package and an ONNX model file, but you continue this one without the previous one. All will be explained. Everything we will use is included in this article. In this section, we will guide you through the entire process, culminating in the creation of an Expert Advisor (EA) for trading and subsequent testing.

    Machine learning is a subset of artificial intelligence (AI)
    ...
    Categories
    Uncategorized
  5. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines

    by , 03-01-2024 at 06:39 AM
    Multi-currency Expert Advisor is an Expert Advisor or trading robot that can trade (open orders, close orders and manage orders, for example: Trailing Stop Loss and Trailing Profit) for more than 1 symbol pair from only one symbol chart, where in this article Expert Advisor will trade for 30 pairs. In this article we will use two RSI indicators with crossing signals, Fast RSI crossing with Slow RSI.

    As has been proven in previous articles, we all know that multi-currency trading
    ...
    Categories
    Uncategorized
Page 11 of 336 FirstFirst ... 9 10 11 12 13 21 61 111 ... LastLast