Expert Advisors and Automated Trading

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
  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
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 want to analyse each EA trading from the trading history report in MT5. If a position closed by SL or TP, [sl xxx.xx] or [tp xxx.xx] is written in comment field in the report instead of original comment. I don't know which EA trades the position. Is there any way to keep original comment which EA
statement and question. I do a test with optimiser and have list of results from that optimisation; but when i right click on that line of results, and click do single test, I get a very different result. WTF why? Nothing has changed. I only did the test on Monday. The optimiser finished today and i
What to do when your chosen developer is unresponsive ... Hasn't even agreed to my job leaving me hanging ... Yet at the outset 5 days ago was pushing me to award them the job ... Still showing as FREE I don't even know their name only that they are Russian (Thank you MQL5 for the freelancer flags)
Any experts to assist with my mq5 EA to improve on its profitability. I have spent a lot of months on it, and I am unable to figure out how best to improve on it
  Issue with strategy tester  (12   1 2)
Hey guys, I have been encountering an issue with the strategy tester on MT5 since some time. I used it before to run tests and everything worked perfectly until yesterday I launched a backtest and it kept getting stuck at the stage of loading data. I will show you a picture of what the Journal is
Hello, I'm sorry if the question sounds a bit dumb. I sought ways to improve my strategy and decided to add Parabolic SAR signals. So I wrote this small class to handle that: class ParabolicSARSignal { private : int handle; // Indicator handle double
Hi guys i try to create my trade manage and it work but i have only one big problem when i try to minimize the panel it do it , but when i try to maximize it it create me a devastated panel after close and reopen my frankenstine panel i use a absolute coordinate for create it , this a bug for MT5 or
Hi all, maybe someone knows whether there will ever be the possibility of showing "Positions" in the backtest report? In MT4, they were clearly listed using their Open price + time, Close price + time and their total profit/loss. In MT5, only "Orders" and "Deals" are shown with no real connection to
Hello, Just a post with a suggestion regarding how the balance and equity curves are displayed. It seems the balance curve makes a gap each time a profitable/loosing trade is opened/or right after entry (no gap if the trade is breakeven), and not when such a trade is actually closed. So basically
I have successfully installed and used the MetaTrader5 package on Ubuntu without any difference on Windows. Here are the instructions. 1. Install Wine with the following command (skip if you already installed) sudo apt install wine 2. Install the MetaTrader 5 platform for Linux according to the
What is MQL5 Wizard : The MetaTrader 5 Trading Platform includes the MQL5 Wizard , which allows to quickly generate code of an Expert Advisor (Expert Advisor builder). With MQL5 Wizard, knowledge of programming languages is no longer a prerequisite for creating trading robots . In the past, it
  Look for Best EA  (6)
Can someone tell me which ea is the best in MQL5 market ? There are so many EAs in MQL5. It is difficult to find good EA
Hello. When I want to load an EA in mql market, during verification it gives me some errors that give me a headache. The first time it gave me Risk lot calculation, then I modified the code and another error appears with trade opened 0.2 lot. // === Risk lot calculator === double CalculateRiskLot(
Hello everyone, I am currently trying to develop a panel that requires aligning text with the right edge of a graphical background layer. I have been using the TextGetSize() function to calculate the width of the text and attempting to position the text by subtracting this width from the right
EA works with the Strategy Tester. It also works on real accounts. However, I get an error in the automatic market validation. The error is "strategy tester report not found". What should I do to resolve this issue? The EA is for sale, so the code is private
How can I set the default value of an integer input parameter based on chart timeframe? For example if loaded in 1min, the default value becomes 123 and for 5min chart it becomes 456
These are the results of my strategy, both use data based on real ticks of the same currency pair and the same strategy with the same inputs and conditions, the only difference is that the real tick data from one is from Pepperstone broker and the other is from Dukascopy. Would anyone know why they
Hello all, on trading view its possible to create currency baskets like the yen basket (JPYBASKET) but on mt5 I'm not sure how to go about this. I have zero experience in create custom symbols other than downloading tick data from dukascopy so I'd thought I would ask if anyone knew how to do this
I have seriously lost it, my patience has snapped with this thing. I am so sick of absolutely screaming and going bat shit crazy just because MQL5 can't do something as simple as retrieve a magic number. It is not difficult for this thing to comprehend something so simple, but I have never been so
Can someone help me with this? I’m optimizing a new EA, everything begin correctly but then some Agents finish while others are stuck going over 100%, the overall optimization remains blocked. Optimization at 1:53 pm After 10 minutes not even a new pass executed
I found out about how to implement the Ichimoku indicator in my EA, but it can only read the values that the Ichimoku takes according to the main chart. Instead, I want to find a way where I can compare the Ichimoku values to the Levels I set for it in the beginning, levels like 80, 20 that are
Good evening everyone, I use which doexpert advisor not have capital protection...can you help me
Hello everyone and Happy Easter to those who celebrate! Recently I ran into very interesting issue, MT5 strategy tester generated trades don't match at all on chart and in journal, let's say, in the backtest tab I see 11 trades, and the chart is showing 2793 trades. I expect a high number of trades
Hi, I made an EA (this is my first Ea) and when testing it, even there is no date and time variables on it, the orders on Friday are not executed and the Diary send a message "market closed". The startegy is based on the direction of an MA and it has 3 variables for stop loss (stoplosspoints
Based on the documentation which lists a Login and a Password entries, I thought creating my custom config file that would allow me to run EAs programatically from a Windows command line should be a relatively straightforward task. I created the following very basic .ini file, almost identical to
I have a question about this mt5 python solution, do i understand this solution correctly, you need to install for every mt5 account into which you want to login also a seoerrate mt5 terninal on the same comouter? Or can you just login to any mt5 account with this python libary without need to
i am fairly new to coding. its been two days since i have been working on this. compiling it brings 2 errors, i have checked the trade mqh file for help. but made more errors on the way. here is the code. #include<Trade\Trade.mqh> // Create a Ctrade instance void OnTick () { // create an empty