General - page 13

Hi: I am testing few MT5 from different brokers, and I notice that MT5 will auto refresh the server and auto connect to the "better" one*. *the better is on MT5's standard but not user's standard. I found this annoyed, and is there anyway to turn it off (so it will stick with the same one...
How likely is this to be possible in a future update ? creating indicators on rates instead of symbol + period since rates have most members of oncalculate
I cant download my purchases, I can log into my account from google but when I tried to login to download my purchased through the MT4 it says my password is incorrect
Help me unlock I want to buy products from the store Yesterday, my credit card app was not unlocked. causing payment failure
I am looking to hire someone to write a simple script that I can edit and use within mql5.  The script needs to: set stop loss for existing order as well as create pending order when a bid/ask price is hit. Thanks
How long does it take when an already seller account is under verification for security reasons of its community members? My account has been under such procedure for tens of hours
  Empty message  (5)
Theres an empty message in my inbox , what is that
As a developer and trader, I've worked with various Expert Advisors (EAs) and have noticed that some tools gain long-term trust from users while others don't, even if they seem powerful at first glance. I'd love to hear from the community — what specific features, design choices, or strategies make
Hi Everyone, Can any of you help me with the Sginal that I bought? It is not working. how can I make it work on my account and make auto sales
Is there any way to avoid this? Right now, I have to right-click, go to the Object List, and check the checkboxes in order to make them selectable every time I close and reopen MT5 (or double click on them)
  Abritration  (3)
Hi I ordered freelance jobs and I have 2 Kenyan developers accepting job then stop replying. Duration promised time has passed. I requested for arbitration. It’s been 7 days and nothing is happening. What do I do? I want to get my money unlocked
Hello, I have had to create this separate account on MQL - my actual main MQL account is -AZ- Since Friday last week, all of a sudden, I am unable to access my main account: it initially stated that the password was incorrect, which was very strange - and the first thought I had was that someone
Been building for the MQL5 Market and man, the validation errors are ruthless. Invalid stops, invalid volume, and no clear docs to fix it all in one go. I’m compiling a checklist of every single EA Market validation tripwire — if you’ve been hit, drop your errors here and let’s crowdsource a
problem with Validation the problem is not from my product any one contact the team market
  Support  (1)
**Subject:** Persistent issue with embedding a BMP image resource (unknown resource type error) in MetaEditor (Build 4885) **Issue Description:** I am experiencing a persistent issue when trying to embed a BMP background image (file name: `gold_scalping_bg.bmp`) within an MQL5 Expert Advisor (file
Hello MQL5 Community, I am experiencing a persistent and very strange issue with my MetaTrader 5 (MT5) and MetaEditor installation where the compiler fails to recognize standard, built-in MQL5 functions, leading to "undeclared identifier" errors. This is preventing me from compiling even very
Is MQL5.com Down for Everyone in USA
Hello, my EA validation failed with the message: "EURUSD: no history data from 2022.02.01 00:00 to 2022.09.01 00:00 there are no trading operations" My code does not have runtime errors and works in local tests with complete history data. How can I proceed with the Market upload? Is this a system
I tried opening MT4 and 5 and neither would open. Or at least physically appear on my monitor. They have been working well up until a few days ago. When I tried opening a second time A message said they were already open. But I couldn't find in my Doc ( I'm on. MAC) and they were not hidden behind
Hello MQL5 Community, I'm struggling to validate my Expert Advisor (EA) for the MQL5 Market and would appreciate your insights. When I submitted the EA for validation, I received the following report: test on EURUSD,H1 (netting) EURUSD: no history data from 2022.02.01 00:00 to 2022.07.01 00:00 there
Hi I am testing a EA, I am using a fast ema handle to get the value of previous fast ema and current fast ema. Please note that for a candle T, I am fetching current value of fast ema for T-1, and previous value of fast ema for T-2. I am doing this because the current candle is still forming, so
In mql5 coding can a logic let's say cleanup invalid objects like IFVG be inside of oncalculate function and still work or it has to be outside with all its variables and loops then only called inside the oncalculate function to work. I have this IFVG indicator that I have been working on which
Hey there I would like to publish my EA on MQL5 but I’m getting some error can you please just help me with it thanks. EA still fonctionnal in real ticks on backtest Thank's you
hey how to set up your stop loss and take profit so when doing one button execution it will automatically use my set limits example set up as a 1.2 risk ratio or other
Quick simple question - what spread is used in the mt5 strategy tester?
How long will I take to be a trading mogul
Hello, I want to log into MT5 on my phone to my account and if i search up the name of my broker (RoboForex) it doesnt find anything. In fact it doesnt find any other brokers such as IC Markets. Even my brother tried this on his phone with the same result - it didnt find anything. I also tried to
I really enjoy working with MT5 and MQL5; it's a truly interesting and powerful language. I spend many hours working with MetaEditor (ME) every day, and while there are many good features, especially the platform's built-in debugger, which can be used in real time, on live or historical charts
  CodeBase  (4)
Out of interest, does anyone actually review what goes into the codebase? Just recently, I've seen a number of low quality entries - code that doesn't match the description and even one that had a flashy MarketPlace type graphic (AI robot style), but the code was an empty OnTick() loop
Hey there! I have a problem with algo trading. Specifically with this command: trade.Buy(volume, _Symbol , UpperLimit + 5 ) When command executes I sometimes get the price of ( UpperLimit + 5 + 7 ), which should not be possible. At the moment of this transaction my spread is 2. From my