General - page 4

  MQL5 VPS  (1)
How do I transfer my VPS subscription from the old broker to my new broker
Dear all, Recently I have been facing some issues while trying to download MT5. When I click on the download button, it redirect me to a new tab saying "This site can't be reached". Therefore I cannot download MT5 on my PC. Any solution to this issue ? Thank You
Hello everyone. hope you are well. this is happening almost everyday to me, it appears randomly out of nowhere : calculations are correct, and then suddenly when i look back again, its wrong. i have tried reproducing it but it seems to be quite random and didn't find a repeatable process yet. am i
  Want to refund  (17   1 2)
I'm very dissatisfied with AI [edit] EA—it won't open trades. It costs $1,199, but after really trying it for some days, it hasn't opened any orders within two months. I expressed this on their Telegram, but they even muted me and deleted my comments. They are really a SCAM. How can I complain? Or
  Ask for help  (79   1 2 3 4 5 ... 7 8)
I uploaded EA for sale but there was an error warning that test on EURUSD, H1 there are no trading operations test on NZDUSD, H1 there are no trading operations test on GBPUSDcheck, M30 there are no trading operations test on XAUUSDcheck, Daily there are no trading operations How do I fix it
MT5 build 2009. Just try following code: void OnStart () { string real_number = "4.467916942e9" ; //double d_amount = StringToDouble(real_number); double d_amount = 4.467916942 e9; ulong l_amount = ( ulong )d_amount; printf ( "amount: %s, %f, %u" , real_number, d_amount, l_amount);
i did not change anything. I enabled webrequest api.telegram.org like I used to. It just suddenly could not sent. In the expert massages, it says it sent tg massage.... I just can't get it
Hi everyone, The more I dive into OOP, the more I realize that my MQL5 syntax is starting to look and feel like Python in terms of concepts (readability, method chaining, clarity). One thing is for sure: MQL5 is much more powerful when structured this way. We move away from 'spaghetti code' toward
Hi, should not an indicator handle value be unique for each Indicator on the same chart ? I have this scenario: - EA create indi A using iCustom in onInit, and add A to chart using ChartIndicatorAdd (0,0,A) - indi A, in its onInit, create indi B using iCustom and add B to chart using
  MQL5 VPS  (1)
my account is blocked after done payment for vps service can you please help me for unblocked account
Is there a way to save the entire settings so I can simply reload without reconfiguring everything
Hi everyone . Iam gooing to use copy trading , but my future signal provider use small lot size - 0.001 . How can I adjust lot size to increase lot X10 or X100 ? Is it possible to use any scrypt or lock lot size in MT5 to use only one lot size on copy trading
Hello, I have registered my broker's account on the platform as a signal provider, but I get this message: Authorization failed. Please check trading account data. Can you please help? Thanks
MetaQuotes has once again demonstrated its leadership in creating innovative solutions for the financial industry. At the Forex Expo Dubai 2025, held on October 6–7, the company received two prestigious awards: MetaTrader 5 was named Best Multi-Asset Trading Platform Including Web and Mobile
  Does MQL5 have live chat?  (29   1 2 3)
Does MQL5 have live chat? If so please how do i contact them? I have submitted a support ticket for my issue but would like to know if there are live chat options so the problem can be resolved faster if possible
Financial operations blocked User: 275417275416.- During an operation: Top-up List of other user accounts provided in the chat: no other accounts Why is no one responding to resolve this problem? What do we need to do
Subject : Product validation failing - "not synchronized with trade server " Message : I am trying to publish an update to my indicator on the Market but the automatic validation keeps failing with this error: "test on EU RUSD ,H 1 (n etting) - not synchronized with trade
  VPS not working  (1)
The VPS not working, I removed the expert from the chart but still the same problem! see below photo
Dear MQL5 Support Team, I am writing to report a persistent technical error with the Automated Market Validation system that is preventing the publication of my product updates. Issue Description: Every submission is being rejected with the following error: test on EURUSD,H1 (netting) - not
  GOLD, Gold and XAUUSD  (1183   1 2 3 4 5 ... 118 119)
Hi! Is it worth buying gold at 1130
  Bot EA  (1)
Platform: MT5 Robot: Breakout Strategy Advisor Lot: 0.01 Tick: 0.01 Contract Size: 100 Stop Loss: 15 pips Take Profit: 1250 pips Problem: My Europa broker account has a SL of 15 pips, but the actual loss is $2-6. ​​However, in the Asian broker account calculator, the same robot with a SL of 15 pips
Hi, when installing the latest version of metatrader 5 the message "a debugger has been found running in your system" is shown and the installation aborts. steps to reproduce: wget https://download.mql5.com/cdn/web/metaquotes.ltd/mt5/mt5setup.exe rm -R .mt5 export WINEDEBUG=-all WINEDEBUG=-all
The MQL5 VPS is again down since morning today
[Deleted]
Hi everyone! Having a bit of a pickle here. So if I recall correctly, I registered this account using gmail back in 2018. I've always logged in MQL5 using gmail so never had any issues. But when I tried to login using my username and password, it keeps saying "Incorrect login or password." Things
What is the reason for these constant MT5 updates? It feels like every week there is another forced update. This is becoming extremely annoying and disruptive. Many of us use MT5 in a professional environment: running EAs, VPS setups, multi-terminal infrastructures, automated testing pipelines, and
How to monitor your vps in case of sudden restart or shut down, its risky if you use EA
  crypto  (1)
why MT5 dont have crypto instrument in real accounts
can I run 2 accounts of one or different brokers on the same mlq5 vps
Hello everyone, I have encountered an issue when backtesting an Expert Advisor in the MT5 Strategy Tester using M1 data (e.g., "Open prices only" mode). During price gaps where the new bar's open price significantly exceeds the stop loss level (in the direction that would trigger the stop), the
Hey guys hope everyone is having a great trading year so far. Just needed to ask for help debugging a cisd(change in state of delivery) code am working on. For the most part it is delivering the cisd upon sweep but it does miss lots of post sweep series of defending candles. Do you have any idea on