View RSS Feed

mql5

  1. 3D Moving Average

    by , 01-26-2020 at 08:57 AM
    3D Moving Average - indicator for MetaTrader 5



    The indicator management is simple and intuitive.
    There are two color modes:

    • Color varies with price
    • Color changes depending on the MA Period.

    Switching between the two color modes is done by the "C" key (Color).
    To change the step between periods of moving averages, the mouse pointer occurs when it is in the extreme right position
    ...
  2. Continuous Walk-Forward Optimization (Part 1): Working with Optimization Reports

    by , 01-25-2020 at 11:16 AM
    In the previous articles (Optimization Management (Part I) and Optimization Management (Part 2)) we considered a mechanism for launching the optimization in the terminal through a third-party process. This allows creating a certain Optimization Manager which can implement the process similarly to a trading algorithm implementing a specific trading process, i.e. in a fully automated mode without user interference. The idea is to create an algorithm which manages the sliding optimization process,
    ...
  3. Building an Expert Advisor using separate modules

    by , 12-01-2019 at 11:21 AM
    Name:  art4.png
Views: 245
Size:  13.5 KB

    When developing indicators, Expert Advisors and scripts, developers often need to create various pieces of code, which are not directly related to the trading strategy. For example, such code may concern Expert Advisor operation schedule: daily, weekly or monthly. As a result, we will create an independent project, which can interact with the trading logic and other components using a simple interface. With the least effort, such a schedule can be further
    ...
  4. RSI slope divergence - multi time frame version

    by , 11-30-2019 at 11:25 AM
    RSI slope divergence - multi time frame version - indicator for MetaTrader 5

    Name:  example__38.jpg
Views: 325
Size:  98.8 KB


    The original was posted here : RSI Slope Divergence. This version is extended in a couple of things :

    • possible channels background color is added. to avoid drawing channel back color, simply set the color to none (see second example)
    • multi time frame support added. apart from the standard time frames supported by the metatrader 5, you have 3
    ...
  5. New MetaTrader 5 Platform beta build 2245

    by , 11-30-2019 at 09:01 AM
    New MetaTrader 5 Platform beta build 2245: DirectX functions for 3D visualization in MQL5 and symbol settings in Strategy Tester
    The beta version of the updated MetaTrader 5 platform will be released on November 29, 2019. We invite all traders to join the testing of the new platform in order to evaluate all its features and to help developers fix errors.
    To update the MetaTrader 5 platform up to build 2245, navigate to Help \ Check Desktop Updates \ Latest Beta Version:
    ...