View RSS Feed

Uncategorized

Entries with no category

  1. Developing a multi-currency Expert Advisor (Part 9): Collecting optimization results for single trading strategy instances

    by , 10-24-2024 at 12:24 PM
    We have already implemented a lot of interesting things in the previous articles. We have a trading strategy or several trading strategies that we can implement in the EA. Besides, we have developed a structure for connecting many instances of trading strategies in a single EA, added tools for managing the maximum allowable drawdown, looked at possible ways of automated selection of sets of strategy parameters for their best work in a group, learned how to assemble an EA from groups of strategy
    ...
    Categories
    Uncategorized
  2. Data Science and ML(Part 30): The Power Couple for Predicting the Stock Market, Convolutional Neural Networks(CNNs) and Recurrent Neural Networks(RNNs)

    by , 10-24-2024 at 07:11 AM
    In the previous articles, we have seen how powerful both Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) are and how they can be deployed to help beat the market by providing us with valuable trading signals.

    In this one we are going to attempt combining two of the most powerful techniques CNN and RNN and observe their predictive impact in the stock market. But before that let us briefly understand what CNN and RNN are all about.
    more...
    Categories
    Uncategorized
  3. Self Optimizing Expert Advisor With MQL5 And Python (Part V): Deep Markov Models

    by , 10-22-2024 at 10:30 AM
    In our previous discussion on Markov Chains, linked here, we demonstrated how to use a transition matrix to understand the probabilistic behavior of the market. Our transition matrix summarized a lot of information for us. It not only guided us on when to buy and sell, it also informed us whether our market had strong trends or was mostly mean reverting. In today's discussion, we shall change our definition of the system state from the moving averages we used in our first discussion to the
    ...
    Categories
    Uncategorized
  4. Quantization in machine learning (Part 1): Theory, sample code, analysis of implementation in CatBoost

    by , 10-20-2024 at 03:29 PM
    The article considers the theoretical application of quantization in the construction of tree models No complex mathematical equations are used. While writing the article, I discovered the absence of established unified terminology in the scientific works of different authors, so I will choose the terminology options that, in my opinion, best reflect the meaning. Besides, I will use the terms of my own in the matters left unattended by other researchers. This article will use terms and concepts
    ...
    Categories
    Uncategorized
  5. Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)

    by , 10-17-2024 at 07:10 AM
    In the previous article, we have laid the foundation for easy usage of the results obtained from optimization to build a ready-made EA with multiple instances of trading strategies working together. Now we do not have to manually enter the parameters of all used instances in the code or in the EA inputs. We only need to save the initialization string in a certain format to a file, or insert it as text into the source code so that the EA can use it.

    So far, the initialization
    ...
    Categories
    Uncategorized
Page 6 of 340 FirstFirst ... 4 5 6 7 8 16 56 106 ... LastLast