General - page 13

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
how to contact customer service? thank You
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
  Errors, bugs, questions  (31885   1 2 3 4 5 ... 3188 3189)
Error after the CopyClose command #include <Trade\Trade.mqh> double Arr1[],Arr2[]; int OnInit () { ArraySetAsSeries (Arr1,true); ArraySetAsSeries (Arr2,true); return ( 0 ); } void OnTick () { CopyClose ( "EURUSD" , PERIOD_CURRENT , 0 , 50 , Arr1); //CopyClose("GBPUSD",PERIOD_CURRENT
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
  Hedging Strategy  (5)
Hello everyone, I'm using an EA which is working based on hedging strategy. It put several pending orders at the same price, However after triggering prices are not the same. Can anybody help me to solve the issue
Hi, I'm using EA which allows selecting trading symbols by entering their names in the input field of the parameter window. My broker on each symbol has a suffix of (£). When I'm trying to enter the name of the symbol in the input field, after saving it returns i.e EURUSD(? instead of EURUSD(£). It
  Trade tab disappeared on MT5  (16   1 2)
After the platform seemed to be frozen, I deleted the app and reinstalled it. When it came back on , I no longer had the trade tab . I have positions opened that I cannot access , can’t close it. If I press on the positions, nothing either. I don’t know what the problem is. Please help. Laurent. 561
Is it possible to set zooming to central part? I mean when you have chart open, pressing zoom and your charts is zooming from left edge of window. For me it is stupid becuase im not looking on the side of my monitor, im looking at the center part. Then i have to find out where am i... wasting a lot
Hi, I have an issue with my metaquotes Id on the MT4 phone app. About a month ago I started received notifications from another user who seems to be using the same Metaquotes ID as myself. I am being bombarded with notifications sometimes 30-40 per hour which is causing havoc as I use the phone to
Am I the only one whose EA or Indicator posted on Market got removed without any explaination? What are the reasons of removal? What are the requirement for posting product on Market
Is it no longer possible to vote on Codebase? Thank you