General - page 75

Hello MQL5 community, I am not sure if it is a bug in the latest MT5 updates or it is intended, but I noticed that charts lose their comments after terminal restart. Can someone, perhaps from the MT5 developers team, enlighten me if it is intended (i.e. this is here to stay) or not? Thanks
I'm new to EA and purchased an EA hours ago. MQL5 informed that the EA was successuful activated. But log in to my several MT5 platform, I still can find the EA anywhere. In fact, I didn't see the "Market" folder under my EA folder and indicator folders. Anyone could help? I didn't see any
Hello guys, no matter what EA I want to install (Free or paid) the installation is failing. In the journal tab I get this "failed to send request downloading produt..." Error Code 1003. I am running on an VPS and I installed all latest Windows and MT5 Updates. Please help
I cant top up my account to continue with a signal subscription, so I have unmanaged live trades running. It says financial operations are limited. Anyone any idea what the problem could be
hello i am getting this error code, can somone please help. i am unable to download the product from mql5 markets
Hi, I purchased 13 indicators, on my MT4/Purchased tab, it shows only 7 indicators to install, others are not display. To install the other indicators do not display, I have to go in directly to each of these indicators to click on "Install to the terminal". However, after installed to MT4, these
Hi, is there a way to change the font size of the price scale? It is so small for my eyes. Thanks
  Can't install EA  (3)
Can anyone help me. Currently I can't install the product I bought in mql5 on my MT4, previously there was no problem. Was my account suspended by mql5, I don't understand
Greetings. I just recently rented a MQL5 VPS for my MT4 account but it keeps saying "virtual hosting failed to connect to server" when I try to sync my EA and indicators. What might be the problem?
Hey guys, I’m new here and have been trading for the past 6 months. I got lucky on NVDA CRWD META and all those AI/Tech surges and was bringing in roughly 2k per month (mostly unrealized gains). Then Friday/Monday they crashed. I’m stuck in some really bad positions but I don’t know enough to
Hello guys, I have a problem to install MT4. Basiclly it downloads me the correct file mt4setup.exe, but as soon as I run the app, all appears as a MT5. It happenes on Windows 11, but I also use Macbook as a second laptop and it works fine there. Any solution for it? I have been adviced that MQL may
Hello everyone! I'm new to coding, I want to add an indicator to the Expert Advisor, I've read a lot of literature, but I can't seem to set the condition correctly. condition doesn't work. Can someone guide me? Thank you! if (UseBands) {
Hey there! I can't connect to MQL5 because I receive the message "Incorrect Login or password" Maybe there is a solution in the forum but I didn't find anything that resolved my problem. The solution I tried is to delete the content of Community folder, restart MT5 and try to login again. Same
  OrderSend vs OrderSendAsynch  (14   1 2)
OrderSendAsynch has any disadvantage compared to OrderSend? Why it is not used by default
Hello, what happens is the following. I was trying to upload my EA to the market and it gave me an error so I corrected it, after that I upload the EA again, the validation begins and immediately the screen turns white. Please if anyone knows why this is, I would be very grateful
Hello, I have a question and at the same time a problem. I have always had a VPS with 2gb ram with 4 metatrader 4 open. Each Metatrader with a different broker and use a trading copier purchased from the MQL5 store. I've been here for several years and have never had any problems. The fact is that 3
When I try to download Metatrader 5 on my MacBook Air with the M2 chip it doesn't open. I get a Wine error message. I actually bought a newer MacBook because I thought this would help having the M chip to run Metatrader properly. See images for explanation. Can someone please help
  calculate spread  (1)
hi friends let suppose spread is 5 pip if we open a order and its TP = 20 pip then and it hits Tp, our profit is 15 pip ----------------------------------------------------------------- Now if suppose spread is 5 pip if we open a order and its TP = 20 pip then situatin changes spread = 10 then order
I optimize my EA's according to this blog from my VPS provider (3 minute read): https://blog.forexvps.net/2021/11/10/metatrader-optimization-guide-for-forexvps/ Do these changes affect my EA's in a bad way? Thank you
Hello, When i add #property strict it gives me lot of working. Before adding Property Strict : 10 warning After adding Property Strict :65 warnings Is this normal
Could anyone help? I renewed my rental of Trade Assistant MT5. I received confirmation of successful purchase within my MT5 and in a mail from MQL5. However, when I want to open TA I receive a pop up to buy or renew. When I go through Navigator to My Purchases section there is TA but with "rent till
Hi all, I'm trying to configure a new server ( ForeignExchangeClearingHouse-Live ) for MT4 iPhone mobile app, but it's not visible in the list, on desktop platform everything works fine, any suggestion to solve the issue? Thanks
my code just modify open order, It can not modify limit order. how to modify limit order? for ( int i = ( int ) PositionsTotal (); i >= 0 ; i--) { ulong positionTicket = PositionGetTicket (i); if (positionTicket == 0 ) continue ; if ( PositionSelectByTicket
Hello, I am trying to calculate Point Value and the code is working fine with Indicator but when i try same code with EA function it not working. Indicator code : int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[]
Hi, I realized after upgrade to build 4231, some of the terminal cannot get state for button correctly, I am using this code ObjectGetInteger(chart_ID,name,OBJPROP_STATE) to get the button state, but no matter ther state is active or not , it keep returning 0. Can we get MQL5 team to check on this
//... (o código anterior permanece inalterado) int início() { //... (o código anterior permanece inalterado) //Verifica as condições de compra e venda for (int i = CountPeriods-1; i >= 0; i--) { time1 = iTime(NULL, ponto final, i); //... (calcular P, R1, R2, R3, S1, S2, S3, H1, H2
  Channel Creation  (6)
Where can I see the rules of creating channels? What are prohibited and not
Hi , I need help , I have this EA code: #define MODE_LOWER 2 // Input parameters input double lotSize = 0.1 ; input int maPeriod = 50 ; input double riskPercentage = 2.0 ; input int rsiPeriod = 14 ; input int macdPeriod = 12 ; input int macdSignalPeriod = 9 ; input int bollingerPeriod = 20 ; input
Hi all, After seeing warnings in the logs about an outdated version of Wine, I went and downloaded the new OSX installer from MT5 website again and did a fresh install. All ok, except a problem is that window resizing / changing is very slow. Even with a default chart, no indicators loaded, swapping
I have noticed that sometimes when I take a trade the trade is not visible on the chart. Is there a menu I can go to for the trade so I can close the position as it is not possible to close the position through the chart. This is on the desktop. The trade is visible in the app, but I want to see it