Page 43 of 47 FirstFirst ... 33 41 42 43 44 45 ... LastLast
Results 421 to 430 of 465
Like Tree3Likes

Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview

This is a discussion on Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview within the General Discussion forums, part of the Trading Forum category; In the previous articles of the series Revisiting geometry and Smart neural network optimization, I shared my observations and experiments ...

      
   
  1. #421
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Experiments with neural networks (Part 3): Practical application

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-3140203.png


    In the previous articles of the series Revisiting geometry and Smart neural network optimization, I shared my observations and experiments with neural networks. Besides, I carried out the optimization of the resulting EAs and provided some explanations of their work. Despite all this, I barely touched the subject of the practical application of the obtained results. In this article, I will fix this unfortunate omission.

    I will show the practical application of the obtained results and highlight a new algorithm allowing us to expand the capabilities of our EAs. As always, I will use only MetaTrader 5 tools without any third-party software. The article will most likely be similar to a step-by-step instruction. I will try to explain everything in the most accessible and simple way.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  2. #422
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Population optimization algorithms: Bacterial Foraging Optimization (BFO)

    The Bacterial Foraging Optimization (BFO) algorithm is a fascinating optimization technique that can be used to find approximate solutions to extremely complex or impossible numerical function maximization/minimization problems.
    The algorithm is widely recognized as a global optimization algorithm for distributed optimization and control.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  3. #423
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Category Theory in MQL5 (Part 4): Spans, Experiments, and Compositions

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-category0504.png


    In the previous article, we saw how category theory can be potent in complex systems via its concepts of products, coproducts, and the universal property, examples of applications of which in finance and algorithmic trading were shared. Here, we will delve deeper into spans, experiments, and compositions.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  4. #424
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Moral expectation in trading

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-moremore0804.png


    Mathematical expectation in trading is one of the indicators used to evaluate a trading strategy efficiency. In 1738, Daniel Bernoulli published his work "Specimen theoriae novae de mensura sortis" (Exposition of a New Theory on the Measurement of Risk). In this work, he derived the moral expectation equation. The main difference between moral expectation and mathematical expectation is that moral expectation depends on the player's capital and implicitly takes into account the risk of the game.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  5. #425
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    How to use ONNX models in MQL5

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-testpredictionschart20704.png


    Among all the considered models, CNN-LSTM models have generated the best results during the experiments. In this article, we will consider how to create such a model to forecast financial timeseries and how to use the created ONNX model in an MQL5 Expert Advisor.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  6. #426
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Category Theory in MQL5 (Part 6): Monomorphic Pull-Backs and Epimorphic Push-Outs

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-border1804.png


    In our previous article, we discussed how equalizers in category theory can be employed to estimate volatility changes using sampled data. In this follow-up article, we will delve into composition and cones in category theory by exploring the significance of various cone setups on the end results of analysis.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  7. #427
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Backpropagation Neural Networks using MQL5 Matrices

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-tradennrepdropout1204.png


    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...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  8. #428
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    An example of how to ensemble ONNX models in MQL5

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-models1304.png


    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.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  9. #429
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Population optimization algorithms: Harmony Search (HS)

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-chart11504.png


    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 optimization problem, while the musical improvisation process is matched with a search for the extremum.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  10. #430
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,322
    Blog Entries
    1637

    Population optimization algorithms: Monkey algorithm (MA)

    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview-article2304.png


    Monkey Algorithm (MA) is a metaheuristic search algorithm. This article will describe the main components of the algorithm and present solutions for the ascent (upward movement), local jump and global jump. The algorithm was proposed by R. Zhao and W. Tang in 2007. The algorithm simulates the behavior of monkeys as they move and jump over mountains in search of food. It is assumed that the monkeys come from the fact that the higher the mountain, the more food on its top.
    more...
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 43 of 47 FirstFirst ... 33 41 42 43 44 45 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •