General - page 177

I have a problem with my purchase through PayPal The amount was withdrawn from my balance Payment error! The payment system reported an error while processing the payment. Please check the entered data and sufficiency of funds on your account. You can also select another payment method . If the
I mistyped the trading account number when I tried to connect the signal I am subscribing to another account. What should I do? Must I wait for one week before I can switch to the correct trading account number? Shouldn't there be a warning of something
  else and else if?  (17   1 2)
When should you have else and else if, is there a rule to follow, I've seen both in code? And I can't get a clear answer from the documentation
When I initially applied, I thought the user name could be changed later, but now it seems like it's not possible. Can I change my user name now
There was a post here about generic code, making an impressive effort and attempt to solve that with template methods. The main drawback of the template methods presented here, is that a template method can not be a virtual method and thus can not be used in building a class library . Hence, I
Forum please help I have changed location please how do i edit because i need my account. Reason for editing is for funding. My toys needs upgrade. Please help
MY WAY OF FOREX TRADING: I Learnt about forex trading from a friend of mine some years back. The guy told me this thing makes money, he was happy, he was making 20 pips a day at 0.1 lots a day. His account was 8000, so it was pretty easy to survive. He had survived for 3 months by Gods grace
Hi all. I'm experiencing a problem with an EA I'm currently running on my live account through mql5 VPS. There is a trade running for 5 days now, but when I run it through strategy tester, it should have ended 3 days ago and 2 more trades should have been opened in the mean time. Also, my manual
[Deleted]
Hi, What is the difference between Experts and Utilities in the Market please
i'm learning mql5 and I'm trying to learn the structure but there's a problem when I'm trying to run The Script void OnStart () { MqlTick price; // Declare a variable of type MqlTick to hold tick information SymbolInfoTick ( _Symbol , price); // Fetch the current tick information for the
can i save all the symbols with its current sorting to use it after reinstall or another MT5 Terminal ? thanks
Hello! If there is anyone from Sweden who is doing Trading and trying to write programs , please contact me so that we can develop together
  How to report a bug with MT5?  (22   1 2 3)
I would like to know general process for reporting a bug with MT5. I have created a dotnet6.0 C# DLL. MetaEditor can locate the DLL functions and code compiles ok, but MT5 is not finding the required functions inside the DLL. Note this issue does not occur with very old version of C# DLLs. How to
Greetings community, I am using the strategy debugger and I don't understand why the variable 'puntosGridPrima' is resulting in a negative number. 'puntosGrid' is an integer whose value is 200,000 and 'MathRand()' is a random number between 0 and 32,767. In practically all the iterations it has
  MQL  (1)
How to Change From MQL 5 to MQL4
I am using an indicator (free) called "buy-sell-signals-arrows-indicator". I don't have the source code. Comments are in Russian but I have tried changing the 3 variables with True or False options and I still get the pop-ups and sound signals. Is there any means of over riding the these actions
Greetings, I'm trying to duplicate PineScript's bgcolor() function call in MQL5 - so far I've come up with: color canvasColor = clrLightGreen ; // Choose the color you want for the canvas ObjectCreate ( 0 , "BackgroundCanvas" , OBJ_RECTANGLE_LABEL , 0 , 0 , 0 ); ObjectSetInteger ( 0
I wanted to buy a free EA, the download it and then logo in my MT4 to my MQL5 account. But i can' download this EA, after request to me if i have MT4 it happen nothing
I was wondering if it is allowed to sell a .set file to someone. It are not the default settings, but optimized settings I changed. It is not my EA, but I did found these settings by myself. I know that it is not allowed to resell a bought EA, but how about this .set file
Hi has anyone else had this problem? MT4 (New build 3866) is not working on Windows 10 I am getting error "THIS APP CANNOT RUN ON YOUR COMPUTER" (32-bit operating system, x64-based processor)
Hello, how can I get back the indicator money I bought? What are the conditions
Dear Guys, I simply coding show panel on my chart. but My panel breakout when I change timeframe. I attach screenshot where I show how my panel breakout. below I my code: int OnInit() { m_Symbol= _Symbol;     if(ExtDialog.Create(0,m_Symbol,m_subwin,10,30,200,265)){...
I cannot figure how? I was told a week ago on that forum I cannot have 2 different accounts on one MT5 platform (or terminal?) and was told under the same MT5 account I can open multiple terminals and each account on my terminal. I may have misunderstood. Explanation appreciated Tks Denis
Hi, 1. How to insert an image in my topic ? I want the image to be seen directly, without clicking, like the images from here https://www.mql5.com/en/forum/277762 I don't have the "Insert Image" icon. 2. Also, I have tried to paste here an image from my Clipboard. I can see that image when
Why Is my Metatrader 5 telling me I have to update to windows 21H1 and will it interfere with my trading
[Deleted]
Let me ask you how to create a signal, what is the way to charge mql5?For example, if I pay $ 30 a month, my monthly income is 20% x $ 30 or 20% x 30 $ x the number of people copying my signal. Please show me how to contact mql5 to ask questions. Thank you!
Hi MQL5.community, As my topic's title. Is it possible to use a US Cent account to copy a signal? For example US Cent account. Wait for your answers. Yours sincerely, Giang Nguyen
I have a high spec dedicated server with plenty of free CPU and RAM. When I run 10 MT5 terminals it works ok. But when I start the 11th terminal it goes very wrong. And this doesn't just affect the 11th MT5 terminal, but the whole of Windows, for example, if I right click on the task bar there is no
Hi I've been using MetaTrader 5 app for windows 10, but after 15 minutes or so the app just closes by itself and all the indicators, objects etc. are reset. How do I fix this. I keep doing the same things on the charts and all of it gets constantly reset. I dont know what files to attach and the app
this is my code for getting buy limit order in mql5, but when the code is compiled, there are 2 errors: 'OP_BUYLIMIT' - undeclared identifier, 'OrderSend' - wrong parameters count bool result = OrderSend ( _Symbol , OP_BUYLIMIT, 2 * OrdersTotal ()* 0.01 , Bid- 100 *