General - page 487

I have to change my email address for MQL5. The method is that I have to send confirmation links from both addresses (the old and the new address) My problem is the the old does not exist anymore making it impossible to confirm. How does one get over this dilemma
Hello I want to run a robot on MQL-VPS Server located in New York Will it work according to New York time or the timing of the platform on which my account is located? Real example: Server New York time now: 11:30 AM The timing of the platform is now: 18:30 PM Thanks to all
In the beginning of subscription, assume the signal balance is USD 950 with leverage 1:100 and my account balance is USD 1000 with same leverage 1:100. When the signal places an order with 0.01 lots, my account copies the signal and places an order with 0.01 lots (=0.01 * (1000*95%/95)) as well
hello ,, i want to know how to repost my signal,, anyone know that,, thanks
which tool can i download on mt5 or mt4 that has same function as the price prediction tool on tradingview https://www.tradingview.com/x/erVqM5No/
Hello, I am creating a simple dashboard using ExtDialog with mql5 but the close button is not responding. #include <Controls\Dialog.mqh> #include <Controls\Label.mqh> CAppDialog ExtDialog; CLabel lblLotSize; int m_chart_id= 0 ; int m_subwin= 0 ; int
I have <..> on a chart but when I want to use it on another chart the indicator is not available in Navigator. Any Idea? send response to <..>
As you all know, MQL5 doesn't care to pay people their hard earned money in the US, it's a little unfortunate. Paypal was taken away with no explanation and there are so many alternatives that there is really no excuse as to why people can't get their money. A wire transfer cost $30-$40 to
I am unable to login to the terminals to access the market, anyone any ideas? I'm using same credentials as the website which logs in fine
As a seller registration i tried to get verification code three times via sms but i didn't get it once. Any idea what can be done in such cases
Hi, i have the following code: CTrade Trade; void OnTick (){ ... if (TotalPosicoes == 0 && Espaco > 0 && Signal == true ){ Trade.Buy(Contratos, _Symbol , 0 , 0 , 0 , 1 ); } else if ((TotalContratos >= (TotalVolume + Contratos)) && (Espaco > 0 ) && Signal == true ){ if
hi, I've been having trouble downloading from the market, my mql is logged in, however when I try to download an indicator it says 443 send failed [426: ]) my market folder is also missing from the navigator
I enable Copy Stop Loss and Take Profit Level in the setting of copying signals. The signal has set SL for every order. My account sets SL as well. When the signal closes an order, which one will happen earlier in my account? SL or following the closing of the signal
Hallo, I have account that subscribed to an Signal, first i use account with ID 8226 with. But it failed to copy because different pair (suffx) - So i make new account from same broker with the signal broker.. - I move the subscribtion to new account 728451 And i see that it active. But when i open
Hello! I'm currently using the MT4 platform, and broker is with markets.com. I have opened a MQL5 account and deposited enough for the subscription.  I have sufficient funds in both accounts.  When I click 'subscribe' to a signal, it opens up the MT4 platform but that is it. There is no pop up.  I...
Hallo, recently i try to subscribe some signal. After subscribe and see that subscribtion active. it already show that my subscribtion are active. - But when i try to enabled in MT5, the signal not detected. Like This. Do anyone have experience in this? Thanks, Best regards
  Copy Signal  (3)
I have two account in mt4. my account and my wife but I have one mql5 account. I buy vpn for each one and I buy same signal for both. The problem is there why the robot opens a trade with 0.1 in one account and 0.09 in the other account. I couldn't find the reason
I am using a demo account on hugosway and the market keeps freezing its currently tuesday and its freezing and it was also freezing yesterday the market watch also keeps freezing
  Agents keep disconnecting  (13   1 2)
My agents keep disconnecting from the cloud. How can I find the reason for this? I have 6 cores 16gb ram, 2 of the agents show disconnected. Is there a debug log to see why they disconnected
#property copyright "Copyright 2021, MetaQuotes Ltd." #property link "https://www.mql5.com" #property version "1.00" #include <Trade\Trade.mqh> MqlTradeRequest Myrequest; ZeroMemory(Myrequest); Myrequest.action =TRADE_ACTION_DEAL; Myrequest.type = ORDER_TYPE_BUY; Myrequest.symbol =
Hello I want do change my e-mail address, because i have now a new e-mail address. Under my account > security .. i change the e-mail address. But .. the problem is, my e-mail dont exist anymore, because this is a very old e-mail. I can now confirm my new e-mail address, but not the old e-mail
how how do i add moving average indicator in here? please check the attachment
i bought idea pro gold bot, it was taken down from mql5 but i had 4 activation's left , what to do and how to use , if anything can't be done will u give a refund or any other bot , if u can't do this what is the credibility of mql5
Hi MQL5 Forum team, I bought a few EAs from this seller. Now he has been delisted and all his EAs cannot be found in the 'MArket' anymore. May I know what happens to his EA that is with me and does that mean that the activation for only 5 computers will be ignored since the user/seller is not in
Hi, i choosed a signal trader with a leverage more tha mine to copy signals. I don't understand how does calc of copytrading is done. I red this article, but my calc is wrong. For example I have this situation: Balance of my provider: 5167 USD; leverage is 1:500. Balance of my account: 544 USD; my
Hello there. I would like to know if anybody is using a IC markets and Axi. I would like to know if there are cheap VPS for the two brokers that range from 10-15$. It would be a big help for me
hi , I am registered as seller but can not add new product, becuase the draft I have made for the product just gets stuck at validation. So, I was going to try adding new product to pass this Stuck point. See attached. I am in Market>seller tab but nowhere to start new product entry. Any idea
Hi There, I have subscribed a signal service from MQL5 website but I donot know how to connect my account to the signal service to start automatic trading ? could you please someone help me to do this? Appreciate, Masoud
How do I setup an indicator in Tradingview for alerts with multiple conditions? I'd like to have my Stochiastic fire off an alert (SMS + APP) every time the: K/D cross up BUT ONLY when its ABOVE a specified Moving Average (90 Period EMA default) K/D crosses DOWN - BUT ONLY when its BELOW a
I know Telegram provides API for people to call. Lots of people have used it to prepare tools, games, fun sharing, etc. I would like to know whether have other social communication App to control MT4 for trading? Thanks