Expert Advisors and Automated Trading - page 5

[Deleted]
Good day, I am experiencing an issue with the stability of my EA/ EA's. It appears to become Unresponsive after X amount of time being attached to the chart. By unresponsive I mean that the EA has been left to run on its own, without interference, and after X amount of hours I am still connected to
Greetings why is closing price higher than the stop loss? As soon as it hits my stop loss, stop loss price and closing price are not the same. When my pending orders (buy stop & sell stop) are placed everything is perfect. Once it turns into a position, price changes and stop loss changes. I tried
I sometimes see that the optimization graph does not show all results. As can be seen in the attached image, the columns in the 1-dimensional graph have no points for SellTP 120, 220, and 240. However, in the listing of the optimization results there are entries for these configurations. In fact
  Best AI for MQL5  (8)
Good morning everyone, I was wondering if anyone has experience with any AI that can really help you with writing MQL5 code and, above all, that understands the difference between MQL5 and MQL4. From personal experience, I have tried several AIs, I can say that my experience with them is rather
This looks like a very interesting EA. Does anyone know how I can view the text of the reviews for any particular EA in the codebase? https://www.mql5.com/en/code/61921 I can only see the ratings, why can't I see the review text? Thanks
I noticed most ea in the market often display from -3 to -10 z-score. I new ea I'm working on obtained this result: Honestly, I read different and contrasting opinions about the meaning of z-score. I'd be happy if someone could explain in a schematic way like: big negative/small negative/around
Greetings, Have picked up MQL programming after a few years and started with a very simple script. Nothing more then getting the tiem of the server. BUT despite the simplicity of this small piece of code this method returns a datetime in the near past which is: "2025.08.01 23:59" . When I execute
Hi, I wrote a function to get the highest obv value for the last 1000 bars. However, I got an incorrect return. (It's returning 0) Can anyone see the issue? Please help : void OnStart () { //--- // string symbol = "EURUSD" ; ENUM_TIMEFRAMES timeframe =
What is wrong: ouble GetStochasicValue( string cPair, int nPeriod, ENUM_MA_METHOD , ENUM_STO_PRICE price, int bar) { double sto[ 1 ]; int stoHandle = iStochastic (cPair,nTimeFrame1,nPeriod,price); if (stoHandle!= INVALID_HANDLE ) { CopyBuffer (stoHandle, 0 ,bar, 1 ,sto); }
  Trade Assistant  (46   1 2 3 4 5)
Here is a new indicator I threw together this weekend. This is the beginning, I'm going to add more indicators to this one as I go along. Basically, this indicator gives buy and sell signals on multiple timeframes based upon stochastics and RSI. I was going to wait until I posted this one but even...
hi guys, see screenshot, i am looking for something like this if anyone knows where i can obtain it i'll appreciate it. basically its all about scalping.. usually we have individual scripts where we close all open orders close all in profit trades close all in loss trades hedge all reverse all lock
Has anybody got a solution to "No Object Drawing Tools" in MT5 Backtester? Does anyone know if there will be an update which will include these Object Drawing Tools in MT5 Backtester
hi guys i have this code for create memory mapped file i use this library https://www.mql5.com/en/code/download/818.zip #include <MemMapLib.mqh> CMemMapFile memFile; string nomeFile = "Local\\MySharedMemory" ; int dimensioneMemoria = 1024 ; // Dichiaro l'oggetto mMap come globale CMemMapFile mMap;
Hey, everyone could anyone help me and explain the difference between 1 minute OHLC and the every thick backtest, because I have a great and fantastic results in the 1 OHLC modeling even if is a long term backtest, and in the opposite on the other modeling a weak results and negative results? How it
  EA migration to VPS  (11   1 2)
Hi, I have just rented a VPS and migrated the EA. how do I know if I did everything correctly? I dont see any trades running.
I am not a coder but I have a question about coding. Is it possible that a broker blocks the possibility to use an EA on a Demo account , and that must be implemented a turnaround in the code itself to be able to use the EA on that Demo account
Hello fellow developers and traders, I am trying to upload a newer version of my ea with some ui display but I'm getting the following errors. This happens when I upload my indicator too. Anyone experiencing the same issue? Is there a fix for this or it's an internal issue on mql? I would really
Hello, I'm working on a simple Expert Advisor (EA) in MQL5 that uses the MACD indicator on the M5 timeframe. The code relies on iMACD() and CopyBuffer() to retrieve the histogram values (buffer index 2 ). Even though the code compiles correctly and the handle is successfully created, during strategy
Hi all, I'm running a test that should only take a few minutes and its taking hours to complete. The cloud only uses 58 agents out of more than 10k which are available! Any idea why this is happening and how to solve the issue? Thanks. See screenshot below
Can somebody make script or indicator to buy and sell at market price with a user-defined key of the keyboard
Why my source code still as draft and code is not 100% complete, while the code is complete and all details are ready
I can't add product, I really dont know why, please anybody help me, I am registered and verified as a seller. I am clicking on these 2 buttons, but nothing is happening :(
Title says it all. I've been through a lot with EA coding and can do multi symbol stuff, custom performance metrics (Calmar Ratio, Avg Weekly R multiple, etc), news filtering. Yet I have never been able to create any profitable system on the 5 min timeframe. The way I build EAs might be affecting
Hello. I would like to provision compute capacity via strategy tester in the cloud. Recently, the map tab ""mql5 cloud network" is no longer displayed, so sharing is not possible. A reinstallation of MT5 as well as a cleanup of the registry brought no success. What can I do
Hello everyone...could you help me to create semi manual EA as per above image, please? The EA working after i place direct entry, then the EA will create TP/SL 30pips from direct entry. and then place limit order PO1 & PO2 with 20pips distance and SL 30pips but the TP is follow direct entry. if
Hi all, I want to use the strategy tester to perform a Monte Carlo sensitivity analysis of an optimum Set of variables already obtained with the fast optimization. I wanted to start from the optimum set, and perform 10,000 simulations with random perturbations around the parameter's optimum values
Hello, is anyone also experienced some missing tabs in the manager? There is no mql5 cloud network and scheduler tab
Calling "Comment" and "ChartRedraw" directly before "ChartIndicatorDelete" causes it to fail with Error Code 4022 (ERR_PROGRAM_STOPPED) After countless hours of work and hunting I finally managed to pinpoint the problem and come up with a precise minimalist code demonstration of the bug. //
Good day, I have been using a free EA in mt5 but today it was updated to a new version which is no longer free. Will the old version I have running still work or do i have to buy the new version? Thank you for the help
Can we submit MQL5 code to source code repository, like GitHub, from the MetaQuotes Language Editor? How can this be done? My MT5 terminal does not show an entry for Code Storage in the Navigator? Why? How can I use Code Storage with MT5