Articoli

Building a Candlestick Trend Constraint Model (Part 10): Strategic Golden and Death Cross (EA) per 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) per 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 per 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 per 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) per 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) per 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

Building A Candlestick Trend Constraint Model (Part 9): Multiple Strategies Expert Advisor (II) per MetaTrader 5

The number of strategies that can be integrated into an Expert Advisor is virtually limitless. However, each additional strategy increases the complexity of the algorithm. By incorporating multiple strategies, an Expert Advisor can better adapt to varying market conditions, potentially enhancing its

Creating a Trading Administrator Panel in MQL5 (Part V): Two-Factor Authentication (2FA) per MetaTrader 5

Today, we will discuss enhancing security for the Trading Administrator Panel currently under development. We will explore how to implement MQL5 in a new security strategy, integrating the Telegram API for two-factor authentication (2FA). This discussion will provide valuable insights into the

Creating a Trading Administrator Panel in MQL5 (Part IV): Login Security Layer per MetaTrader 5

Imagine a malicious actor infiltrating the Trading Administrator room, gaining access to the computers and the Admin Panel used to communicate valuable insights to millions of traders worldwide. Such an intrusion could lead to disastrous consequences, such as the unauthorized sending of misleading

Creating a Trading Administrator Panel in MQL5 (Part III): Extending Built-in Classes for Theme Management (II) per MetaTrader 5

In this discussion, we will carefully extend the existing Dialog library to incorporate theme management logic. Furthermore, we will integrate methods for theme switching into the CDialog, CEdit, and CButton classes utilized in our Admin Panel project. Continue reading for more insightful