General - page 185

Is there a way to stop mt4 push notifications from sending unrelated non EA alerts. I would like push notifications to be exclusively EA related. Thanks
Hi, so this might be a very dumb question. I'm just starting out with developing an EA myself, because I like to code and like Forex. I want to make a simple signal EA that tells me when to BUY, SELL and CLOSE a trade based on Stochastic Oscillator, MA and RSI all with my own custom parameters that
Hi~ I want to use MT5 to directly connect to MYSQL I found some articles on the Internet but couldn’t connect successfully Is there any error in my steps? Please help me correct it Thank you! ~ I downloaded the x64 version of libmysql.dll file from this webpage
I need to rename EURUSD to EURUSDm in MT5 for my signal provider to work. Can anybody help with this? Thank you
I would like to draw a chart only upto a set daytime from code, for example if the if date time is set to previous day,03:00 chart should only draw upto that 03:00 of the previous day, I searched online but only found ChartNavigate() but it only scrolls the chart back, but the candles ahead need to
  PIPS or POINTS?  (2)
I am new to MQL5 programming , I made below code: MqlTick Latest_Price; SymbolInfoTick ( Symbol (), Latest_Price); int gap = (Latest_Price.ask - Latest_Price.bid)/ Point (); My question: the result I got in gap variable... is it in PIP or POINTS
Hello to everyone. I need help a lot, and I really hope somebody will give me a helpful advice. I need to install and have on my device the MT app. Unfortunately I didn’t do it before it was banned on AppStore so now I have no idea how to do it. I heard some ways, but thought let’s ask the community
hello Why does the MQL5 service not allow me to withdraw money for those products that I did not like? After doing a more detailed analysis and chatting in the seller's closed group, I decided to return the EA and get my money back. EA has not been activated. MQL5 allows you to withdraw only earned
Hello Which indicators and systems are used by pro traders in NY / Wallstreet and trading fund? Surely they have profitable indicators and systems when they are trading big amounts of money, everyday, intraday. I know this may be secret, but since trading companies, funds, big banks have big trading
Hi, Can anyone please suggest how to subscribe to the signals, I am new to this platform
  MT5 Bot  (1)
Hello friends am looking for someone who can program for me a simple mt5 bot that can place trades after every one hour and place stop loss 5 pips below entry and To close trades after exactly 3 minutes If you are able to work on this please hmu with your bid in my email <...> any guidance will be
Hi, Can anyone tell me in what cases the field SYMBOL_SESSION_INTEREST will work and what is supposed to show? I read already Symbol Properties - Environment State - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5 but not
Hello, I’m opening this thread to topic with you the machine & deep learning tools used for developing and training AI models. Indeed, I think that MT5 has a limited capacity when it comes to AI and we maybe need powerful tools that can handle large amount of data. Currently, I’m looking for a tool
hi...what is "FTP: login failed - 530 Can't login : invalid home directory. "error
Dear All, I am facing new first time challenge with one of MQL5 freelance developers, I placed an EA job, multiple developers replied and I have selected one based on his experience, messaged him on MQL chat and we discussed everything and gave him the job description, he accepted all and made some
Hey all. So i am trying to figure out how to uncheck the 1 minute timeframe from the History Center for the EUR/USD currency pair. I'm only looking to get historical data for the 5 minute timeframe, but i can't seem to find a way to unselect it (so that it's greyed out and doesn't download any
Hi , when trying to tag a user , when there are lots of results the box of suggestions cannot be scrolled ? Had to find users tag and type it in parentheses Thanks
Hi all! I'm new to mql5 and I have published a Utility which I want to delete, becouse I was just curious, wether my code will make trough the check. How can I remove it now
Hi I am trying to create expert advisor which will detect plot arrows drawn by the indicator instantly and determines whether it is up or down, I have tried too many things, rewrite the code too many times but could not work out anything for plot arrows, One thing I have managed to do was that I
Dear forum members, can't download anything anymore (EA's, indicators, scripts, ect) from mql5 market. This issue just appeared. Before all worked fine. I use: - Windows Server 2012 R2 - MT5 5.00 Build 3555 - IE 11.0.9600.20671 What can be the issue? How to fix it? I am really desperate. Any help is
Hi developers, I was wondering if you provide the source code of the order jobs to your customer or not? Is it common to give the source code? Or do you ask for extra charge for that
Hey guys what causes indicator to be very slow on backtesting and pausing from time to time also very slow while used in EA
How do I solve this problem. See attached for picture
  MT5 on Mac OS  (2)
Why is MT5 so buggy when running on Mac OS
I have rented a vps but it is not working It says stopped
Hello Everyone, This Indicator Did not draw session box at the precession time. For Example It Start Asia Session With 5Minutes Dealy. If You Know Any Solution Just For This Indicator, Please Let Me Know. Thanks a Lot #property copyright "VDVSoft" #property link "vdv_2001@mail.ru" #property
MT5 for FUTURES HI, the field SYMBOL_SESSION_INTEREST Summary open interest Available on MT5 does have a lot of description and I see it is being used here: Free download of the 'Open Interest' indicator by 'barabashkakvn' for MetaTrader 5 in the MQL5 Code Base, 2017.03.02 I have demo account with
As subject, I just start MT5 platform, and an update message pop up, then process update. After complete, the market tab is disappear.. Anybody has same situation? problem for PC os? or
My Code #include <Trade\Trade.mqh> #include <Trade\PositionInfo.mqh> int pos= 0 ; int myRSIDefinition; MqlRates Price_info[]; CTrade trade; // To send orders and close positions CPositionInfo positionInfo; // to get info about current positions double entryPrice = 0 ;
this 2 error in the code below '}' - unexpected end of program '{' - unbalanced parentheses int OnInit() { // Initialize the Moving Averages with the correct parameters Handle1 = iMA(Symbol(), 0, 20, 0, MODE_SMA, PRICE_CLOSE); if (Handle1 < 0) return INIT_FAILED; Handle2 = iMA(Symbol(), 0, 22