General - page 28

  Withdraw funds  (4)
Hi everyone. Is something change last time with w ithdraw on bank card option? Every time when I w ithdraw money it make as soon as I press button. Today it freez money on my mql5 account without transfer on my banck card. Thanks for help
Good morning, More than a week ago I selected a developer to do an EA for me. I selected him, set the technical task and moved on to the next step, waiting for the developer to approve the Technical Task. Days passed and the developer did not take the next step or give me anything...so I decided to
  Requote  (1)
Dear all, Sorry, I want to ask, how do I solve the requote error? Maybe that could cause the OP to fail? please help! Thank you
how to update my country of residence in MQL5? When i click edit profile that is not editable
Hi every, I am using a trade assistant that I have bought from MQL market. That is essentially an EA which handles all the trades when placed i.e. helps sets up SL, TP, Breakeven levels all virtually so when price reaches those levels it closes them. I am looking to buy a MQL Vps so that this EA
  Market Validation Problems  (11   1 2)
Anybody had problems validating their EA, service desk says its a time out... but I have a bigger slower EA that validated fine... Unless these are recent changes? This is the error i get: test on EURUSD,H1 (netting) there are no trading operations test on XAUUSD,D1 (netting) there are no trading
Is there any way to provide a means of reading the results of the optimized period? For example, I would like that when in 'forward testing', which is the execution of the results from the optimized period in the non-optimized period, it would read the optimized results and only execute those that
Hi guys, I need to OHLC database of xauusd in m1 timeframe from trading view 2015-2020. If anyone have each year, please contact me
How can I add indicators like the Traders dynamic index on the new meta trader web platform
Is there a way to get notified on my android only for major economic forex news
Hello for all i need this EA can buy or sell without RSI Please anyone can help me ? I have this code and I cannot do the coding. If anyone can help me for free by changing the code to be as I want. //+------------------------------------------------------------------+ //|
I am trying to optimize my EA, because I would prefer my back tests that run for a few days to be faster. (I am using using visual mode, but it is intentional) The thing that is slowing my program are some objects that I am drawing and moving depending on some circumstances. One thing that could be
I noticed that chart events have different lparam values depending on the type of changes done. However, nothing about those values appears in the documentation of chart events. Is it documented anywhere else, or does anyone know what each value means, or what are all possible values? For instance
Hello, I have 3 different MT5 instances on my desktop. I log in on each instance to a different trading account. I log in on each instance with the same MQL5 account. On that account, I rent a VPS. The VPS run smoothly on one instance of MT5. How to connect and migrate my chart and EA on the others
Hi, Since last Wednesday I lost the FTP connection and since then all attempts to connect fail. Edgewonk Journal-helpdesk confirms and tells me they don't register any connection attemps from MT5. I don't have a VPN or firewall active. Today my friend checked and tells me the server is down? I need
Hi, I would like to ask if is it possible to create an EA where if it makes an initial trade at higher timeframe (i.e., 4H), it will automatically open another chart (same symbol) but with different timeframe (i.e., 5M) and perform another trade automatically until SL or TP is hit
  Unusual chart  (2)
Would like seniors and professional to look into the extreme slippage and pricing issue that occured and that i have check different charts pricing during same period and trading price has never met with such lows which caused my SL to hit. Below is the details of the trade EURJPY I have attached a
. Hello guys.. I was trying to purchase a VPS on MT5 and the payment system did not process my request.. it refers me to Launch MT5 Windows Application and the VPS purchase tab opens in it... but payment process is still not allowed.. it says : Unfortunately, the payment system resulted in error
Hello, Anyone managed to pass Automatic validation of MT4 EA for the past 20 hours? No matter what EA, and I tried many EAs, all gave this error: test on EURUSD,H1 strategy tester report not found I tried to pass again a version which was passed before and also have the same error
Hello guys, which platform or app can I use for coding a mobile EA that can integrate with mt4/5 where trades are executed automatically? Thanks
I'm racking my brains to find an explanation for what is happening to excellent experts who in the past have given excellent results on gold because since October 2023 they have completely changed their results. I'll give you an example, perhaps a little drawn out in the sense that I always operate
I paid for an indicator via market and added it to an MT5 account, all was good. I then changed to another MT5 account, having deleted the first one. On the new account, I have gone into MLQ5.. my name.. Settings...Purchased.. and found the paid indicator. I click on it to bring up the page as per
I create a CustomSymbol with CustomSymbolCreate, download data and update the chart with the CustomRatesUpdate function into the MQLRates array. This all works fine. After that I update the chart with live data. This works fine too. The error I get is HistoryCache container header read error [0]
So my EA can't pass the verification check, I getting the error test on EURUSD,H1 (netting) 2021.02 . 19 11 : 17 : 00 failed instant buy 0.2 NZDJPY at 76.504 , close # 10 sell 0.2 NZDJPY 75.919 [Modification failed due to order or position being close to market] I have known this error for years
Hi, I've found that CopyTo method has a mistake Original code is : template<typename T> int CQueue::CopyTo(T &dst_array[],const int dst_start=0) { //--- resize array if((dst_start+m_size)>ArraySize(dst_array)) if(ArrayResize(dst_array,dst_start+m_size)<0) return(0); //--- copy queue
  Http 403 error  (7)
I think I was blocked for a reason I don't know. In my research, it was mentioned that this problem will be solved when we restart the modem. But my ip is static. Even if I did this, it wouldn't work. I need a way to resolve it
The MetaTrader 5 platform update will be released on Friday, March 22, 2024. The new version enhances keyboard event handling capabilities in MQL5 programs. Developers can now capture key release and dead key events, improving interaction between applications and users. The MetaEditor has introduced
  Cancelled VPS  (4)
Dear Team, I have rented VPS today and made the payment, unfortunately by mistake I clicked cancelled subscription, How I can retrieve the account?? and if its not possible, may I know if the hosting will continue till 25 October as per my subscription or is it disconnected
Hey, any ideas how to set creating new file each time position is opened or closed ? For example with lot size and direction in name
I can only find information for up to build 4260. Could you please direct where to look? It looks like I am running 4300. //--- Get the number of a build where the program is compiled Print ( __FUNCTION__ , " Build #" , __MQLBUILD__ ); Thank you