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 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 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
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
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, Trying to find out if I can install MT5 on my computer running Windows 10 Pro, version 22H2 build 19045.4291 with all the latest updates. Currently, after downloading mt5setup.exe from metatrader5.com website, I get error: "Unsupported operating System! Please upgrade to Windows 10 or later." Is
GOOD DAY EVERYONE, I Created a custom indicator that consist of RSI and Moving average, a buy signal should pop up when MA is below level "10" and sell signal when MA is above level"90". The problem now is that the indicator is appearing on one particular pair alone and its not accurate when i try
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
Hi guys, Hopping that someone in this chat can help me out. I have tried many different EA from the marketplace in Trader 4 but no matter what kind of EA i load no trades is taken at all...Also it dosnt says that the EA Fails in the journal. I tried with all seting DLL imorts, autotrading and much
I recently set up MT5 on a new PC and successfully logged into my trading account. I can see the VPS data in MT5, and the journal appears to be fine. However, I'm struggling to synchronize the charts from the VPS to MT5 on my new computer. How can I synchronize the charts from the VPS to my MT5
Hello everyone, I downloaded a free EA tool from the market and I'm very satisfied with it, so I wanted to leave a positive review to express my thanks to the author. However, I encountered a problem: whenever I try to add a review and click the button, nothing happens and I can't submit my review
  Indonesian Member  (5997   1 2 3 4 5 ... 599 600)
I want to know how many people from Indonesia is joining this forum. If you're from Indonesia, please comment this topic..Thank you..
Hello, I use MT4 and MT5 on my MacBook Pro with M3. MT4 works fine, but in MT5 I can't add an account. Every time I try it, it doesn't connect. I tried it on another MacBook also with M3 and it also don't work. The account is possible to add on MT5 on my older Macbook and on my phone, so it's not
Hi all, I have huge differences between REAL drawdown and MT4 reported drawdown, see below: - reported drawdown is 1099 Euros, real drawdown is 2611 Euros
This function should return the highest price between the last two closed trades, i.e. from the open of the second last trade to the close of the very last trade. I don't know where I am going wrong. Help me out. //Returns highest price between the last two closed trades double Highest_Price(){
I have an ea and added a custom indicator. I added it to the resource and built it successfully, but when it was published on the market and Automatic validation, I got the error cannot load custom indicator 4802. Even though it ran successfully on the strategy tester. Please help me. Thanks
Good morning everyone, I was wondering if there's a way (or if you know an existing EA) that allows you to widen (or remove) the SL for a couple of hours at market closure (due to spreads getting wider) and then putting SL back (or close the position) when spreads come back to normal. I'm thinking
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
Hello, I want to be signals provider , my account has been approved, but when I want to show my signal, all my name and last name is shown, is there possible way to hide it
Hello, I've a problem trying to debug EA. After I press F5 to start debugging on real data I see open chart in terminal and after that chart closes immediatly with error messages: - MQL5 debugger disconnected - Expert removed I tested with different EAs and also I created an empty expert just for
Hi all, I have the following error when market is closed I tried to fix placing the followng code at the beginning of the expert, but it doesn't work. void OnTick () { if ( SymbolInfoInteger ( Symbol (), SYMBOL_TRADE_MODE )== SYMBOL_TRADE_MODE_FULL ) { Could you help me? Thank you
Hi I have recently read 'Trading Systems and Methods' by Perry Kaufman and 'Systematic Trading' by Robert Carver. Those were valuable books. Can anyone suggest other valuable systematic and algorithmic trading books? Thanks
Hello, Contract for Difference (CFD) is a derivative product, which means we do not own any assets directly; instead, the value of the CFD product is derived from underlying assets. Therefore, CFD trades are not real currency exchanges. Is there any forex trading that is not a derivative, allowing
i have an ea mq4 file i want to convert it for mt5. anyone can guide me an easy way for conversion thank you