View RSS Feed

newdigital

  1. MQL5 Wizard Techniques you should know (Part 12): Newton Polynomial

    by , 02-23-2024 at 06:50 AM
    Time series analysis plays an important role not just in supporting fundamental analysis but in very liquid markets like forex, it can be the main driver for decisions on how one is positioned in the markets. Traditional technical indicators have tended to lag the market a lot which has brought them out of favor for most traders, leading to the rise of alternatives perhaps the most predominant of which, at the moment is neural networks. But what about polynomial interpolation?
    more...
    Categories
    Uncategorized
  2. Data label for time series mining(Part 1)

    by , 02-19-2024 at 05:19 AM
    When we design artificial intelligence models, we often need to prepare data first. Good data quality will allow us to get twice the result with half the effort in model training and validation. But our foreign exchange or stock data is special, which contains complex market information and time information, and data labeling is difficult, but we can easily analyze the trend in historical data on the chart.

    This section introduces a method of making data sets with trend marks by EA
    ...
    Categories
    Uncategorized
  3. Ready-made templates for including indicators to Expert Advisors (Part 2): Volume and Bill Williams indicators

    by , 02-10-2024 at 08:10 AM
    The article continues the topic of ready-made templates for using indicators in EAs. Here we will look at connecting to EAs and using volume and Bill Williams' indicators. We will display the data received from indicators on the dashboard created in the first article of this series. The panel has also been improved. At the end of the article, we will briefly look at its changes and improvements.
    more...
    Categories
    Uncategorized
  4. 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
  5. 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
Page 12 of 592 FirstFirst ... 2 10 11 12 13 14 22 62 112 512 ... LastLast