General - page 259

  Bitmap % screen  (2)
Hello everyone. We would like to create a pannel that contain a picture as header. The problem with bitmaps is that they are x pixels high and y pixels wide and on a high resolution screen they will appear smaller. I don't know of any way to adjust for this? Thank you
Hi, I have been using a EA for about one year with the MT5 native VPS with no problem, but this week I could not renew it and have to request a new one and during the synchronization I'm receiving a message of Failed with code 1. The EA work as usual on the terminal When I check the logs it seem
There are 2 issues actually, but one pertains to Wine, the other I suspect is MT5 itself. 1. Indicator settings and ```ctrl+i``` windows do not appear, must use "Esc" to clear the screen and interact with charts again. This is since an MT5 update. 2. Latest versions of wine from 6.9 onwards peg the
How to make a non-linear timeframe based on a (non-linear) user template
  Help debugging fatal error  (14   1 2)
I have some broken code (it was working until I made too many changes, and didn't save the original!!). I won't upload it as it is 1,000's of lines long, across many files and classes. Anyway, the result is that MT5 dies after calling a simple return statement (the result in this case is a long)
double ExtBuffer0[]; double ExtBuffer1[]; double ExtBuffer2[]; extern int fastma = 5 ; extern int slowma = 34 ; extern int isshowsignaltype1 = 1 ; extern int isshowsignaltype2 = 1 ; extern int divergencebars = 4 ; extern int mode = 0 ; int normalizeperiod = 200 ; string indicatorname;
hi i dont know how to pass the desposit money from mql5 to metertreader 5 real account to start trading, please help
[Deleted]
Hi all, I am curious how does MT5 set the first round of parameters when starting genetic optimization. The reason I ask is that I noticed some effects when I optimize for "max profit" first and then for R2 of the equity curve. Would that be true? If so, is there some documentation on how one could
Sorry newbie here. Simple question hopefully someone can explain. Why is it that when back testing an EA when a sl or tp is hit, a trade in the opposite direction is automatically opened? When I have nothing in my code which would open it. I have tried trade.sell and ordersend, they both do the same
How to clear limited financial operation
hi I'm looking for a developer who can develop a software bridge that takes signals from Tradestation 10.0 and enters them into Metatrader MT5 in Realtime
Hey, I am testing different brokers, because I want to switch. With metaQuotes I can't place any trades the whole Friday. Does anyone know why this is the case
This is the second week in mql5 community and till this moment I can’t see my name here I want to generate money from my signal I can’t know the standards meta quotes to put me in the public
Hi, I've been tasked with data analysis of our potential partner, who's an MT4/MT5 broker. Broker has created account credentials for me for MT4 and MT5 "Live Manager" to access this data. It seems like I need to use some special tool for log in. Standard MT4 and MT5 clients don't function for the
  trend line value  (3)
when i hover on trendline i get different value than actual
Hi guys To control (OrderSelect) the orders, we must have their ticket numbers. To catch that ticket number, we can get it when order is sent int ticket = OrderSend(............) But what if i want get the ticket numbers of all existing orders by EA (i.e. store the ticket numbers one by one into
Have you ever played Odd or Even games blinded? Odd or Even is a silly game that we're used to play over our entire lifetime, most common in your childhood and useful in many situations. If you assume a fair play, it becomes a trully lucky game, besides few people may say there are "techniques" to
[Deleted]
  Account  (21   1 2 3)
Hello, why did you Block my Account? Im a verified User with Passport. I get no answer to my Ticket. Also, mql5.com stole my Balance I had on my Account. whats your statement? Regards Matthias
On MT5 I try to calculate the realized profit for a running EA by using Historyselect(0,TimeCurrent()), loop through TotalNumberOfDeals=HistoryDealsTotal() and then query for each deal OrderProfit=HistoryDealGetDouble(TicketNumber,DEAL_PROFIT) and add them to get a total. This method has some issues
I'm looking to copy a signal from a provider, which has a 1:500 leverage in his account. My broker is allowing me a leverage of 1:400 only. I'm not sure what is going to happen for the trades. Are trades with 1:500 leverage are just not going to work? Does all trades are going to be smaller by 20%
I am just starting with mql5 , However I have plenty of experience in mql4. but for some reason I am stuck at reading buffer values of a custom indicator in mql5 this is my code : int handle; double cHigh[], cLow[]; datetime LastActionTime = 0 ; int ts_Highs[]; int ts_Lows[];
  VPS  (2)
Hello everyone - I am asking for help in transferring my account to VPS - when paying, I get an error I don't know what to do
hello how can i go by thus xm
moreover, the price I want to execute the order in is 2 dollars above and below to a specific price of a time. how can I do it
  about free signal  (20   1 2)
i can not search free signals ,not have this option ,please help me how found a good free signal, thanks
2021.05.24 06:07:03.309 MQL5 Market failed download product 'Not a scam' ( www.mql5.com:443 send failed [403: Forbidden])
In my MT4 terminal I can see in the chartXX.chr files that I have ca 1800 width and 960 or so height. This is on macbook 16 with an insane resolution, but I'm not forcing MT4 into the high resolution mode as everything becomes too small. Q: Is there a way to pull out this resolution in code in MT4
HiIm trying to migrate MQL5 to a new account within MT5 with a different firm/and broker. Formerly i was able to migrater to a different account in MT5, with the same broker, within MQL5 profile/hosting/ move account. This time. with a new account AND different broker it doesn't seem to migrate, in
[Deleted]
Hello, I am MQL4 developer, I have developed a few, very usefull MetaTrader4 tools. They are advanced,multifuction EA's with automated OrderSend options available. They provide many usefull options available from inputs level. It gives wide scope for action, especially for traders who needs such
  Please help  (8)
Hello I'm trying to separate dates for statistical analysis. I have two dates arrays, I want to separate dates that are in Array2 but not in Array1. I think my code compare each array's index by index. How can I take Array2 index then loop the whole Array1 to find a match and if there's non, then