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
Analysis of test results and optimisation in the MetaTrader 5 strategy tester
(222 1 2 3 4 5 ... 22 23)
Let's look at the results of the tests on one and a few characters. The tests will be conducted in All ticks mode. You can use your own multisymbol EA schemes to reproduce the problem and share your results. Let us denote the problem. For example, if you test one symbol, the test time takes 1
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. Приглашаю всех желающих, у кого есть какая-либо интересная и редкая инфа излагать её в
This is a screenshot of the trades. I’ve extracted the entire trading history, consisting of more than 2,307 trades, and they all look similar to what you see in the screenshot. He is trading on a demo account as part of a trading contest. If needed, I can upload the full trading history in the
Hi all My EA is different in teser and prop firm account. Please help On 7 Sep, 2026, the no. of lot increase by 1 in tester , but not in prop firm account Prop firm account The function is as follows: int LastLotCnt() { int re; long l_timecurrent = TimeTradeServer (); double
I'm trying to develop an SMC indicator in which I plan to integrate to an EA. I'm curious, in regards to POI/order blocks. What is the usual algorithm to implement this key aspect
the Copied trades.mq5 is generate by Ai assistant, which wrongly non-stop open order. Why??? It's real Money
Hi, i am creating a preconfigured version of a MT5 to easily install on multiple vps with experts and templates already configured. So far i have been able to have Automated Trading enabled, the check for algo trading in the expert enabled, and also the login account configured. I am launching the
Hi all! I'm trying to deal with resource management and/or path resolution when consuming resources that are supposed to be shipped with the Expert Advisor or are supposed to be used during Backtesting. This is in the context of me writing my own Expert Advisor. Not someone elses. For example: I
this script converts the chart's ticks into any Second(s)timeframes !!! the Script works only for XAUUSD, you can modify it to work with other pairs or other names of Gold pair. Example custom periods: S5 S10 S15 S20 S30 S45 S50 Once the Second(s) chart is generated, you can apply almost everything
A must ! Before using it or asking any question : please read the Online Help (Also accessible by F1 on your MT5 platform) Strategy Tester For Traders General overview of the possibilities. Overview of results : Visualize a Strategy in the MetaTrader 5 Tester The general information about
Hi Everybody, Request : I need a script/ code to add to EA to ensure EA opens a maximum of x orders (x buy/x sell) at a time. If a script, it will make sure once x orders are reached on MT5 terminal, it can not open more until it decreases. Back Story For transparency : I am currently optimizing an
For me, EA validation should be a multi-stage process rather than relying on a single backtest. I would normally look at: Backtesting over different market conditions, not only the period where the strategy performs best. Out-of-sample and forward testing to check whether the logic remains stable
This is with version 5.00 build 5998, I have reason to believe it has been existed for a long time before. After compiling, hovering mouse on log entries opens a pop-up which shows more details. That is especially useful for checking the exact location of include or source files, as sometime
Hi everyone, I’m new to MT5 and need some help with an Expert Advisor on an Equiti MT5 Demo account. Manual Demo trades work, and these settings are enabled: MT5 toolbar: Algo Trading ON , Tools → Options → Expert Advisors → Allow algorithmic trading ON , EA attached and allowed to trade , Terminal
Trying to find others that trade with EA's so we can try to prevent each other from making mistakes that one of us has already made.. please comment below and lets get this group started
Hi MQL5 Community, I'm working on an EA specifically for XAUUSD and running into some interesting challenges that I'd like to discuss with fellow developers. The Technical Challenge: Gold's behavior differs significantly from major currency pairs. While EUR/USD responds predictably to technical
Hi guys, I used to experience intermitent issues with the Tester Visualization hanging on "Waiting for Update" but usually if I forced close it and retried a few times or changed the symbol it would start working again. However, now I am completely stuck. No matter what symbol I try, how many times
Hey everyone, I’ve been working on a few high-frequency EAs lately, mostly geared towards passing prop firm challenges. Some of my systems are pushing out over 10,000 trades a month. I ran into a massive bottleneck with tracking live, real-tick drawdown. Standard MT4/MT5 mobile push notifications
Hi all I am an IT guy and just finished my first EA using breakout stragety and it is working on my prop firm account. I want to start another new EA, any strageties are good ? Hope some experienced traders can help this IT guy. Thanks Peter
I need an authoritative clarification for technical validation of MetaQuotes-Demo XAUUSD. Environment: Company: MetaQuotes Ltd. Server: MetaQuotes-Demo Account: USD-denominated DEMO Symbol: XAUUSD MT5 build: 6151 Our captured XAUUSD specification confirms: Swap mode: points Swap long: -12.6 Swap
I need an authoritative clarification for technical validation. Environment: Company: MetaQuotes Ltd. Server: MetaQuotes-Demo Account: USD-denominated DEMO Symbol: XAUUSD MT5 build: 6151 On 2026-09-03 at 10:21:51 UTC, SymbolInfoCommissions("XAUUSD", rules) returned 0 , meaning no symbol commission
Do you think there is an EA that combines multiple MT5 strategies and manages them automatically based on drawdown, equity, or market conditions? Would that be useful or just overkill
HI all, a general question on the python API and more specifically propfirms. I was wondering if the brokerside is able to see that a Python API is being used to place trades - I'm currently in the process of passing propfirms which do not allow the use of EA's/ require their mql5 source code to be
Hello everyone, I am currently having fun, programming and developing EAs with different strategies. And here comes a question: I would like to make some sort of "validation manual" for EA. What methods of testing do you use while programming your Experts? What does your validation process look
Good Afternoon ! I Always use M1 and 1 minute OHLC in tester configuration windows for optimization an its ok until 2026 june, I update Metatrader to version 5 build 6140 now 2026 august and now I have to set timeframe to same as I set in tester parameter window. Example "Mean Reversion.Ex5" example
I bought mini VPS ...it worked perfectly fine for some days and gave me 1.3ms latency rather 0.38ms but it worked well for me ...but from 2-3 days latency dropped and yesterday it was 3.8 and today it is 4.9ms...and in journal i saw an order took 18.1ms to take place...this is causing my EA to miss
I need a help how to lock my EA/Script based on my login account number and one broker only such as "FXDD" ? example: my login number in my broker "FXDD" is 12345 , and I want my EA/Script can run only in that login number and FXDD broker. please help NOTE: better if you can give me an example of
Hi, I'm using MT5 terminal build 1730 64-bit. I'm running EA in strategy tester (visual mode). This EA has panel with buttons BUY and SELL for manual trading. Why buttons aren't changing state (pressed or not) when I'm clicking it during testing as it works in MT4?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.