View RSS Feed

mql5

  1. Implementing an ARIMA training algorithm in MQL5

    by , 05-30-2023 at 01:17 AM
    Name:  ail1405.png
Views: 63
Size:  1.7 KB

    Most forex and crypto traders that look to exploit short term movements are plagued by the lack of fundamental information that could aid their endeavours. This is where standard time series techniques could help . George Box and Gwilym Jenkins developed what is arguably the most revered method of time series prediction. Although a number of advances have come about that improve on the original method, the underlying principles are still relevant today.
    ...
    Categories
    Uncategorized
  2. MQL5 Wizard techniques you should know (Part 06): Fourier Transform

    by , 05-29-2023 at 01:01 AM
    Name:  fourier1305.png
Views: 50
Size:  8.3 KB

    Fourier transform
    is a method of decomposing a wave of data points into possible constituent parts that was introduced by Joseph Fourier. Integrating over all possible frequencies in the Fourier transform gives us a spectrum of components because it breaks down the original function into its constituents, each corresponding to a different frequency component.

    more...
    Categories
    Uncategorized
  3. Population optimization algorithms: ElectroMagnetism-like algorithm (ЕМ)

    by , 05-24-2023 at 01:31 AM
    Name:  distance1105.png
Views: 46
Size:  6.9 KB

    Over the past few decades, researchers around the world have come up with many metaheuristic search methods to solve complex global optimization problems and ways to improve them.

    The ElectroMagnetism-like (ЕМ) algorithm is a relatively new metaheuristic search algorithm based on the simulation of the behavior of electromagnetic particles in physical space, first introduced by I. Birbil and S.С. Fang in 2003. It is described
    ...
    Categories
    Uncategorized
  4. How to create a custom True Strength Index indicator using MQL5

    by , 05-22-2023 at 01:01 AM
    Name:  TSISystemEAsellsignal.png
Views: 66
Size:  17.1 KB

    ..how you can create the True Strength Index Indicator from scratch. We will learn the specifics of this indicator and see how to calculate it in our code. Not that only, but we will learn how we can use this customized indicator in a trading system based on a trading strategy by creating an Expert Advisor.
    more...
    Categories
    Uncategorized
  5. Creating an EA that works automatically (Part 12): Automation (IV)

    by , 05-19-2023 at 01:02 AM
    In the previous article Creating an EA that works automatically (Part 11): Automation (III), we looked at how we can create a robust system, minimizing the failures and loopholes that can affect a program.
    In the previous article, I raised this question and left it for you to understand where this flaw was, and how it could cause problems, so that we could not automate our EA at 100% yet. Did you manage to understand where the failure was and how it could have been triggered? Well, if
    ...
    Categories
    Uncategorized
Page 1 of 4 1 2 3 ... LastLast