I hope this message finds you well. I am currently facing an issue with an expert advisor on MetaTrader 4, and I would greatly appreciate your assistance in resolving it. The error I am encountering is "Initialization failed (32767)" . I’ve checked the code and attempted a few common troubleshooting
Hi System Traders, For those who use Gmail SMTP to send email alerts for their EAs' notifications, what are your plans after 30th May 2022 when Google plans to stop 'Less Secure Apps Access' of Gmail. MT4 email sending depends on this currently. Does anyone have a solution for this? This is part of
Hello everyone, I am interested in developing an Expert Advisor (EA) using Python and would like to incorporate an indicator developed in MQL4 into the process. Could someone guide me on how to integrate an MQL4 indicator within an EA programmed in Python? Specifically, I would like to understand
Issue with Downloading Products from MT4 Market - Error 500 Hello Support Team, I'm experiencing an issue downloading products from the MT4 Market. Terminal Build: 1422 (1430) Product Compilation Build: 2409 (2415) Error in Log: 2024.11.04 11:57:44.453 MQL4 Market : failed download product 'Exp '
Hello, <Deleted> and is available on the MQL5 Market, however the download produces the error: "MQL4 Market: failed download product '' [500]", as you can see in the image below. I tried to make a new update (15.32) hoping that it would solve the problem but there were no changes and the problem
Someone to give me Meta Trader 4 32 bit version to install on my Windows 7 Clear software , no brokers , please Thanks! I try to install Meta Trader 4 iCmarkets but ask me Windows 10
Dear Fellow-MQL-Afficionados! I started with MQL4 for about two months and have been carrying out some more orless successful experiments. However, I keep running into problems as soon as I try to use the function: iMAOnArray! In order to try to really understand this function I did some...
Dear All, I have designed an EA and ran it for a while and it has worked correctly. The EA is installed on 5 different charts on my MT4 terminal connect to a VPS. Recently, I noticed the EA has stopped working on one of the chart (BTCUSD symbol) while others are still working. I rebooted the VPS and
Hello //+------------------------------------------------------------------+ //| TelegramCopier_GOLD Only | //| Copyright 2024, | //| Email: |
I'm trying to install the MT4 image freshly downloaded today from AXI broker (10/30/2024), but the unzip app keeps unpacking the old installer pkg from MQL5, which I downloaded and installed last 10/16/2024. It seems there's some data hidden in my Macbook, which I can't find. Deleting the old MT4
Hi all, I need to get pause in back test by code to verify some things, I don't know how to do. Can anybody help me? Thanks
Hi, the documentation on iCustom says that you can pass input parameters from a custom indicator. I would like to pass: #property indicator_level1 1 (or something similar) As this is not an input parameter as far as I'm aware (I'm a beginner) how might I express this? My idea is to have an EA take
Hello fellow traders Im new to the coding world. So like some help. I have made a code and try to backtest. But nothing happens. Could some help me? #property copyright "Setsuna Isac" // External variables extern double LotSize = 0.1 ; extern double StopLoss = 50 ; extern double TakeProfit = 100 ;
I have been trying to write a function that calculates the maximum lot size allowed on my account based on my account balance. I am entering a market order so there aren't any stop losses, I put those on after the trade has been entered. I am only trading one position at a time so I can use the full
Tried to add Stoploss to the Expert advisor " MACD Sample" which comes with the MT4 , But its not working and executing only the BUY orders. Pls. need help in correcting my attached coding. Thanks in advance
Hi All, Does anyone know how can I export Contract specifications (the one under CTRL + M shortcut) to Excel/.csv or where can i find it in MT4 files? It would be great if there is possibility to download them in a bulk. The most important for me is to get all swap values. Thanks in advance Failaps
Hi. i am a beginner and was practicing some basic codes but i faced 14-15 errors. i made them all ok but whatever i do the open parenthesis error wont go away. could you please see where the problem is? and there is another error, 'else' - illegal 'else' without matching 'if' please help me with...
Hi, I have FFCal.mql4 indicator (file attached) and I would like to use it into a mt4 EA to filter open trade from impact high and medium news economic. To use this indicator into EA it is necesary to put this code below into EA code: // EA Setting variables extern int MinsBeforeNews = 120 ; //
Hi, I'm teaching myself how to program in mql4 and while working on an indicator I came across this problem on line 83. MaxH = Prices[ ArrayMaximum (Prices,period,i)]; the compile error is: 'MaxH' - some operator expected I wondered if anyone could give me some advice as to what I've done wrong
Hi everybody. I always face losses with symbols that ranging for "TODAY" and can only make profits with symbols that volatile for "TODAY". I'm finding ways to forecast / filter only the selected "volatile symbols" to trade for "TODAY" and to avoid those ranging symbols ... What I can think of is as
please help me to support the mt4 , quotes , the platform every time forzee , i ve a power full pc , that is not the problem , i d like be supported by mql , becouse i am using indicators from the market this problems happens every days , and sometimes one of them works but the other not , please
Hello Developer Team, I found a very serious bug in latest MT4 update (version 4.00 build 1421 on 22 Jul 2024). It's MathRound() function always give result 0, which is incorrect. I tried to make a simple script just to print out the result of MathRound(1.23) or any double value, it always give
I found that the MathRound function does not work correctly in the MT4 terminal (latest version 1421) on Windows Server 2019 double Lot2= 0.305 ; if ( SymbolInfoDouble ( Symbol (), SYMBOL_VOLUME_STEP )!= 0 ) Lot2= MathMin ( MathMax ( MathRound (Lot2/ SymbolInfoDouble ( Symbol ()
Hi, I need some ideas. I want to reset a flag when a new daily bar is formed. The problem is that sometimes, when a new daily bar is formed, the MT4 server stops, and the flag doesn’t reset. Is there any way to solve this? datatime Day_Open_Time; if (TimeDay( TimeCurrent ()) !=
Hi, I have written a simple range detector because others I found did not display in tester and had too much visuals like boxes that I don't need. Its losely based on the LuxAlgo range detector in TradingView. Anyway when I load the code into a chart It looks pretty similar to the TradingView
Hello. What is the best and easiest way to copy settings and files from PC to an external VPS? I have tried different ways, but somehow, in the end, my EAs do not load on the remote server. Is there a problem with license? Do I need to delete the EA on the PC first? I have been trying all day, and I
Hi all, i am new to mql4 programming and i would really appriciate your help. I am trying to place a custom picture on the chart. I looked all over for working solution but i can not find it. I followed the example on MQL4 documentation but i can not figure out what i am doing wrong. Could someone...
My android phone can receive test alerts for push notifications from my Mt4 on desktop, but I'm not receiving actual trade alerts on my android phone
Anyone have a known solution for not receiving push notifications from Windows desktop to Mobile Android (MT4) consistently? I have tried to search on this, but so far no clear answer. So far I have allowed MT4 push notifications to DO NOT optimize for battery saving
Hi; I know you can build a "setup menu" that lets users set parameters for the EA. No problem there. What I want to know is if it is possible to let users enter a value during execution of the EA? I am presently using the MessageBox command with Yes/No buttons and track the values of the buttons
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.