General - page 65

Is there any chance to get MT5 window colors as dark colors. We can do this by high contrast mode in windows, but other than that, nothing works for a dark theme. Even windows 10 and windows 11 have dark explorer themes, but that's too, not affecting for MT5. If someone did this anyways, please
  Web terminal  (1)
Hi, can someone help me with loggin into the web terminal. when i open up the web terminal i get 2 options "connect to account " "open demo account " when i click connect to account , i dont know what the login and password is ? ive tried everything, my mql login, my own trading account logins
My purchased product in my purchased "tab" and my fund in my payment "tab" are missing please help. how do i recover them please help
Please see the mq4 file attached below
[Deleted]
Hello people. I'm a little bothered by the way some things are handled on this forum. So I created this topic to set some things straight. I'll start with a little story of myself. I started coding MQL August 2019. This was largely because I really needed to create my own Expert Advisers as I was
I have a question: what is more profitable and why - ECN account zero or standard
[Deleted]
Hello all members, During the last few days, i got a lot of problems to have access to my MQL5 account (due to Windows bugs with the network card setup). I just reinstalled Windows and have regular access again to my MQL5 account. I just saw my balance account is zero instead of USD724. The
Hello Everyone, Glad to be here. As read online learning and viewing trading systems (EA) for purchase, I often read or hear traders say in context the term "Blow Up Account". What does blow up account mean? Does it mean: A. I deposit $1000 in my account balance to trade my EA, after losses or loss
Hi All, I am currently using the rudimentary peice of code to populate 2 buffers .. one for a slow Ma and one for a fast Ma. TestC1HandleFast = iMA(SymbolArray[SymbolLoop],PERIOD_CURRENT,FastMALength,0,MODE_EMA,PRICE_CLOSE); TestC1HandleSlow =
void OnTick () { double price = NormalizeDouble ( SymbolInfoDouble ( _Symbol , SYMBOL_BID ), Digits ); // Check for long condition if (price > lowerBand && iRSI ( _Symbol , 0 , RSI_period, 14 ) > 50 ) { // Perform additional checks and execute long trade
Hello.So the system I want to make opens two pending orders 1 buy stop and one sell stop. When price reaches to one of the orders and it becomes a market order the EA doesn't open another stop until the position is closed for the day. In a scenario whereby the trade is carried over to the next day
Last monday and the monday before I had the issue with a signal that the trades were not closing on my side, although the signal closed the trades in profit. My MT4 closed the trades one hour later, in loss, due to the fact that he didn't find the matching trades on the signal. Closing wasn't
Sorry, your application has not passed automated checks and has been rejected. You have correctly filled the required data, but the Verified User status could not be granted to you for security and service transparency reasons. Please do not create a new account for a repeated application. All
  MT5 Local Time Display  (12   1 2)
I LOVE MT5 but can't believe Metaquotes can't add a little dropdown box in the corner to select your UTC offset and have the date and time formatted according to your local time... I don't care much for broker or server time and have seen and read all sort of reasons why this capability doesn't
Hello everyone I have exported the data in EUR/USD ticks to an Excel CSV file from MT5. I want to convert this data into a file in CTF format for use.Please,tell me how it can be done. Thanks in advance
Every time I open a new chart on MT5 there should be a new chart tab showing.......but it doesnt. I have researched a little to find that it was a problem a few years ago but cannot find a solution. A work around is to open all the charts I need, open the data files, delete the config and restart
Hello everyone, i m trying use a test some signals in a demo account, but ano broker have this optiom anymore. I try in icmarket and xm. Speaking with support them said the last uptade of metatrader remove The signal for demo accounts and now this is possible for real account, anyone know if there
Why are the files of the new indicators for mql5 also included in the mql4>include file
  withdraw  (4)
Why can I only withdraw $1000 at a time from the platform to PayPal? I've seen that some sellers can withdraw $5000 at once. Do I need to ask the platform to modify the limit? Thank you
I have EA RSI with moving average EA The EA work ok but sometimes did not open new trades and get error in journal “Failed to get MA value “ the code of this error // get ma value values = CopyBuffer(handleMA,0,0,1,bufferMA); if(values!=1){ Print("Failed to get ma value"); return; }
Hello Guys, I had success using the new Network Function Socket to connect in a WebSocket service. See that I receive a ping message every 3 seconds. My question is: How I can send a new message to subscribe a channel, the message is: I tried SocketSend but the WebSocket server not receive the...
Hello, I’m trying to use the ‘send_order’ function from the MT5 documentation but it doesn’t seem to be working. I keep getting the same return value from using the ‘send_order’ function with no success. Here’s my code: import MetaTrader5 as mt5 # Reinitialize outside of connectToServer function
Idea is to test EA with the same inputs but starting from every weekday of the year with 1 year of testing period for example. Found that some robots behave differently in the case start them from different dates. So want to automate this testing param as well
I have just installed mt4 trade assistant, I can place a manual trade, but trying to use trade assistant gives me the error 'trade by symbol is disabled by the trading server' autotrading is enabled on the trade assistant info tab it says trade is disabled but I can't find anywhere to change this
Hi, and thanks in advance for any help you can give! While trying to test the MACD sample.ex5 I get zero trades and zero profit but there are clearly trades showing on the chart... but a flat graph Does anyone know what might be happening here
After long inspection, I found many behaviors related to char, are not documented. I'd probably miss out them and I chose to experiment. Suspect I: when a string contains hexadecimal code, the hex code always become 2 bytes long, \xFF becomes \xFF00. Instead of prepend, it appends, losing its
I wanted to change mal5.com community login password to new one, but in the menu of profile>Settings>Security I found 'Change Password' and it says 'cannot exceed 4 charactrers' in Korean language. But, when I change the language of mql5.com into English, it shows 'must exceed 4 characters' in
the function as below shows bool CSignalMACD::ExtState( int ind) { //--- operation of this method results in a bit-map of extremums //--- practically, the bit-map of extremums is an "array" of 4-bit fields //--- each "element of the array" definitely describes the ratio //--- of current extremums
Hello mainly looking for freelances and developers on mql5. I want an EA that has been working since 1997 obv losing months can happen but not tooooooo many I want every year to be profitable. I also dont want martingale or grid to be used I can handle a drawdown of 65% The backtests to be very
Hey, as far as I know, I need to deposit money into my mql5 account in order to place a freelance order. What if I change my mind or no developper accept my order, can I withdraw that money and get it back? Thanks