View RSS Feed

All Blog Entries

  1. Population optimization algorithms: Harmony Search (HS)

    by , 04-25-2023 at 02:33 AM
    Quote Originally Posted by mql5 View Post
    Name:  chart11504.png
Views: 64
Size:  15.6 KB

    The Harmony Search (HS) method is an emerging metaheuristic optimization algorithm that has been used to solve numerous complex problems over the past decade. The Harmony Search algorithm (HS) was first proposed in 2001 by Z. W. Geem. The HS method is inspired by the founding principles of musical improvisation and the search for musical harmony. The combinations of perfect harmony of sounds are matched with the global extremum in the multidimensional
    ...
    Categories
    Uncategorized
  2. An example of how to ensemble ONNX models in MQL5

    by , 04-23-2023 at 02:51 AM
    Name:  models1304.png
Views: 50
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
  3. Backpropagation Neural Networks using MQL5 Matrices

    by , 04-22-2023 at 02:52 AM
    Name:  tradennrepdropout1204.png
Views: 76
Size:  28.8 KB

    By using special data types 'matrix' and 'vector', it is possible to create the code which is very close to mathematical notation while avoiding the need to create nested loops or to mind correct indexing of arrays in calculations. In this article, we will see how to create, initialize, and use matrix and vector objects in MQL5.
    more...
    Categories
    Uncategorized
  4. How to use MQL5 to detect candlesticks patterns

    by , 04-19-2023 at 02:33 AM
    Name:  Morningstar0904.png
Views: 59
Size:  1.7 KB

    Candlesticks are a very helpful technical tool if we use them correctly, as we can find a potential movement based on their patterns. Candlesticks can form specific patterns on the chart and these patterns can be divided into two types single-candle patterns and blended candle patterns (more than one candle). In this article, we will learn how we can use MQL5 to detect some of these patterns automatically in the MetaTrader 5 trading terminal, we
    ...
    Categories
    Uncategorized
  5. Implementing the Janus factor in MQL5

    by , 04-18-2023 at 02:04 AM
    Name:  UpPositive1004.png
Views: 53
Size:  8.6 KB

    According to Janus theory, markets are driven by the interplay between prices and how traders react to them. When markets are trending, market participants show confidence by letting their profits ride. In an uptrend higher prices confirm participants' expectations of the trend, which in turn induces more buy-in. This has the effect of pushing prices even higher.
    more...
    Categories
    Uncategorized
Page 30 of 150 FirstFirst ... 20 28 29 30 31 32 40 80 130 ... LastLast