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
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
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
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. Приглашаю всех желающих, у кого есть какая-либо интересная и редкая инфа излагать её в
MQL5 has my bank card details stored but my bank have changed my card. I cannot find how to update my card details, Can anyone help
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
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
I started with $10000. But then the backtest result came out the initial deposit $0.00 has anyone seen this ? Please see attachment
Hi, When i'm using MetaTrader 5, when the timeframe is over the chart hangs, the timer doesn't show and the new candle doesn't form and even the current rate doesn't show. Sometime I have to wait for a minute to see next candle. I'm trading in shorter timeframe 1, 5 & 15 minute and if the next
I bumped into this, when I wanted to find the exact time of the EURUSD's low, 7 jun 2010, 3:00 (currently displayed time on 1H chart) Some facts first: 0. I live in GMT+2 timezone. I am talking about access.metatrader5.com:443 demo server. 1. in the past, MT5 displayed times in GMT+1 2. now,...
Please be gentle. I have been through the documentation, and adding or moving data between arrays is not straight forward. I'm trying to take the open and place all of the values into another array, so I can use ArraySetAsSeries for another function. void OnStart () { //--- MqlRates rates[];
  Update an EA.  (2)
I am struggling to upload the new version of the EA. The EA requires the user to activate it because it can only trade once a day when there's an event
Just wanted some opinions, i went through the website, some tutorials/videos and the "bells & whistles" as far as optimization goes, look honestly pretty impressive, has anyone tried this software yet
So, i have made this code to print the list of all trades made in the backtest. But it does't print anything, there is trades (i did't shared the strategy code, but there is roughly 40 trades executed in the backtest). Could someone please help me fix my code
Hi there, I am currently despairing over not being able to properly configure MetaTrader 5 → Tools → Options → Email (or rather it's a MT5-specific issue). This is, however, a prerequisite for the SendMail() -function to work. I've tried it with many different email providers, but none worked
hi there mlq community, i m new to algo trading, recently found some open source bots, tweaked it, optimized it and they are giving pretty good results on real tick data, my strategy/bot is based on 2 moving averages crossovers and i optimized it for 1 minute timeframe on gold, back
- Hello Guys! My name is Hieu Nguyen, a new seller and author in MQL5 market. As I put my product on the market for sell, there were few clients who bought my product - Even though they leave reviews and comments, these review-stars and reviews are not appearing for my products. Is that anything I
When SL hit it will double the lot size and when trade close or tp hit it will set lot size to default
Hello, Is there anyone know solution of this kind of issue I am facing? In order to widen candle there are only 6 scales. The 1st is the most thinner candle. The 6th is the most wider candle. Is it possible to show candles more wider than 4th scale and more thinner than 5th scale at metatrader5? My
dear friends i just want to add notification to my mt4 indicator as following information: frame-currency-buy or sell thanks
I have read in MT5 release notes "Disabled and deprecated Signal* functions. They will now return empty signal sets." Why is that? Are signals going to disappear
Hi everyone, Does anybody know what is the problem with this simple code? I want to change the vector values but I get error in compiling. vector HA_Candle = { 1 , 2 , 3 , 4 }; HA_Candle = { 2 , 3 , 3 , 4 }; ERROR: '{' - expression expecte
I would like to export my MT5 optimizer results but it seems not to work. Unfortunately your site will not allow me to attach a .XML file. I have tried two different terminals with the same result, both build 4330. The first line of the output relates to the error - " This XML file does not appear
I want to add a Martingale Strategy that If Trailing SL Hit the next trade will be 0.02 lot and 2nd SL hit trade will be 0.04 and so on and my all trades closed on crossabove or below of 50MA
Hello,i´m actually trading with Ava-Trade and use their Ava Meta Trader. I just wanted to join a Signal via MQL5 but the "Signals" - Tab is missing.Does anybody have an idea on how to get it working?Best regardsSteve