View RSS Feed

mql5

  1. Develop a Proof-of-Concept DLL with C++ multi-threading support for MetaTrader 5 on Linux

    by , 02-05-2023 at 12:36 AM
    Name:  TestConsumeDLL_elapsedTimeExecution.png
Views: 57
Size:  76.6 KB

    Linux has a vibrant development ecosystem and a good ergonomic for software development.
    Normally MetaTrader 5 developers just use MQL5 programming language to develop their indicators/experts or related products then publish on the market to end-users without any concern about which OS to base on.
    But when developers need to involve developing a custom solution as a shared library (DLL) to further expand and provide additional services
    ...
    Categories
    Uncategorized
  2. Population optimization algorithms: Cuckoo Optimization Algorithm (COA)

    by , 02-03-2023 at 12:53 AM
    The cuckoo is a fascinating bird, not only because of its singing, but also because of its aggressive breeding strategy, which consists in laying eggs into nests of other birds.
    Cuckoo search is one of the latest nature-inspired heuristic algorithms developed by Yang and Deb in 2009. It is based on the parasitism of some cuckoo species. This algorithm has been further improved by so-called Levy flights rather than simple isotropic random walk methods.
    Name:  decision_tree1.png
Views: 58
Size:  17.9 KB ...
    Categories
    Uncategorized
  3. MQL5 Cookbook — Services

    by , 02-02-2023 at 12:59 AM
    Name:  services28012.png
Views: 57
Size:  13.6 KB

    Since recently, MetaTrader 5 features a new program type known as a service. According to the developer, services allow users to create custom price feeds for the terminal, i.e. to implement price delivery from external systems in real time, just like it is implemented on brokers' trade servers. This is not the only feature of services.
    Name:  services28011.png
Views: 54
Size:  8.9 KB

    In this article, I will consider the nuances of working
    ...
    Categories
    Uncategorized
  4. Data Science and Machine Learning (Part 10): Ridge Regression

    by , 02-01-2023 at 12:57 AM
    Name:  bias_variance_tradeoff.png
Views: 74
Size:  23.6 KB

    Ridge regression is the method of estimating the coefficients of multiple-regression models in scenarios where the independent variables are highly correlated. The method provides improved efficiency in parameters estimation problems in exchange for a tolerable amount of bias meanwhile Lasso (Least absolute shrinkage and selection operator) is a regression analysis method that performs both variable selection and regularization to enhance the prediction
    ...
    Categories
    Uncategorized
  5. Population optimization algorithms: Grey Wolf Optimizer (GWO)

    by , 01-28-2023 at 12:17 AM
    Name:  wolfalgo1.png
Views: 61
Size:  60.6 KB

    The gray wolf algorithm is a metaheuristic stochastic swarm intelligence algorithm developed in 2014. Its idea is based on the gray wolf pack hunting model. There are four types of wolves: alpha, beta, delta and omega. Alpha has the most "weight" in decision making and managing the pack. Next come the beta and the delta, which obey the alpha and have power over the rest of the wolves. The omega wolf always obeys the rest of the dominant wolves.
    ...
    Categories
    Uncategorized
Page 30 of 330 FirstFirst ... 20 28 29 30 31 32 40 80 130 ... LastLast