General - page 72

HI all! I'm developing a "Helicopter View" of all symbols and all timeframes. My approach is using sufficient handles for the built-in indicators. Thus, creating & freeing the handles intensively as the following #include <Telegram\ Comment .mqh> #include <Indicators\Trend.mqh> CiBands BB20;
I have the latest Version, but get this error
Hello, The android metatrader 4 application, build 1357 keeps resetting the chart, cancelling out any changes made. I have configured the chart 4 times so far and it keeps resetting. I have not been able to ascertain what exactly triggers the reset as on 3 occasions it happened within 24 hours of
[Deleted]
  MQL5.com technical Help Desk ?  (35   1 2 3 4)
Is there technical support for the MQL5 site when it does not concern a financial problem ? The Service Desk is only interested in financial problems, but there are other technical problems that should be followed up. Thanks
Hello, I have problem because I didn't cancel my auto renewal VPS (I didn't use it last few months) and in Sunday it has been extended. I know that it is to late to get back this money but there is another problem. I cancel it yesterday but I just want only turn off my auto payment and use this half
// tradeExecuted is a boolFlag to check if pending order has been placed if (tradeExecuted) { // Check if the pending order has been activated if (orderResult.order > 0 && OrderSelect (orderResult.order) && OrderGetInteger ( ORDER_TYPE ) == ORDER_TYPE_BUY ) { Print ( "order has
So I'm used to accessing an array values directly; and so it made perfect sense to me in MQL4. It was driving me nuts trying to figure out how to do it MQl5 so I gave up and asked the 'evil AI' what's going on and it's solution was Copybuffer; In MQL5, you can still work with arrays directly, but
  confusing in backtest  (16   1 2)
hi everyone i had wrote a EA in mt5(mql5), that my codes include ZigZag indicator# so when i perform strategy tester and run backtest when the display mode is active the graph and result are good, but when it is disable the graph goes down and result is bad !!! where is the problem? please help me
I have this sample indicator that detects candlestick pattern . The problem is, the alert is looping after the pattern was detected. Is there a way to limit or set a number of how many time it can alert? Hope anybody can help, here is the source code and thank you in advanced. void OnTick () {
Have been using a symbol changer indicator worked great until about a week ago and thought it was a corrupted platform. Installed a new version and the problems continued. The problem is easily replicated. Download the free indicator from the MQL5.com Market, load it onto your chart. Click on any
I started a trading signal in May 2024, with monthly profits above 10%. However, by July, the trading history for May was deleted, leaving only June's history. Now, in August, only the profits for July and August remain. Why is this happening? My account always seems to be in a newly opened state
Hi As topic the cloud agents always drop from 250 down to 100 or 50 or even less after it reach a certain number of results? so it cant finish running the optimization Thanks in advance
  Error 5002 and 5004  (13   1 2)
Hello, I have problems when I run my code in the expert tab it gives me errors 5002 and 5004 2024.08.03 13:06:14.710 LunariaRNNPest (Step Index,H1) Verifying the directory: Common\Files\2 2024.08.03 13:06:14.711 LunariaRNNPrueba (Step Index,H1) Directory verified/created successfully: Common\Files\2
Hello, I would like to erase the log of the Strategy Test automatically, every time I launch the Strategy Tester. Is there a solution ? Thanks, Pierre
Dear Administration, I kindly request your assistance with an issue concerning the re-purchase of licenses when the activations from a previous purchase have expired. Issue Description: Some clients, who purchased my utilities 5-10 years ago, are now unable to buy new activations. The "Buy" button
Hi! I installed a fresh Metatrader 5 instance to be sure and I reproduce the following issue: - OS: Windows 11 Pro ( VIrtual machine ) - Worked perfectly previously before the last update - Installed a fresh instance of Metatrader 5 with default settings - Refresh the Navigator to fetch Expert
  Simple Indicator  (9)
Hello I am trying to build a simple Indicator. It should display arrows when the price crosses the previous day's high, low or closing price levels, and a check symbol (position entry signal) when the next candle closes above the previous candle. P. S. I m a beginner. I get 27 errors. Can someone
Hi All, a couple of my EA's work fine live, but they don't in the strategy tester (e.g. don't open / close positions); others, dont' work at all neither live nor in the strategy tester. I would appreciate if any fellow trader could be so kind to give me an advice. Thanks in advance. Best
Hi guys. I'm trying to read in a csv file with 2 rows and 8 columns and I keep failing. I'm able to open the file, however I cannot yet access the content of the file. Here is my code. //+------------------------------------------------------------------+ //|
Trying to write a custom script in MQL% Editor. But I always get an error message when I compile. I have double checked the code and it is well-written, as other programmers and even AI confirm that there are no issues with the way the code is written. Yet MQL5 compile gives error feedback. Someone
Hi There, When I am optimizing my strategy on MT5, the Cloud Network shows " Ready " , but in actual it never starts. What to do ? Thanks
I Download Meta tester agent . and start it but it does not work properly
Hi all, currently, I am creating the python script to pulling m5 data (login with XM broker). Yesterday, the code ran well but it failed today. I have tried to run the code in jupyter notebook but it still worked well (receiving the data), however it returns empty when using termial to trigger the
Hey good people, I'm about three months into my algo trading/coding journey and I have managed to whip up a live MT5 trading bot using python that does exactly what I want it to do. It works purely off OHLC data, pure price action; it is also time based (starts running from 7am UTC everyday) and
Hi, Is there a way to customise time in MT5 to your local time zone. Cheers
  What is wrong?  (9)
Hello guys, i am not very good with mql5, but with the help of chatgpt i tried to transform a Supertrend Script from pinescript to mql5. This is my Code: //+------------------------------------------------------------------+ //| SuperTrend.mq5|
According Trading Platform - User Guide : Report — the name of the file to save the report on testing or optimization results. The file is created in the trading platform directory. You can specify a path to save the file, relative to this directory, for example, \reports\tester.htm . The
I'm on Macboock Air M2, MacOS Sonoma and I also have the same problem of constant restarts, what should I do? I've had it up to here
My first post. I am seeking a tool / platform that will allow me to upload a 24 hours trading history and see each trades profitability over time from open to close with a chart as well. Any thoughts
Well, due to the conversation of this thread, I have considered it opportune to open a new one to expose the pros and cons of MT4 versus MT5, and why I consider MT5 to be better. Basically, MT5 has many more interesting features that help in trading, and MT4 has too many limitations in my opinion