View RSS Feed

All Blog Entries

  1. Developing a robot in Python and MQL5 (Part 1): Data preprocessing

    by , 01-26-2025 at 05:49 AM
    We will look at the development cycle of a trading robot: data collection, processing, sample expansion, feature engineering, model selection and training, creating a trading system via Python, and monitoring trades.

    Working in Python has its own advantages: speed in the field of machine learning, as well as the ability to select and generate features. Exporting models to ONNX requires exactly the same feature generation logic as in Python, which is not easy. That is why I have selected
    ...
    Categories
    Uncategorized
  2. Introduction to MQL5 (Part 11): A Beginner's Guide to Working with Built-in Indicators in MQL5 (II)

    by , 01-23-2025 at 05:52 AM
    Welcome back to our MQL5 series! We'll discuss a fascinating subject in this chapter that I believe you'll find very useful and fascinating. We looked at how to use MQL5's built-in indicators in the last chapter, paying particular attention to the RSI. Not only that, but we even worked on a practical project that showed you how to incorporate the RSI into your trading approach with ease. We're going one step further this time by including not one but three potent indications in our project (RSI,
    ...
    Categories
    Uncategorized
  3. MQL5 Wizard Techniques you should know (Part 31): Selecting the Loss Function

    by , 01-19-2025 at 07:32 AM
    MQL5 wizard can be a test bed for a wide variety of ideas, as we have covered so far in these series. And every once in a while, one is presented with a custom signal that has more than one way of being implemented. We looked at this scenario in the 2 articles about learning rates, as well as the last article on batch normalization. Each of those aspects to machine learning presented more than one potential custom signal, as was discussed. The loss , also by virtue of having multiple formats,
    ...
    Categories
    Uncategorized
  4. News Trading Made Easy (Part 6): Performing Trades (III)

    by , 01-13-2025 at 03:34 AM
    In this article we will make improvements to the storage database, new views will be added to present data such as displaying dates for the last news event or the next news event for each unique event in the MQL5 Economic calendar this will improve the user's experience when using the program as it will bring awareness to future or past events. In addition, the expert input menu will be expanded upon to accommodate news filtration and the stop order entry methods.
    more...
    Categories
    Uncategorized
  5. Developing a multi-currency Expert Advisor (Part 6): Automating the selection of an instance group

    by , 01-12-2025 at 09:19 AM
    In the previous article, we have implemented the ability to choose the strategy option - with a constant position size and with a variable position size. This allowed us to introduce normalization of the results of the strategies' work according to the maximum drawdown and provided the possibility of combining them into groups, for which the maximum drawdown was also within the specified limits. For the sake of demonstration, we manually selected several of the most attractive combinations
    ...
    Categories
    Uncategorized
Page 17 of 2572 FirstFirst ... 7 15 16 17 18 19 27 67 117 517 1017 ... LastLast