Discussing the article: "Building A Candlestick Trend Constraint Model(Part 6): All in one integration"

 

Check out the new article: Building A Candlestick Trend Constraint Model(Part 6): All in one integration.

One major challenge is managing multiple chart windows of the same pair running the same program with different features. Let's discuss how to consolidate several integrations into one main program. Additionally, we will share insights on configuring the program to print to a journal and commenting on the successful signal broadcast on the chart interface. Find more information in this article as we progress the article series.

In this article, we will break down the MQL5 code sections where integration occurs and discuss the key lines that remain global throughout the merging process. This meticulous approach is essential when combining multiple code snippets to create a cohesive and efficient program.

From Part 5 and its subsections, we had two major integrations to summarize:

  1. Integration of Telegram with MetaTrader 5 for notifications.
  2. Integration of WhatsApp with MetaTrader 5 for notifications.

One challenge is that our integration performs tasks in the Command Prompt with the window hidden to avoid interfering with other processes on the computer screen. As a result, there is no confirmation of whether the signals have been successfully sent to the target platforms. We want our system to comment on the chart window for every successful signal broadcast or, at the very least, print it in the platform journal.


Author: Clemence Benjamin