[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
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
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
New user here, I have profited $400 in 3 weeks trading .1 so my question is am I doing ok? I started with Meta 5 Algo trading but I was getting killed so I started doing it manually and have been much more successful. Just would like thoughts on what to expect. Thanks in advance
Hello, I have an issue when calling MTTESTER instance from an Expert Advisor with an indicator attached to a foreign symbol. I discovered this issue when using iSpy but I tried with other indicators and get the same results. For the first day of the tester time interval, all ticks of the main symbol
Hi all, I added a new account in my MT5 desktop app. I can trade with this new account, but I noticed that the little man is yellow, why? the other accounts are green Thank you in advance
Hey, I know many people would tell me to post a freelance order and see if any developers accept it and are able to achieve what I want. I currently have no money but I plan to sell one of my belongings to fund the development of the EA. I just wanted to know if it can be coded or not or if there
I bought a robot for mt5 and I still haven't seen it in my purchases, can you help me please, it's been 48 hours
Hey folks, I'm accessing many symbols based on EA settings. Those symbols might not be in the market watch of the user. I use SymbolInfoTick, SymbolInfoInteger and SymbolInfoDouble accessing the symbols (checking the price, swap, volume, etc.) They fail or return 0 in case a symbol is not in market

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.