View RSS Feed

mql5

  1. How to connect MetaTrader 5 to PostgreSQL

    by , 07-07-2023 at 01:46 AM
    Name:  wslinstall11.PNG
Views: 14
Size:  15.2 KB

    This article analyses five standard alternatives to connecting a Postgres database to MetaTrader 5, their requirements, Pros, and Cons. Also, we will set up a development environment, install a Postgres database as a remote one, connect to it, and insert and retrieve data to be consumed by an MQL5 script or EA.
    more...
    Categories
    Uncategorized
  2. Multilayer perceptron and backpropagation algorithm (Part 3): Integration with the Strategy Tester - Overview (I).

    by , 07-06-2023 at 01:46 AM
    Name:  152020.png
Views: 21
Size:  48.8 KB

    In previous articles, we discussed the construction and use of machine learning models in a simplified way using a client-server connection. However, these models only work in production environments because the tester does not execute network functions.
    more...
    Categories
    Uncategorized
  3. Understanding MQL5 Object-Oriented Programming (OOP)

    by , 07-04-2023 at 05:59 AM
    Name:  Inheritance111.png
Views: 23
Size:  28.3 KB

    In this article, we will share one of the most important topics in programming which lead to coding smoothly and easily, and help us to apply the concept of (DRY) which is the shortcut of (Do Not Repeat Yourself) as developers or programmers. In addition to raising the security of any created software, and other of features. We will talk about Object-Oriented Programming (OOP) and how we can use this concept and code it in MQL5 (MetaQuotes Language) by
    ...
    Categories
    Uncategorized
  4. An example of how to ensemble ONNX models in MQL5

    by , 07-02-2023 at 10:14 AM
    Name:  models1304.png
Views: 19
Size:  4.9 KB

    For stable trading, it is usually recommended to diversify both the traded instruments and the trading strategies. The same refers to machine learning models: it is easier to create several simpler models that one complex one. But it can be difficult to assemble these models into one ONNX model. In this article, we will consider one of the ensembles called the voting classifier. We will show you how easy it is to implement such an ensemble.
    ...
    Categories
    Uncategorized
  5. Creating an EA that works automatically (Part 13): Automation (V)

    by , 06-23-2023 at 01:05 AM
    Name:  0034_au.png
Views: 38
Size:  20.1 KB

    Now that we have finished creating the basic skeleton, we can finally automate the EA to make it operate 100% automatically while following the operational rules that we have defined. The purpose of the article is not to build an operational model, but to show and prepare you to use the system proposed here, by turning a manual Expert Advisor into an automated one.
    more...
    Categories
    Uncategorized
Page 20 of 333 FirstFirst ... 10 18 19 20 21 22 30 70 120 ... LastLast