View RSS Feed

All Blog Entries

  1. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines

    by , 03-01-2024 at 06:39 AM
    Multi-currency Expert Advisor is an Expert Advisor or trading robot that can trade (open orders, close orders and manage orders, for example: Trailing Stop Loss and Trailing Profit) for more than 1 symbol pair from only one symbol chart, where in this article Expert Advisor will trade for 30 pairs. In this article we will use two RSI indicators with crossing signals, Fast RSI crossing with Slow RSI.

    As has been proven in previous articles, we all know that multi-currency trading
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 37): Sparse Attention

    by , 02-26-2024 at 05:19 AM
    In the previous article, we discussed relational models which use attention mechanisms in their architecture. We used this model to create an Expert Advisor, and the resulting EA showed good results. However, we noticed that the model's learning rate was lower compared to our earlier experiments. This is due to the fact that the transformer block used in the model is a rather complex architectural solution performing a large number of operations. The number of these operations grows in a quadratic
    ...
    Categories
    Uncategorized
  3. Data label for time series mining(Part 1)

    by , 02-19-2024 at 05:19 AM
    When we design artificial intelligence models, we often need to prepare data first. Good data quality will allow us to get twice the result with half the effort in model training and validation. But our foreign exchange or stock data is special, which contains complex market information and time information, and data labeling is difficult, but we can easily analyze the trend in historical data on the chart.

    This section introduces a method of making data sets with trend marks by EA
    ...
    Categories
    Uncategorized
  4. Ready-made templates for including indicators to Expert Advisors (Part 3): Trend indicators

    by , 02-15-2024 at 02:34 AM
    The article continues the topic of ready-made templates for using indicators in EAs. We have already considered the templates for connecting oscillators and volume and Bill Williams' indicators to EAs.

    Here we will look at connecting to EAs and using trend indicators. As in the previous articles, we will display the data received from indicators on the dashboard created in the first article of this series.


    The article will not differ in any way from
    ...
    Categories
    Uncategorized
  5. Data label for time series mining (Part 6):Apply and Test in EA Using ONNX

    by , 02-10-2024 at 05:39 PM
    We discussed in the previous article how to use socket (websocket) to communicate between EA and python server to solve the backtesting problem, and also discussed why we adopted this technique. In this article, we will discuss how to use onnx, which is natively supported by mql5, to perform inference with our model, but this method has some limitations. If your model uses operators that are not supported by onnx, it may end in failure, so this method is not suitable for all models (of course, you
    ...
    Categories
    Uncategorized
Page 10 of 122 FirstFirst ... 8 9 10 11 12 20 60 110 ... LastLast