View RSS Feed

Uncategorized

Entries with no category

  1. Understanding MQL5 Object-Oriented Programming (OOP)

    by , 07-04-2023 at 05:59 AM
    Name:  Inheritance111.png
Views: 23
Size:  28.3 KB

    In this article, we will share one of the most important topics in programming which lead to coding smoothly and easily, and help us to apply the concept of (DRY) which is the shortcut of (Do Not Repeat Yourself) as developers or programmers. In addition to raising the security of any created software, and other of features. We will talk about Object-Oriented Programming (OOP) and how we can use this concept and code it in MQL5 (MetaQuotes Language) by
    ...
    Categories
    Uncategorized
  2. An example of how to ensemble ONNX models in MQL5

    by , 07-02-2023 at 10:14 AM
    Name:  models1304.png
Views: 19
Size:  4.9 KB

    For stable trading, it is usually recommended to diversify both the traded instruments and the trading strategies. The same refers to machine learning models: it is easier to create several simpler models that one complex one. But it can be difficult to assemble these models into one ONNX model. In this article, we will consider one of the ensembles called the voting classifier. We will show you how easy it is to implement such an ensemble.
    ...
    Categories
    Uncategorized
  3. Creating an EA that works automatically (Part 13): Automation (V)

    by , 06-23-2023 at 01:05 AM
    Name:  0034_au.png
Views: 38
Size:  20.1 KB

    Now that we have finished creating the basic skeleton, we can finally automate the EA to make it operate 100% automatically while following the operational rules that we have defined. The purpose of the article is not to build an operational model, but to show and prepare you to use the system proposed here, by turning a manual Expert Advisor into an automated one.
    more...
    Categories
    Uncategorized
  4. Rebuy algorithm: Math model for increasing efficiency

    by , 06-22-2023 at 01:42 AM
    Name:  rebuy1606.png
Views: 44
Size:  17.1 KB

    This is a classic trading scheme that is as old as the world.
    In this article, we will have a closer look at the concept delving deeper than forum users do. However, the article will be more general and much broader as the rebuy algorithm is very suitable for highlighting some very interesting and useful features.
    more...
    Categories
    Uncategorized
  5. PriceChannel_Signal_v2 EA for Metatrader 5

    by , 06-19-2023 at 01:38 AM
    PriceChannel_Signal_v2 EA - expert for MetaTrader 5

    Name:  usdjpy-m15-metaquotes-software-corp.png
Views: 41
Size:  34.0 KB

    The custom indicator 'PriceChannel_Signal_v2' ( I took the indicator here ) generates several signals: two types of signals to open a 'BUY' position, two types of signals to open a 'SELL' position, one signal to close 'BUY' and one signal to close 'SELL'. No Stop Loss, No Take Profit, No Trailing.
    Categories
    Uncategorized
Page 27 of 339 FirstFirst ... 17 25 26 27 28 29 37 77 127 ... LastLast