View RSS Feed

All Blog Entries

  1. Wrapping ONNX models in classes

    by , 02-10-2024 at 05:19 AM
    In the previous article, we used two ONNX models to arrange the voting classifier. The entire source text was organized as a single MQ5 file. The entire code was divided into functions. But what if we try to swap models? Or add another model? The original text will become even bigger. Let's try the object-oriented approach.
    more...
    Categories
    Uncategorized
  2. Category Theory in MQL5 (Part 17): Functors and Monoids

    by , 02-03-2024 at 05:19 AM
    We continue our look at category theory with one more take on functors. So far, we have seen applications of category theory in implementing custom instances of the Expert trailing class, and the Expert Signal class so we will consider applications in using the Expert Money class for this article. All these classes come with the Meta Editor IDE and are used with the MQL5 wizard in assembling expert advisors with minimal coding.

    In this article as we sum up our look at functors
    ...
    Categories
    Uncategorized
  3. ALGLIB numerical analysis library in MQL5

    by , 01-27-2024 at 05:40 PM
    Financial markets generate data with a huge amount of complex relationships. To analyze them, we need to use the most modern methods of applied mathematics. Successfully combining the high complexity of financial data with the simplicity and efficiency of analysis is a challenging task. ALGLIB is a high-performance library designed specifically for working with numerical methods and data analysis algorithms. It is a reliable assistant in the analysis of financial markets.
    more...
    Categories
    Uncategorized
  4. Wrapping ONNX models in classes

    by , 01-26-2024 at 02:49 AM
    In the previous article, we used two ONNX models to arrange the voting classifier. The entire source text was organized as a single MQ5 file. The entire code was divided into functions. But what if we try to swap models? Or add another model? The original text will become even bigger. Let's try the object-oriented approach.
    more...
    Categories
    Uncategorized
  5. Making a dashboard to display data in indicators and EAs

    by , 01-22-2024 at 02:12 PM
    Our custom panel will allow us to add any required amount of the necessary data to it, sign it, as well as display and update readings from the program code.

    It should be possible to move the panel around the chart with the mouse, dock it in the desired chart position, as well as collapse/expand it. For the convenience of placing the data on the panel, it will be possible to display a table with the specified number of rows and columns. The data from this table can be displayed in
    ...
    Categories
    Uncategorized
Page 11 of 122 FirstFirst ... 9 10 11 12 13 21 61 111 ... LastLast