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
On Saturday, June 15, 2024, we will be conducting technical services on the mql5.com website. The maintenance is scheduled to start at 10:00 GMT+3 and is expected to last approximately 4 hours. During this period, the website and all its services will be unavailable. We kindly ask for your
The MetaTrader 5 platform update will be released on Friday, June 7, 2024. The new version features the following changes: MetaTrader 5 Client Terminal Terminal: Fixed errors which could cause incorrect operation of the Live Update system under certain conditions. Terminal: Added new hotkey, Alt+X
The MetaTrader 5 platform update will be released on Friday, May 31, 2024. In this update, we have introduced new analytical objects to the web platform. Now, you can utilize the ruler to measure time and prices, draw shapes (rectangle, ellipse, triangle, and circle), and add labels to your charts
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 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
  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
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. Приглашаю всех желающих, у кого есть какая-либо интересная и редкая инфа излагать её в
Hello house, I am developing a strategy for trading wide intraday gaps on stocks gaps, The type of gaps I am particularly intetested in are the type that appear like minus aigns all over the chart, the price is static for a period of time amd then suddenly takes a leap ans stays put again
Hi everyone, I should start by saying that I’m quite a beginner, so please forgive me if the question might seem a bit silly. Let's take an example: I have an account with 10k dollars, contract size = 1, and leverage = 1:25. I want to open a position on US30 with a 490 pip stop loss, with 1% risk
Hi, Here I have the code that I want to check when ma8 cuts ma21 from bellow I want to place the buy order and when ma8 cuts ma21 from the top I want to place the sell order, How can do these two in if statements that I leave them empty in the code? #property strict
  No symbols  (3)
Hello! I am new to metatrader and this question is probably easy to answer for you guys but when I log in using various demo accounts I never have any symbols. Therefore i cannot do anything. I used one of the account from Vt Markets with their MT5 version and it's all good. But I would like to be
Hi MetaQuotes team, A request for development hopefully for a next update in the near future. Currently, when right clicking on an optimization result to run a single test, MT5 displays the trades on the chart with a standard display/template, and not all indicators are on it. It would be so much
Is there a way to set a specific time for platform to execute an order automatically? For example, at 12:15pm to sell 0.2 of usd/jpy
  Marktübersicht  (1)
Hello everyone, I have a question, hopefully someone can help me. If I open the market overview and want to select a new column under columns such as "Volume", "Order Volume" or "Buy Volume", the program lets me display this column but the display is empty. Does anyone know how I can display this
  Gallery of UIs written in MQL  (162   1 2 3 4 5 ... 16 17)
Recently, while tidying up my old laptop, I accidentally stumbled upon a folder lost in the wilds of directories. I clicked on it. And there it was. Nostalgia. A darkness of pictures, gif-files, screenshots and all kinds of windows of multi-coloured GUI and controls.... All written by me in MQL4/5
Hi all, I downloaded and tried to compile Serhii Ivanenko's Simple Hedge Panel (https://www.mql5.com/en/code/1771) but am getting an error. I've contacted the author w/o reply & am trying to read up to fix this myself. I've never coded before though so am on the basics (what is a function, what is a
When using function ChartScreenShot, it return true but I don't find any image file (PNG). Thanks in advance for your help
Could someone tell me how to remove the asset headers from the window tile? Regards, Juan
Hi, my indicator is generating Notifications which i can then trade manually. Is there an EA in the market that can auto trade the notifications in MT4 ? Please assist. Thanks ckm
  Become an Author at MQL5.com!  (196   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
  Server error  (2)
Because the exchange changed servers, the signal was disconnected. My account currently has followers, what should I do
Hi, I want to implement an automated EA that do rollover contracts few fays before expiration, using symbol name and SYMBOL_EXPIRATION_TIME I know when i decide to rollover, the piece that i'm missing is how to "guess" what is the n next expiry contract name, let each hour I check if I enter to
  SMTP connection fails  (12   1 2)
I am trying to switch my MT5 to a new mail server and I am getting weird errors when I test the email settings. I had no problem connecting to this mail server and sending emails via SMTP from several other applications, so I am pretty sure it works correctly. MT5, on the other hand, encounters
  MT5/mql5 reported and confirmed bugs.  (109   1 2 3 4 5 ... 10 11)
I will use this topic to post reported bugs to Metaquotes in a centralized place. Please DON'T POST here without contacting me in private firstly. I don't want this topic to become garbage and polluted by useless discussion. So contact me first please, we will check together if the bug is confirmed
Hello, I'm trying to calculate the minimum amount to open a position in some assets and I can't find the formula. For example, I have $10,000.00 and I want to divide it into two equal parts to invest in two different assets. What is the maximum lot size I can buy for each? Taking EURUSD as an
Hi, I tried to use your copy trading system. I used my own account as the signal provider and used 5 other accounts to do copy trading from that signal provider. Everything run well the first 3 days. However, in the last 2 days, all 5 accounts went crazy. They made all wrong transactions and made me