General - page 2

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)
Good afternoon, everyone, I know that there are machine learning and statistics enthusiasts on the forum. I propose to discuss in this topic (without holivars), share and enrich our own knowledge bank in this interesting field. For beginners and not only there is a good theoretical resource in
  Become an Author at MQL5.com!  (193   1 2 3 4 5 ... 19 20)
The new MQL5 Community website at http://www.mql5.com keeps developing. We invite all of you to make your contribution to this development. The new MQL5 is the evolutionary continuation of MQL4. The new language is characterized by the support of object oriented programming, by a higher code
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
Hi, I'm developing an alert/alarm system which is supposed to trigger when a certain datetime set by the user is reached. For debugging, I'm using my scenario here in Brazil where the stock exchange's and broker's timezone is GMT-3h, the live market opens at 10AM, the futures opens at 9AM and I'm
  MetaEditor, Open AI and ChatGPT  (51   1 2 3 4 5 6)
Forum on trading, automated trading systems and testing trading strategies Test version of MQL5 Copilot in beta 3647 Renat Fatkhullin , 2023.03.23 23:11 In today's beta version 3647, we've included the first version of Copilot, a feature to enhance the editor's ability to write code. The settings
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
The Main Study MetaTrader module for integration with Python - documentation Python Releases for Windows - website MetaTrader5 : Python Package - website ---------------- The Article MetaTrader 5 and Python integration: receiving and sending data - the article Seasonality Filtering and time
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"
THE CASE DESCRIPTION I am running a lot of MT5 instances on one PC in order to test all the EAs on demo accounts before they go live. Because I need more than one instance of MT5 terminal on one PC, I am running them in portable mode. I have noticed also, that the newer versions of MT5 are
All lessons of Codersguru: https://www.mql5.com/en/forum/175653 Mql - Metatrader Development Course | www.metatrader.info https://www.mql5.com/en/forum/172885 All Codersguru lessons + questions/replies and so on are on this section Metatrader 4 mql 4 - Development course - Forex-TSD Book: https...
Would like to discuss a challenge I've been facing since 2004 (MT3 at that time). As we all know EAs rely heavily on consistent and reliable market data to perform optimally. However, in the real world, sometimes we face data gaps and anomalies (let alone spread spikes and broker-server
Hi all, I have a problem with an indicator that generates a custom Symbol. When I apply the indicator on a chart, in some cases I have the attached error. Could you explain what kind of errori is it? I didn’t find discussions or articles about it. Thank you
Hy guys, please help me the following issue. I researched for many hours already and cannot fix this issue. mq4 file: #include <TEST.mqh> // Input parameters input int variable1 = 10; input double variable2 = 20; No warning when I only compile the mq4 file(where I also use these variables) but when
Hello everybody! I would like to know if it is possible to make a panel stay on top of each and every other graph window that is created, In other words, it always stays on top of everything in the metatrader, or at least that when switching chart windows this panel does not minimize... Below is an
Hello, I provide shared IP VPS services for Forex in Laos and have found that my server is blocked from accessing mql5.com, with the cause unknown, making it impossible to install mt4/mt5. Naturally, this affects all VPSs on my server. I need to change the internet ip for my clients I would like to
  Thank you, William Roeder!  (34   1 2 3 4)
I feel that this needs to be said, even if I am the only one to think this way. Many have criticised @William Roeder because of his posts appearing to seem somewhat cold-hearted or even rude. His posts are certainly unforgiving. But one cannot deny the value of his posts and the effort and
According to manual/release note using CopyRates with COPY_TICKS_VERTICAL flag should create same matrix as transposed matrix without flag: //+------------------------------------------------------------------+ //| bug_verticalcopy.mq5 | //|
Good day to all, I am wondering if there is a way to capture the indicator data (ie. buffers) from the data window using python? a function similar to CopyRates()
Hi All, Is there anyway to increase the font size on the Equidistant channel. The one that appears when you are dragging to set parameters.. The older I get, the harder it is to read :( Thx
When opening a chart window in MT5, a 1-hour time period chart will be opened by default. I want to directly open a chart window with a time period of week. Where do I need to set it
I'm curious to hear from experienced traders and signal providers : what strategies have you found most effective for promoting your trading signals? Are there specific platforms or channels that have yielded notable results? Any insights, tips, or guidance would be greatly appreciated. Looking
  errors 2  (2)
as you can see the system is not user friendly added pictures and locked up. all i need to do is contact vendor for program im renting to get direction. mql5 will not let me navigate to a place to send message for help. technical problems need to contact author of program I'm renting to get
  Indonesian Member  (5982   1 2 3 4 5 ... 598 599)
I want to know how many people from Indonesia is joining this forum. If you're from Indonesia, please comment this topic..Thank you..
Hi, I want to know the reason of why this EA can’t buy and sell automatically? what the problem is ? it there any solution for it? if someone know please help, I have no one to get help from and really unable to hire freelancer to solve my issues. I post this issue multiple time but no one helped
Hi again, I have a problem my EA program does not buy and sell automatically when I backtest it , I can’t recognize what the problem is that this code can’t buy and sell , if anyone know , help me please. Here is the code : //+------------------------------------------------------------------+ //|
I would like to display data on the chart in several lines. How could I do it without defining a new object for every line? I tried the following: ObjectSetString(0,"InfoTable",OBJPROP_TEXT,"First line\r\nSecond line\r\nThird line"); ...but it displays the string in one line. I've tried both...
Hi All, What is the reason of " Product restore prohibited'. My product was hidden, can I reupload the product? Thanks
I have already balance check, min and max lot size check before opening trade, but i am still getting this problem, any one who knows how to solve this
Hi, I have an expert advisor to buy and sell the EURUSD pair. I also have a custom indicator. Both use the same exact logic to BUY and SELL. However, the expert advisor does not produce the BUY and SELL signals in the position in the same position as the custom indicator. The custom indicator