文章

Building a Candlestick Trend Constraint Model (Part 8): Expert Advisor Development (I) MetaTrader 5

In this discussion, we will create our first Expert Advisor in MQL5 based on the indicator we made in the prior article. We will cover all the features required to make the process automatic, including risk management. This will extensively benefit the users to advance from manual execution of

Price-Driven CGI Model: Advanced Data Post-Processing and Implementation MetaTrader 5

In this article, we will explore the development of a fully customizable Price Data export script using MQL5, marking new advancements in the simulation of the Price Man CGI Model. We have implemented advanced refinement techniques to ensure that the data is user-friendly and optimized for animation

From Novice to Expert: The Essential Journey Through MQL5 Trading MetaTrader 5

Unlock your potential! You're surrounded by opportunities. Discover 3 top secrets to kickstart your MQL5 journey or take it to the next level. Let's dive into discussion of tips and tricks for beginners and pros alike

Building A Candlestick Trend Constraint Model (Part 7): Refining our model for EA development MetaTrader 5

In this article, we will delve into the detailed preparation of our indicator for Expert Advisor (EA) development. Our discussion will encompass further refinements to the current version of the indicator to enhance its accuracy and functionality. Additionally, we will introduce new features that

Building A Candlestick Trend Constraint Model (Part 6): All in one integration MetaTrader 5

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

Price Driven CGI Model: Theoretical Foundation MetaTrader 5

Let's discuss the data manipulation algorithm, as we dive deeper into conceptualizing the idea of using price data to drive CGI objects. Think about transferring the effects of events, human emotions and actions on financial asset prices to a real-life model. This study delves into leveraging price

Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part III) MetaTrader 5

This part of the article series is dedicated to integrating WhatsApp with MetaTrader 5 for notifications. We have included a flow chart to simplify understanding and will discuss the importance of security measures in integration. The primary purpose of indicators is to simplify analysis through

Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part II) MetaTrader 5

Today, we are discussing a working Telegram integration for MetaTrader 5 Indicator notifications using the power of MQL5, in partnership with Python and the Telegram Bot API. We will explain everything in detail so that no one misses any point. By the end of this project, you will have gained

Building A Candlestick Trend Constraint Model (Part 5): Notification System (Part I) MetaTrader 5

We will breakdown the main MQL5 code into specified code snippets to illustrate the integration of Telegram and WhatsApp for receiving signal notifications from the Trend Constraint indicator we are creating in this article series. This will help traders, both novices and experienced developers

Building A Candlestick Trend Constraint Model (Part 4): Customizing Display Style For Each Trend Wave MetaTrader 5

In this article, we will explore the capabilities of the powerful MQL5 language in drawing various indicator styles on Meta Trader 5. We will also look at scripts and how they can be used in our model