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
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
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
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. Приглашаю всех желающих, у кого есть какая-либо интересная и редкая инфа излагать её в
I have this code in my EA and I am puzzled by the results. Please can someone tell me where my thinking is wrong as I thought that this should load the current chart prices etc. or if it failed print the error statement and error code. It normally prints the ask price correctly and has never printed...
  Off-topic posts  (1316   1 2 3 4 5 ... 131 132)
Comments that do not relate to the " Ask for help ", have been moved into this topic
Hi everyone! I have always been curious to know which analysis approaches traders find most effective in their daily trading strategies. Personally, I have explored both technical and fundamental analysis, but I would love to hear your opinions and experiences. Technical Analysis : Do you use
  password reset  (2)
hi, how do i reset password? I know where, but I cannot remember my old one. its not saved either in Chrome settings password manager, usually i get PW there, buts its not there. How do i reset PW without knowing my current one? Thanks
Hello everyone, I am looking to improve my hardware configurations to optimize Expert Advisors backtesting on MetaTrader 5. Currently, I am considering the purchase of a new dedicated PC and would love to get some advice on the hardware configuration that best fits this need. Here are some
how to contact customer service? thank You
//+------------------------------------------------------------------+ //| LinearRegressionEA.mq5| //| Copyright 2024, MetaQuotes Software Corp. | //| https://www.mql5.com |
I need a EA that can perform more than 500 transactions per week with a profit of 2% and DD of no more than 10%
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(){
hi i download metatrader 5 from https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe?utm_source=web.installer&utm_campaign=mql5.welcome.open and after download when i click on file ... is no action and no running any one can help me
Does anyone know why I can't log into Metatrader 5 Mac software? The same trading credentials can be used to log in on the web platform, but not the Mac software
I have an EA that I bought on my MQL5 account. Can I give the EA to a friend to use it? He has of course a different MQL5 account. Will this work
Artificial intelligence (AI) is changing the way we buy and sell in the stock market. This discussion is about understanding how computers use AI to make quick trading decisions. We will look into how AI can spot patterns in the market, make predictions, and decide when it’s a good time to trade
Can a MT5 signal work on a MT4 trading account
Hello, I know that the broker can set the limit of the maximum lot size for each trade, but I had this question, is it possible to set my metatrader5 in such a way that I cannot enter more volume than a certain lot size? Also, I tried using mql5 to cancel the orders sent when using on click
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
MetaQuotes has launched new MQL5.community information channels on Facebook, X.com (Twitter), and Telegram. These channels provide daily publications of relevant technical materials from the MQL5.com Articles and CodeBase sections. They are designed to promptly update developers on algorithmic
Hey there! I'm working on an MQL5 trading algorithm but facing a challenge. I want to activate a trailing stop feature only after the stop-loss has been adjusted to breakeven. However, I'm having trouble getting it to work as intended. Can anyone share insights or suggest alternative approaches to
Good day, I have an Indicator that I use that I need a popup & sound alert added to the daily timeframe only; The indicator changes color on reversals and pullbacks and when there's a change of trend...so I need notification of a color change but on daily timeframe only