General - page 117

I'm trying to upload my prodcut to the market but got shown the subject error message. The product is compiled by latest MT4 build 1415. Whichi build is required
Good day, My EA have been working fine on the MQL5 VPS, but since this morning it doesn't open trades. I have stopped the server and reloaded everything, and started all from fresh and synced all windows and EAs, but still when the trade closes it does not open any new trades. Any help in this...
Hello I am looking for information and unfortunately I can not find it on the site. If you abstain from one or more signals, do you have to pay with the money you have in your trading account or by credit and other such payment?
Hello, Why isn't my market overview updating in real-time? Can someone help me
[Deleted]
Hello guys i cannot access my old mql5 account. Whenever i enter the correct username and password its saying Authentication Denied. The thing is its not saying wrong username or password or login failed. Moderators help me out
Who can convert a remove border script from mt4 to mt5 (paid)? The mt 4 script attached
Hello, I know, the Volume generally mean Lot size in MT4 when we are opening new orders. But what is Volume in chart? What kind of information or data it shows?. And how it is useful
Can anyone plese create an Non-Repainting indicaor on mt4 or mt5 according to there instruction : Indicator Creation : Create an MQL5 program for an indicator that operates on live charts in MetaTrader 5 (MT5). This indicator should allow users to select a specific timeframe for analysis. Buffers
I got already signal on one account. To insert second account do i need to register the Ea again
I got an email from my broker saying mt4/mt5 will no longer be available after April 24. Is this true? And why
How to hide the current positions in the signal
  Hosting VPS  (1)
How to move my VPS hosting to another machine(PC)? Thanks
Why does the strategy tester stop as soon as it places the first trade
I have been looking for information as to why MT5 is no longer an option in the Web trader app. Can't find any information as to the reason? https://metatraderweb.app/trade?version=5
Do you know how to change the default value permanently ? Because after restarting MT5 - One Click Trading Panel doesn't remember my choice
I just made a self generated EA code for testing. Even after reading the documentation, I am confused how it works, especially on where the value "significance" is based. Anyway, I just want to ask if this code opens order only if all of the conditions are met, or it opens order even only one
Hello, I want to count the open pending order. But my code cannot count correctly, can anyone give me a help? Thanks int ChecklimitedOrders16( int MagicNr) { int TodayslimitedOrders = 0 ; for ( int i= 0 ; i< OrdersTotal (); i++) { string OrderSymbol = OrderGetString ( ORDER_SYMBOL );
Hello Guys! I would appreciate if anyone has some insights here. My problem is that, I'm running my expert advisors in mt5's VPS, and sometimes the EA doesn't take trades that it should, however when I re migrate the the EA takes a late trade under the setup that It should have taken. What I'm
I really hope somebody can help here. i have been trying to connect my ftmo demo account to metatrader 4 with my creditentals and added it. but it keeps saying no conncetion what i am doing wrong here
I want to edit a subtext in the meta trader platfrom 5 in a indicators, But in the code through meta editor its only showing one indicator their and even that sub text is present their I want to edit this text
Hi all, I have my own EA that uses a Windows DLL. Is it possible to configure this somehow so that it doesn't prompt me to confirm the DLL load every time I load the template? I'm wondering if there is a flag that can be set in the template ini file? Thanks
Hello everyone. I really hope to get some hints where to dig further. Till now i could not mange to find a way to calculate the Margin of open Positions while looping through them. The only thing i found was Lot-Size regarding Risk-Management. But was not able to build a connection from that to the
Hi, I want to use my subscription on MT5 to MT4, how can i proceed? Thanks, Jean
Hi, I am new to MT4 and have 2 accounts coming from capital.com. One is a real account and the second one is a demo account that I wanted to use for testing. It seems like the EAs i use in the demo account are automatically set in the real account too. Does anyone know how i can separate the two
Hello. Question about channels. I have never used them before. I created it for tests and forgot about it. I want to use it for news. What else can I use it for? Let's say I have more than 5000 friends (????? or those who have been added as friends. ). Question: 1. When I add friends, I only see
Hello For some reason on my Mac I can't connect the trading accounts, although the MT5 Demo account is connected. I tested it on my Windows PC and everything is working without any problems. I don't know what else to do. The only thing is that I received an email from MQL5 saying that I was in the
i Just bought mql5 vps but get an error, Virtual Hosting: 65699 failed to connect to server 'MQL5 Nurenberg 01' (173.249.13.200:443 failed)
Title. My question comes from the following situation: when a tp level is reached, it is commonly not executed at the price it was placed . Take the following as an example. We see that the take profit was reached (127,105) . However, the execution price was at 127,115 . In this market, this
I'm using the MetaQuotes version of MT5 on a demo account. Copilot is awesome, but how do I get more? I just tried it for maybe the 10th time today (which happens to be all-time) and got the response, "Copilot current quota exceeded, check your plan and billing details." Who do I contact to get my
if mt5.initialize(path=path, login=login, password=password, server=server, timeout=timeout, portable=portable):
 print ( "Initialization successful" )

 request = {
 "action" : mt5. TRADE_ACTION_DEAL ,
 "symbol" : "6S_M" ,
 "volume" : 3 ,
 "type" :mt5. ORDER_TYPE_SELL ,
 "sl"