Discussion zone for coding automated trading systemsBonus for a post = up to $50
What is Metaquotes Language 5 or MQL5? MetaQuotes Language 5 (MQL5) is a specialized high-level object-oriented language for programming that...
MEANING OF AN EX4 FILE EX4 files are created to help the MetaTrader – an online trading software that uses platforms like Forex, Futures, and CFD...
The phrase “the trend is your friend” is well-known among traders and investors. However, determining what constitutes a pattern can be difficult...
But first, what is a decompiler freeware? A decompiler is a computer programme which takes a read only file as input, and attempts to generate a...
Before we start discussing the main topic, we should first learn what decompilation means and its process usefulness. What exactly does the...
What is MQL4 and MQL5 MQL is a programming language built into the MetaTrader platform. To write your own trading robots, indicators or other...
Here, we will discuss how to send push notifications alerts on your devices (, e.g., Android, iPhone, iPad, desktop, laptop, etc.) . But before that,...
I had a problem with the EA that when I used the function created, the EA would execute only the buy orders and for the sell order it sends to the...
I coded an EA that buy and sell the buy order executed correctly but the sell orders not although the code is compiled correctly Any advice?
Hi I am new and try to learn MQL4 programming on MT4. But I am getting error creating Array of object. Please can someone help. Thank you ...
Hi I am new to MT4 platform. I am Java Programmer for sometime and good with it. I would like to learn Python and use with MT4. Please can someone...
Introduction If you want to learn MQL4 programming, you must have become familiarized with the customer terminal now. The client terminal is a...
The Forex market is fast-paced and frequently necessitates making multiple decisions at the same time. Fortunately, MQL4 exists to make things a lot...
Language 4 from MetaQuotes (MQL4) The ability of traders to perform operations in the Forex market is significantly enhanced by such applications. ...
We'll go over on how to make email notifications in MQL4 indicators in this post. But first, let's go over what MQL4 is, what a MQL4 alert is, why...
What are Graphical Objects in MQL4? A graphical object is a picture that can be picked, shifted, changed, or removed in the symbol window. ...
Photo Credit: Investopedia What's the Forex Market? Currencies are traded on the foreign exchange market. For most people worldwide,...
PROGRAMMING IN ALOGRITHEM LANGUAGE Now a days, a personal computer became indespensible for everybody.The rapid development of internet and...
Photo Credit: My Trading Skills Automated Trading Systems If you are involved in trade, the word 'automated trading system,' abbreviated as...
Photo Credit: Edu**** Blog Python is a general-purpose coding language, meaning that other forms of programming and software creation beside web...
Introduction Traders, newbie or not, come to one point which is gaining experience and as this happens, it is only natural that we get more...
what is the Ravi indicator method? A white candlestick that closes higher than the opening of the day prior to this after beginning lower than the...
The sale order will be as follows PHP Code: if (sar1>Open&&sar2>Open){ if(StopLoss==0){SL=0;}else{SL=Bid+StopLoss*Point;}...
We now come to the condition of entering into the deal, whether selling or buying, as in the following picture. We sell if parabolic is...
We will start directly as I start designing any expert advisor, which is the start function, and then when any code passes, I want to add an external...
Hi! I have been trying to create my custom EA, i have managed to put indicators on the chart. I was trying to implement if logic form my long entry...
The Channels are one in every of the preliminary gear of the marketplace research, this is why the channel-based totally buying and selling...
What is Forex Scalping? Scalping is a phrase used in the investing world to routinely describe "skimming" small profits by entering and leaving...
We complete this critical lesson with some simple examples to apply the previous concepts we learned earlier. Example of opening a read-only text...
FileReadArray FileWriteArray The first function writes the contents of an array to the open file, which should be the type's open file Binary...
In this topic, we will learn how to create text files of all kinds or binary files to store and read information. Text files contain ASCII...
The Heiken ashi mql4 is a trading method for the foreign exchange marketplace that uses a quick and slow move of the Stochastics lines to generate a...
Now that we know about the types of arguments and their functions, there is a very important topic: the fields of variables. What is the technical...
Decompilation will definitely be unnecessary in a perfect world, even when discovering how a certain function was introduced by other individuals who...
In this lesson, we will look at the types of information that the MQL4 language can handle. These types are: First: digital information or...
We will now talk about the actual steps for creating an indicator and then actually running it on the chart. By doing so, you will have put your...
This lesson will cover the steps to be taken before we practically begin programming the indicator. Then we start writing a simple indicator. ...
Here is a purely theoretical explanation of MQL4 programming language: It also applies to any other software language. The purpose of this...
This lesson will be devoted to all the necessary information about MQL4 to understand and understand this information well. This information will...
How to force the server to open the deal Sometimes the server does not respond to the order to open the transaction due to defects, pressure or...
The fifth job: DeletePendingOrders You delete pending and unfinished trades that are open edited by Expert. PHP code: int...
The third function: MyRealBuyOrdersTotal You return only the number of real purchases opened by the Expert. PHP code: int...
Here are some of the important functions I use a lot in my extras. Moreover, I think it will do you good, too. These functions are easy to use...
Global Variable Metatrader has a technology called Global Variable. The programmer can store, retrieve and share information between all...
Now the same technology we do with the bullish trend for the sale deal and it has the following code: PHP code: ...
In this lesson, we will explain the idea and modus operandi of The TrenMeLeaveMe, which has been very popular in foreign forums. Many have added...
In this lesson, we will explain more orders related to experts and business transactions and how to deal with them. With these trade functions, we...
The function responsible for closing executed transactions is: PHP code: int CloseOrders(int Magic) { int total = OrdersTotal()-1; ...
The new Expert currently opens pending positions daily. But it needs to be developed and updated and it is to delete pending trades that have not...
"Complicated and simple Mql4 codes i wrote myself" After regards, i created this thread to share with you my own programmed simple and specially...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules