Clemence Benjamin / パブリケーション
コード
Telegram integration made easy. MetaTrader 5のため
その目的は、MQL5開発におけるあらゆるTelegram統合タスクで関数をすぐに利用できるようにすることです。このファイルをCodeBaseに追加することで、Expert Advisorsにインクルードするだけで、インクルードされたモジュールから関数を直接呼び出すことができます。これにより、コードをゼロから何度も再開発する必要がなくなり、複数のプロジェクトにわたって再利用性を確保できます。
記事
From Novice to Expert: Animated News Headline Using MQL5 (III) — Indicator Insights MetaTrader 5のため
In this article, we’ll advance the News Headline EA by introducing a dedicated indicator insights lane—a compact, on-chart display of key technical signals generated from popular indicators such as RSI, MACD, Stochastic, and CCI. This approach eliminates the need for multiple indicator subwindows on
From Novice to Expert: Animated News Headline Using MQL5 (II) MetaTrader 5のため
Today, we take another step forward by integrating an external news API as the source of headlines for our News Headline EA. In this phase, we’ll explore various news sources—both established and emerging—and learn how to access their APIs effectively. We'll also cover methods for parsing the
From Novice to Expert: Animated News Headline Using MQL5 (I) MetaTrader 5のため
News accessibility is a critical factor when trading on the MetaTrader 5 terminal. While numerous news APIs are available, many traders face challenges in accessing and integrating them effectively into their trading environment. In this discussion, we aim to develop a streamlined solution that
Creating a Trading Administrator Panel in MQL5 (Part XII): Integration of a Forex Values Calculator MetaTrader 5のため
Accurate calculation of key trading values is an indispensable part of every trader’s workflow. In this article, we will discuss, the integration of a powerful utility—the Forex Calculator—into the Trade Management Panel, further extending the functionality of our multi-panel Trading Administrator
From Novice to Expert: Auto-Geometric Analysis System MetaTrader 5のため
Geometric patterns offer traders a concise way to interpret price action. Many analysts draw trend lines, rectangles, and other shapes by hand, and then base trading decisions on the formations they see. In this article, we explore an automated alternative: harnessing MQL5 to detect and analyze the
Creating a Trading Administrator Panel in MQL5 (Part XI): Modern feature communications interface (I) MetaTrader 5のため
Today, we are focusing on the enhancement of the Communications Panel messaging interface to align with the standards of modern, high-performing communication applications. This improvement will be achieved by updating the CommunicationsDialog class. Join us in this article and discussion as we
Creating a Trading Administrator Panel in MQL5 (Part X): External resource-based interface MetaTrader 5のため
Today, we are harnessing the capabilities of MQL5 to utilize external resources—such as images in the BMP format—to create a uniquely styled home interface for the Trading Administrator Panel. The strategy demonstrated here is particularly useful when packaging multiple resources, including images
From Novice to Expert: Programming Candlesticks MetaTrader 5のため
In this article, we take the first step in MQL5 programming, even for complete beginners. We'll show you how to transform familiar candlestick patterns into a fully functional custom indicator. Candlestick patterns are valuable as they reflect real price action and signal market shifts. Instead of
Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (V): AnalyticsPanel Class MetaTrader 5のため
In this discussion, we explore how to retrieve real-time market data and trading account information, perform various calculations, and display the results on a custom panel. To achieve this, we will dive deeper into developing an AnalyticsPanel class that encapsulates all these features, including
MQL5で取引管理者パネルを作成する(第9回):コード編成(IV):取引管理パネルクラス MetaTrader 5のため
このディスカッションでは、New_Admin_Panel