View RSS Feed

All Blog Entries

  1. Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)

    by , 10-17-2024 at 08: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
  2. Risk manager for algorithmic trading

    by , 10-16-2024 at 07:06 AM
    In this article, we will develop a risk manager class to control risks in algorithmic trading. The purpose of this article is to adapt the principles of controlled risk to algorithmic trading and to implement them in a separate class, so that everyone can verify the effectiveness of the risk standardization approach in intraday trading and investing in financial markets. The materials presented here will use and supplement the information summarized in the previous article "Risk manager for manual trading".
    ...
    Categories
    Uncategorized
  3. Developing a robot in Python and MQL5 (Part 2): Model selection, creation and training, Python custom tester

    by , 10-14-2024 at 08:59 AM
    In the previous article, we talked a bit about machine learning, performed data augmentation, developed features for the future model and selected the best of them. Now it is time to move on and create a working machine learning model that will learn from our features and trade (hopefully successfully). To evaluate the model, we will write a custom Python tester that will help us evaluate the performance of the model and the beauty of the test graphs. For more beautiful test graphs and greater
    ...
    Categories
    Uncategorized
  4. Totally free by source codes

    by , 10-13-2024 at 05:41 PM
    Free good channels (which we can subscribe to) with some information about trading and coding, and for now - the channels about the articles and about new free tools in CodeBase (it is recommended to subscribe because the tools are totally free by source codes):

    RU - https://www.mql5.com/ru/channels/algo-trading-ru
    EN - https://www.mql5.com/en/channels/algo-trading-en
    ES - https://www.mql5.com/es/channels/algo-trading-es
    FR - https://www.mql5.com/fr/channels/algo-trading-fr ...
    Categories
    Uncategorized
  5. Building and testing Keltner Channel trading systems

    by , 10-13-2024 at 01:23 PM
    The concept of volatility in the financial market is very important to understand and to make it work in your favor when you are trading in the market. The main purpose of this article is to help you save time by providing you with many test results for trading systems based on the concept of volatility using the Keltner Channel technical indicator to find out how it can work as part of your complete system to measure volatility or take action under certain conditions concerning this important concept.
    ...
Page 9 of 2548 FirstFirst ... 7 8 9 10 11 19 59 109 509 1009 ... LastLast