The MetaTrader 5 platform update will be released on Friday, March 22, 2024. The new version enhances keyboard event handling capabilities in MQL5 programs. Developers can now capture key release and dead key events, improving interaction between applications and users. The MetaEditor has introduced
We have updated the MQL5.com Chat to further enhance the user conversation experience. Check out the new service interface and updated functions, such as the revised friending logic. Create groups on financial topics, join existing channels, discuss current issues with fellow traders in group chats
This thread will discuss undocumented methods of working with the mql5 language , examples of solving certain problems. It would be desirable, that this branch on the maintenance was closer to FAQ, than to discussion. I suggest that all experienced programmers share their solutions and programming
The MetaTrader 5 platform update will be released on Thursday, March 7, 2024. In the new version, the standard terminal includes 28 new trading robots and 12 technical indicators. They will assist in learning the MQL5 language and developing your own trading strategies. Also, this build provides
Almost everyone who is engaged in social or algorithmic trading sooner or later recognizes the need to rent hosting for their robots or subscriptions. Maintaining stable and uninterrupted hardware operation at home while ensuring minimal delays to the broker's servers can be quite a challenging
We are happy to announce the release of a new book entitled Neural Networks for algorithmic trading in MQL5 . From this book, you will learn how to use artificial intelligence in trading robots for the MetaTrader 5 platform. The author, Dmitry Gizlyk , is a hands-on neural network professional; he
  Python in algorithmic trading  (234   1 2 3 4 5 ... 23 24)
MQL5 is a programming language that is specifically designed for creating high-performance trading applications in financial markets. It offers faster speed and superior performance compared to other specialized programming languages used in algorithmic trading, and its syntax is similar to that of
We have released the most comprehensive guide to MQL5 programming, authored by experienced algorithmic trader Stanislav Korotky with MetaQuotes' support. The book is intended for programmers of all levels. Beginners will learn the fundamentals as the book introduces key development tools and basic
MetaQuotes' research focused on traders utilizing virtual servers for automated trading. The analysis covered the users of MetaTrader VPS , the virtual hosting service for automatic round-the-clock trading with minimal network delays. The results have been compiled into infographics to present a
General rules, enforced by moderators : Rules Please be polite when communicating on this website. Refrain from statements that may offend or insult other users, Negative discussions of any banking, brokerage and other financial institutions are not allowed, Any discussions about personal relations
  Machine Learning and Neural Networks  (741   1 2 3 4 5 ... 74 75)
MQL5 now supports matrix and vector operations which are used in various computational tasks, including machine learning. We have created this thread to select and share some materials that may be useful to you. Machine learning technology is based on neural networks. Neural networks are
I thought, why not make a good reference thread . In it I would like to cover the most important questions about the work of markets, liquidity providers, MT5 platform, which are asked not only by beginners. Приглашаю всех желающих, у кого есть какая-либо интересная и редкая инфа излагать её в
Hi all, I have my own EA that uses a Windows DLL. Is it possible to configure this somehow so that it doesn't prompt me to confirm the DLL load every time I load the template? I'm wondering if there is a flag that can be set in the template ini file? Thanks
Hello. Question about channels. I have never used them before. I created it for tests and forgot about it. I want to use it for news. What else can I use it for? Let's say I have more than 5000 friends (????? or those who have been added as friends. ). Question: 1. When I add friends, I only see
Hi, I am new to MT4 and have 2 accounts coming from capital.com. One is a real account and the second one is a demo account that I wanted to use for testing. It seems like the EAs i use in the demo account are automatically set in the real account too. Does anyone know how i can separate the two
  Off-topic posts  (1309   1 2 3 4 5 ... 130 131)
Comments that do not relate to the " Ask for help ", have been moved into this topic
Hello For some reason on my Mac I can't connect the trading accounts, although the MT5 Demo account is connected. I tested it on my Windows PC and everything is working without any problems. I don't know what else to do. The only thing is that I received an email from MQL5 saying that I was in the
i Just bought mql5 vps but get an error, Virtual Hosting: 65699 failed to connect to server 'MQL5 Nurenberg 01' (173.249.13.200:443 failed)
Good afternoon, everyone, I know that there are machine learning and statistics enthusiasts on the forum. I propose to discuss in this topic (without holivars), share and enrich our own knowledge bank in this interesting field. For beginners and not only there is a good theoretical resource in
  Become an Author at MQL5.com!  (193   1 2 3 4 5 ... 19 20)
The new MQL5 Community website at http://www.mql5.com keeps developing. We invite all of you to make your contribution to this development. The new MQL5 is the evolutionary continuation of MQL4. The new language is characterized by the support of object oriented programming, by a higher code
Title. My question comes from the following situation: when a tp level is reached, it is commonly not executed at the price it was placed . Take the following as an example. We see that the take profit was reached (127,105) . However, the execution price was at 127,115 . In this market, this
Hi, I'm developing an alert/alarm system which is supposed to trigger when a certain datetime set by the user is reached. For debugging, I'm using my scenario here in Brazil where the stock exchange's and broker's timezone is GMT-3h, the live market opens at 10AM, the futures opens at 9AM and I'm
  MetaEditor, Open AI and ChatGPT  (51   1 2 3 4 5 6)
Forum on trading, automated trading systems and testing trading strategies Test version of MQL5 Copilot in beta 3647 Renat Fatkhullin , 2023.03.23 23:11 In today's beta version 3647, we've included the first version of Copilot, a feature to enhance the editor's ability to write code. The settings
I'm using the MetaQuotes version of MT5 on a demo account. Copilot is awesome, but how do I get more? I just tried it for maybe the 10th time today (which happens to be all-time) and got the response, "Copilot current quota exceeded, check your plan and billing details." Who do I contact to get my
I want to edit a subtext in the meta trader platfrom 5 in a indicators, But in the code through meta editor its only showing one indicator their and even that sub text is present their I want to edit this text
The Main Study MetaTrader module for integration with Python - documentation Python Releases for Windows - website MetaTrader5 : Python Package - website ---------------- The Article MetaTrader 5 and Python integration: receiving and sending data - the article Seasonality Filtering and time
if mt5.initialize(path=path, login=login, password=password, server=server, timeout=timeout, portable=portable):
 print ( "Initialization successful" )

 request = {
 "action" : mt5. TRADE_ACTION_DEAL ,
 "symbol" : "6S_M" ,
 "volume" : 3 ,
 "type" :mt5. ORDER_TYPE_SELL ,
 "sl"
THE CASE DESCRIPTION I am running a lot of MT5 instances on one PC in order to test all the EAs on demo accounts before they go live. Because I need more than one instance of MT5 terminal on one PC, I am running them in portable mode. I have noticed also, that the newer versions of MT5 are
All lessons of Codersguru: https://www.mql5.com/en/forum/175653 Mql - Metatrader Development Course | www.metatrader.info https://www.mql5.com/en/forum/172885 All Codersguru lessons + questions/replies and so on are on this section Metatrader 4 mql 4 - Development course - Forex-TSD Book: https...
Would like to discuss a challenge I've been facing since 2004 (MT3 at that time). As we all know EAs rely heavily on consistent and reliable market data to perform optimally. However, in the real world, sometimes we face data gaps and anomalies (let alone spread spikes and broker-server