View RSS Feed

mql5

  1. Ready-made templates for including indicators to Expert Advisors (Part 3): Trend indicators

    by , 02-15-2024 at 01:34 AM
    The article continues the topic of ready-made templates for using indicators in EAs. We have already considered the templates for connecting oscillators and volume and Bill Williams' indicators to EAs.

    Here we will look at connecting to EAs and using trend indicators. As in the previous articles, we will display the data received from indicators on the dashboard created in the first article of this series.


    The article will not differ in any way from
    ...
    Categories
    Uncategorized
  2. ALGLIB numerical analysis library in MQL5

    by , 01-27-2024 at 04: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
  3. Wrapping ONNX models in classes

    by , 01-26-2024 at 01: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
  4. Category Theory in MQL5 (Part 17): Functors and Monoids

    by , 01-12-2024 at 01:49 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
  5. Category Theory in MQL5 (Part 11): Graphs

    by , 01-05-2024 at 01:49 AM
    In our previous article, we delved into monoid groups, by exploring concept of symmetry within typical monoids. In introducing an additional axiom that all members of a monoid group must possess an inverse and restricting binary operations between mirror elements to yield the identity element, we extended applicability of monoids at crucial trade decision points. Building upon this, we now continue our study of category theory and its practical applications in trade system development by examining
    ...
    Categories
    Uncategorized
    Attached Thumbnails Attached Images  
Page 3 of 105 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast