View RSS Feed

Uncategorized

Entries with no category

  1. Data Science and Machine Learning part 03: Matrix Regressions

    by , 05-19-2022 at 01:24 AM
    If you paid attention to the previous two articles you'll notice the big issue I had is programming models that could handle more independent variables, by this I mean dynamically handle more inputs because when it comes to creating strategies we are going to deal with hundreds of data, so we want to be sure that our models can cope with this demand.
    ----------------
    ...
    Tags: metatrader, mql5, mt5 Add / Edit Tags
    Categories
    Uncategorized
  2. Learn how to design a trading system by Parabolic SAR

    by , 05-16-2022 at 10:22 AM
    Name:  Downtrendtrailingstop2.png
Views: 96
Size:  25.0 KB

    In this article, you will learn in detail about a new useful technical indicator that can be used in your trading as per your trading style if it is suitable. This technical indicator is the Parabolic SAR. We will learn how to design a trading system to be used in the MetaTrader5 trading platform after writing the code of this trading system by the MetaQuotes Language Editor built in with the MetaTrader 5. If you want to learn how to get the MetaTrader
    ...
    Categories
    Uncategorized
  3. Multiple indicators on one chart (Part 05): Turning MetaTrader 5 into a RAD system (I)

    by , 05-14-2022 at 07:22 AM
    Name:  014.png
Views: 166
Size:  233.3 KB
    There are a lot of people who do not know how to program but they are quite creative and have great ideas. However, the lack of programming knowledge prevents them from implementing these ideas. Today we will create our own Chart Trade interface to send market orders or to set up parameters used in pending orders. We will do this without programming, just using the functions that will be inside the Expert Advisor. We are curious, so let's see how it will look
    ...
    Categories
    Uncategorized
  4. Constant Range Channel indicator for MT4 and MT5 (same code)

    by , 05-12-2022 at 05:48 AM
    Constant Range Channel - indicator for MetaTrader 5 and for Metatrader 4

    Metatrader 5 -

    Name:  usdjpy-m30-acy-securities-pty.png
Views: 128
Size:  19.7 KB

    Metatrader 4 -

    Name:  audcad-m30-alpari.png
Views: 153
Size:  17.6 KB

    This is a very simple indicator. It plots a channel with a constant range of twice the step-size parameter value. The range is broken when the low quote price breaks the upper level, or when the high quote price breaks the lower level of the channel’s range. The
    ...
  5. Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor

    by , 05-11-2022 at 05:48 AM
    Name:  resources1.png
Views: 121
Size:  7.9 KB

    We already have our custom indicator working, that is, our object class is already functioning, and since this is an object class, we can easily transfer it to other models. However, simply declaring and trying to use the class in our EA won't make things work the same as in our custom indicator, and the reason is that we don't have subwindow capability in our EA. But then the idea came: "What if we use an already compiled and working custom indicator
    ...
    Tags: metatrader5, mq5, mql5, mt5 Add / Edit Tags
    Categories
    Uncategorized
Page 64 of 343 FirstFirst ... 14 54 62 63 64 65 66 74 114 164 ... LastLast