View RSS Feed

Recent Blogs Posts

  1. 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
  2. Integrating ML models with the Strategy Tester (Conclusion): Implementing a regression model for price prediction

    by , 05-12-2024 at 03:41 AM
    In the previous article, we completed the implementation of a CSV file management class for storing and retrieving data related to financial markets. Having created the infrastructure, we are now ready to use this data to build and train a machine learning model.


    Our task in this article is to implement a regression model that can predict the closing price of a financial asset within a week. This forecast will allow us to analyze market behavior and make informed decisions
    ...
    Categories
    Uncategorized