mql5

  1. Enivid

    MetaTrader 5 Client Terminal Build 5326

    A hotfix update to MetaTrader 5 version was released yesterday - build 5326. It's aim is to fix a critical issue with MQL5 code compilation and also implement two minor changes: Fixed a bug that resulted in critical crashes when MQL5 code used implicit constructors and copy operators for its...
  2. Enivid

    MetaTrader 5 Client Terminal Build 5320

    A new MetaTrader 5 version is now available for traders - build 5320. The update fixes bugs and adds some new features: Added support of service programs to the MQL5.com codebase, so they can be installed directly from the platform. Fixed a bug where previously closed charts couldn't be...
  3. Enivid

    MetaTrader 5 Client Terminal Build 5260

    Another update to MetaTrader 5 is now available for traders - build 5260. The update focuses on new MQL5 features - namely, more matrix functions and updated method inheritance scheme for classes: Added new OpenBLAS methods to work with matrices. Added two new methods to calculate eigenvectors...
  4. sagarsharma

    help needed on this simple indicator using eabuilder

    I created this indicator using eabuilder.. Its a simple strategy 5 and 20 ema crossover with supertrend .. i was able to compile the code with zero errors but when applied to the chart on mt5 it is not showing me the buy sell signals
  5. Enivid

    MetaTrader 5 Client Terminal Build 5120

    A new version of MetaTrader 5 is now available through auto-update - build 5120. It's a major bug-fixing release that patches the issues introduced in build 5100: Fixed the terminal's interface in Linux and macOS. Optimized how the platform updates the standard MQL5 libraries when a new build...
  6. Enivid

    MetaTrader 5 Client Terminal Build 5100

    A new build of MetaTrader 5 was released by MetaQuotes on Friday, 6 June - Build 5100. You can now update your platform via the menu Help->Check For Updates->Latest Release Version or by simply restarting your MT5. It's a significant update bringing many important changes to the platform...
  7. Enivid

    MetaTrader 5 Client Terminal Build 4731

    A new build of the MT5 terminal was released yesterday - Build 4731. You can now get it via the platform's update facility. It focuses on adding new OpenBLAS functions to work with matrices and new methods to process complex matrices. The change list includes: Changed how position/deal/order...
  8. Jajaofopobo

    Stalking EA mt5 code issues

    This EA trading tool is meant to open trades at intervals. My plan is that when I analyze and set up my trades with a target profit (TP) and stop loss (SL), the tool becomes operational with that trade and it should split my TP points by a certain factor and open trades at each successive...
  9. faustf

    mql4 to mql5 help

    Hi guys i try to convert this function in mql5 someone can help me ? I don't know which way to go again string MouseState() { string res; res += "\nML: " + (((state & MOUSE_BUTTON_LEFT) == MOUSE_BUTTON_LEFT) ? "DN" : "UP"); // mouse left res += "\nMR: " + (((state &...
  10. hayseed

    metaquotes trading contest

    why do you think metaquotes ceased the trading contests..... //----- this is a question that has truly puzzled me for many years...... perhaps someone here will have a more informed point of view..... when asked back then, metaquotes official response was we are investing all our time...
  11. Enivid

    MetaTrader 5 Client Terminal Build 4260

    MetaQuotes continued to update its MetaTrader 5 platform. They released Build 4260 yesterday. It can now be downloaded via your broker's server using the platform's update feature. The new version fixes some critical problems of the previous build while also introducing some new features: Fixed...
  12. hayseed

    learning mql5

    learning and converting mq5..... here's a good article from sergey pavlov on conversion...... migrating from mq4 to mq5...... it took me a hour just to figure out how to code hour in my alarm indicator..... seems appropriate...... will give explanations, reasons and charts as they are...
  13. Enivid

    MetaTrader 5 Client Terminal Build 4230

    A rather significant upgrade to the MetaTrader 5 platform was released by MetaQuotes yesterday - Build 4230. It can now be retrieved from your broker's server via the update feature. Thew new version focuses on adding more built-in indicators and EAs and on improving support for coding neural...
  14. Jajaofopobo

    MTF FRACTAL MT4 TO MT5 CONVERSION

    I attempted to convert an MT4 multi-timeframe fractal indicator to MT5 but encountered difficulties due to the differences in syntax, particularly with the absence of barshift in MQL5. I'm not acoder, I would greatly appreciate any assistance in implementing the iFractals coding (copy buffer...
  15. ezraluandre

    Virtual hosting failed while running MT5 from command prompt

    Hi, I'm experiencing an error when I want to run MT5 from command prompt. I build an EA that will automatically do optimization, it will launch a second MT5 (MT5 tester) to do the optimization. When I run the optimization for 28 currency pair for some reason at random currency pair the MT5...
  16. Enivid

    MetaTrader 5 Client Terminal Build 4150

    MetaQuotes released a new build of the MetaTrader 5 platform yesterday - Build 4150. It can now be retrieved from your broker's server via the update feature. There are quite a few changes this time: Added an option to export to HTML and PDF for the new Reports facility. Added an option to save...
  17. freygiron

    error de compilacion mql5

    este codigo me da error por un desvalance de parentesis pero no encuentro solucionarlo: //+------------------------------------------------------------------+ //| 20200.mq5 | //| Copyright 2024, MetaQuotes...
  18. Enivid

    Close All Orders (Positions)

    Please use this thread to discuss our Close All Orders (Positions) MetaTrader script. It's a simple script to mass-close orders in MT4 or positions in MT5. You can download the script from its description page (linked earlier) and ask any questions about this free script here.
  19. AbdelhadiElaz

    Сonvert TradingView indicators to MT5

    Hello, I need someone to convert the SMC and MasterPattren indicators from to MT5 version it's toke from tradingview. Please find the attached and see if it can be done. Thank a lot Greaters.
  20. CEO

    EA Can not load moving average

    I developed an EA based on a strategy and its revolves around a moving average. did it on mt4 but got stuck tho i finished the code . I created same code it mql5 and programmed the custom moving average similarly but when the EA runs s, the Journal prints cannot Load moving average...