Clemence Benjamin / Publikationen
Artikel
Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (II): Modularization für MetaTrader 5
In this discussion, we take a step further in breaking down our MQL5 program into smaller, more manageable modules. These modular components will then be integrated into the main program, enhancing its organization and maintainability. This approach simplifies the structure of our main program and
Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (I) für MetaTrader 5
This discussion delves into the challenges encountered when working with large codebases. We will explore the best practices for code organization in MQL5 and implement a practical approach to enhance the readability and scalability of our Trading Administrator Panel source code. Additionally, we
Integration of Broker APIs with Expert Advisors using MQL5 and Python für MetaTrader 5
In this article, we will discuss the implementation of MQL5 in partnership with Python to perform broker-related operations. Imagine having a continuously running Expert Advisor (EA) hosted on a VPS, executing trades on your behalf. At some point, the ability of the EA to manage funds becomes
Developing A Swing Entries Monitoring (EA) für MetaTrader 5
As the year approaches its end, long-term traders often reflect on market history to analyze its behavior and trends, aiming to project potential future movements. In this article, we will explore the development of a long-term entry monitoring Expert Advisor (EA) using MQL5. The objective is to
Building a Candlestick Trend Constraint Model (Part 10): Strategic Golden and Death Cross (EA) für MetaTrader 5
Did you know that the Golden Cross and Death Cross strategies, based on moving average crossovers, are some of the most reliable indicators for identifying long-term market trends? A Golden Cross signals a bullish trend when a shorter moving average crosses above a longer one, while a Death Cross
Building a Candlestick Trend Constraint Model (Part 9): Multiple Strategies Expert Advisor (III) für MetaTrader 5
Welcome to the third installment of our trend series! Today, we’ll delve into the use of divergence as a strategy for identifying optimal entry points within the prevailing daily trend. We’ll also introduce a custom profit-locking mechanism, similar to a trailing stop-loss, but with unique
Creating a Trading Administrator Panel in MQL5 (Part VIII): Analytics Panel für MetaTrader 5
Today, we delve into incorporating useful trading metrics within a specialized window integrated into the Admin Panel EA. This discussion focuses on the implementation of MQL5 to develop an Analytics Panel and highlights the value of the data it provides to trading administrators. The impact is
Creating a Trading Administrator Panel in MQL5 (Part VII): Trusted User, Recovery and Cryptography für MetaTrader 5
Security prompts, such as those triggered every time you refresh the chart, add a new pair to the chat with the Admin Panel EA, or restart the terminal, can become tedious. In this discussion, we will explore and implement a feature that tracks the number of login attempts to identify a trusted
Creating a Trading Administrator Panel in MQL5 (Part VI):Trade Management Panel (II) für MetaTrader 5
In this article, we enhance the Trade Management Panel of our multi-functional Admin Panel. We introduce a powerful helper function that simplifies the code, improving readability, maintainability, and efficiency. We will also demonstrate how to seamlessly integrate additional buttons and enhance
Creating a Trading Administrator Panel in MQL5 (Part VI): Multiple Functions Interface (I) für MetaTrader 5
The Trading Administrator's role goes beyond just Telegram communications; they can also engage in various control activities, including order management, position tracking, and interface customization. In this article, we’ll share practical insights on expanding our program to support multiple