View RSS Feed

mql5

  1. The price movement model and its main provisions (Part 1): The simplest model version and its applications

    by , 07-24-2022 at 09:17 PM
    Name:  2EURUSDDaily.png
Views: 88
Size:  22.5 KB

    Up to the present, we have not had any mathematically rigorous price movement theory. Instead, we have had to deal with experience-based assumptions stating that the price moves in a certain way after a certain pattern. Of course, these assumptions have been supported neither by statistics, nor by theory. The article provides the concepts and foundations of the mathematical apparatus of the rigorous theory price movement theory.
    more...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 15): Data clustering using MQL5

    by , 07-24-2022 at 01:30 AM
    In the previous article, we considered the k-means clustering method and studied its implementation using the Python language. However, the use of integration often imposes certain restrictions and additional costs. In particular, the current integration state does not allow the use of data of built-in applications such as indicators or terminal event handling. A lot of classic indicators are implemented in various libraries, but when we talk about custom indicators, we will need to reproduce
    ...
    Categories
    Uncategorized