View RSS Feed

mql5

  1. Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I)

    by , Yesterday 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
  2. 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
  3. Master MQL5 from beginner to pro (Part I): Getting started with programming

    by , 05-17-2024 at 05:25 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