View RSS Feed

newdigital

  1. Cross-validation and basics of causal inference in CatBoost models, export to ONNX format

    by , 05-19-2024 at 02:27 PM
    In the previous articles, I have described various ways to use machine learning algorithms to create trading systems. Some turned out to be quite successful, others (mostly from early publications) were greatly overtrained. Thus, the sequence of my articles reflects the evolution of understanding: what machine learning is actually capable of. We are, of course, talking about the classification of time series.

    The current article is a development of the previous topic and the next
    ...
    Categories
    Uncategorized
  2. Seasonality Filtering and time period for Deep Learning ONNX models with python for EA

    by , 05-14-2024 at 11:09 AM
    [QUOTE]When I read the article: Benefiting from Forex market seasonality, I thought of this to make this what I think is an interesting article. I could start comparing an EA with and without seasonality's and with to see if it can benefit.

    I all ready new that markets depend on seasonality since I read that the Mark Zuckerberg got the money for Facebook, from an investor that got his money investing the one that they gave him in the Bar Mitzvah in stocks of petrol when the ...
    Categories
    Uncategorized
  3. Introduction to MQL5 (Part 7): Beginner's Guide to Building Expert Advisors and Utilizing AI-Generated Code in MQL5

    by , 05-12-2024 at 05:42 PM
    The rapid advancement of artificial intelligence in today's technological landscape has sparked discussions regarding the future of coding. Some argue that code produced by AI could replace the need for conventional coding knowledge. But nothing could be further from reality than this. This article seeks to dispel this myth and highlight the importance of knowing how to code. We're going to reveal ways you can incorporate AI-generated code into our programming projects in a seamless way so
    ...
    Categories
    Uncategorized
  4. Data Science and ML (Part 22): Leveraging Autoencoders Neural Networks for Smarter Trades by Moving from Noise to Signal

    by , 05-08-2024 at 10:58 AM
    In this article, we will see how we can use an autoencoder neural network in the financial space to help us remove noise in the market so that we can discover trading opportunities.

    This article is an easy read if you have a basic understanding of ONNX, PCA, and Neural Networks in general.

    more...
    Categories
    Uncategorized
  5. Overcoming ONNX Integration Challenges

    by , 05-01-2024 at 09:33 AM
    ONNX (Open Neural Network Exchange) revolutionizes the way we make sophisticated AI-based mql5 programs. This new technology to MetaTrader 5 is the way forward to machine learning as it shows a lot of promise like no other for its purpose however, ONNX comes with a couple of challenges that can give you headaches if you have no clue how to solve them whatsoever.

    This article assumes you have a basic understanding of machine learning and AI theory, and that you have at least tried
    ...
    Categories
    Uncategorized