https://www.mql5.com/en/code/mt4/indicators downloaded about 5 custom indicators from here, put to my folder, compiled them, but none of them are working. input window don't even appear. what's the problem? help please. build 1420 my folder address
have a nice day. Below is my code structure. However, I cannot plot this data on the graph screen. Can you help me. I'm new to MQL5. double BUFFERTOP[]; //// int ema1; int ema2; int ma1; int ma2; int highW1; int highM1; int loww1; int lowM1; int closew1; int closeM1; double valueema1[]; double
Hi, due to my testing setup i need an idea how to avoid automatic update from metatrader. Is there an opportunity how to handle with it. Or possibe to rollback to older Version
u sing thi s code: but not working for some rea son...help... each time return s la st profit, but not multiple clo sed order s, which clo sed at the same time. / /------------ double LastProfit( int tip) { double cnt= 0 ; for ( int i=OrdersHistoryTotal();i>= 0 ;i--) {
Hello everyone.. I want use below indicator on MT5 EA this is possible..? // @version= 5 indicator ( "ALİ ALT BUY DENEME" , overlay = true ) Kol_Linii = input ( 2 , "Количество линий" ) Signal = open [ 3 ] > close [ 3 ] and open [ 2 ] > close [ 2 ] and open [ 1 ] > close [ 1 ] and close > open and
It is so fractured !! I try millions solutions on online but nothing can help me. I bought the EA from MQL5 but can't load it on my MT4 server. I try to list down all the details I got, so hope the community can solve my issue without longer discussion thread. Device (1) : MACBOOK Parallels Window
Hello everybody, Since 2 days, all my metatraders 4 (macos, ios and windows 11) stop to connect to trading accounts unless I deactivate my ExpressVPN. I have been working with MT4 + ExpressVPN seamlessly during 3 years and since 2 days it just does not work anymore. I've spent hours with ExpressVPN
#property copyright "CopyLeft, Aad Slingerland aka 2733, januari 2024." #property version "1.11" #property link "https://www.youtube.com/playlist?list=PLCNIo-MSrmGdD7pCCGh7-uPxdXxnBn0Da" #property description "https://www.youtube.com/playlist?list=PLCNIo-MSrmGdD7pCCGh7-uPxdXxnBn0Da"
Hello, I am not taking Stop Out Level, Risk Percentage or Stop Loss into the consideration, The maximum lot size i can take in my account with Account Balance. While calculating the Lot size one major problem is Forex = 100000 Unit Gold = 100 Unit Silver = 1000 or Maybe 5000 Unit Similarly for
hello, my case now is I purchased EA from market and cant load it in my mt4, ‘C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\xxxxxxxxxx\MQL4\Experts\Market\name EA.ex4’ other EAs are fine. Im using MT4 ICmarket. reinstall several times already
Hello. Is there a way that I can retrieve the commission cost by a script in MT4 (as I could retrieve the swap fee)
hello everyone, a few months ago I entered my demo account information as a signal which allowed me to obtain live information from my account (drawdown, number of trades, open trade, etc.) and I could see the trades live without necessarily connecting to my MT4 account. For some time now it has
I'm trying to enable outgoing email on my MT4 platform. I have Microsoft 365 essentials via godaddy. I have used smtp.office365.com:587 along with my email/pw along with from/to Mt4 Test keeps saying that the login failed. I'm POSITIVE the email/pw is right
Hi Does anyone here know a way to measure execution speed/latency of a trade? I want to compare different brookers and vps servers. I know how to ping their ip in the cmd. But i dont think that shows the whole picture? For example i ping one of my ECN broker and the results on avg is 64ms In this...
Hello, Let say, Account Balance / Free Margin : $200 Leverage : 1000 Currency Pair : GBPUSD Account Currency : USD Currently i am using : https://www.hfm.com/int/en/calculators/position-size-calculator and this show accurate Lot size but i am looking for formula so i can code into my EA. How can i
Hi All, I am a new to this and it might me a stupid question but would appriciate your advice. The problem is that the profit results of my EA on back testing are not making sense, i have attached one example (see the highlighted in yellow rows). My EA opened a gold buy trade at price of 613.40 on
ICMarkets Denisha chat support says this: Please note that IC Markets’ server time and charts are GMT + 2 or GMT + 3 (when daylight savings is in effect) To align the daily chart candles with New York close (5pm ET) IC Markets server time and charts are GMT + 2 or GMT + 3 when daylight savings is
// Regina Gold Expert Advisor // Author: Aldan Parris // Version: 4.50 #property strict // Define input parameters input int rsiPeriod = 14 ; // RSI period input int maPeriod = 20 ; // MA period input int bbPeriod = 20 ; // BB period input double bbDeviation = 2.0 ; // BB deviation input int
I've noticed that very rarely when internet connection falls for a few seconds/minutes, after it is back online MT4 DOES NOT reconnect properly. What happens is that the top triangle at the bottom right of MT4 comes back green, but the bottom one remains red. In the journal tab (log) the following...
I’m getting the message; LiveUpdate: old version, try to download new one In the past when I relaunch the mt4 terminal it automatically updates itself and restarts with the new version but now it is stuck on “old version” with no connection Should I wait for a fix or continue installing a new
im having this problem for my EA on mt4 Can anyone help ASAP why is this happening, cannot load 'C:\Program Files (x86)\MetaTrader 4\MQL4\Experts\Trinsaux.ex4'
(18 1 2)
cannot load 'C:\Program Files (x86)\MetaTrader 4\MQL4\Experts\Trinsaux.ex4'
please help to resolve this issue it shows this error cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\2191F4A3D14D7B4B1EBB84F924777883\MQL4\Experts\GBPUSD KILLER .ex4'
does anybody know why the EA that work properly a few days befor now does not work in mt4
I have an EA that talks to a server, but sometimes a communication error might happen, and the EA can have a hard time recovering after, so it would be better to restart the MT4 instance. Is there some way I can close the chart AND MT4 itself to enable that? TIA! Dennis Gundersen
Hi, while watching the prices in order to compare them to other brokers I had to realize that in the Market-Watch-window and the Order-window (F9) different prices are shown than in the main Chart-Window?? Please see at the attached snapshot. The Market-Watch- and the Order-window show both: Ask=1...
As you can see from the photo. I am unable to open a new demo account with the MetaQuotes-Demo server on mt4 b1420. I wanted to see if new beta version was available. Anyways, any ideas
help me write a script for ea in mql 4 input target = $20; double input lotSize = 0.01; double iniTPb = 0; // the price where target is acheived. double iniTPs = 0; // the price where target is acheived. double buypl = 0; // sum of all buy trades p/l double sellpl = 0; // sum of all sell trades p/l
Hi guys like a title exist a free indicator for show me How much leverage am I exposed to? immagine i open a trade and i want know every time I open a trade and they increase I want to know how much the leverage is now i use by hend this calculate The exposure leverage calculation can be performed
Hello, I updated my phone to a new ios and when I opened the MT4 application, my demo account was log out, I try to put the same login and password but it did not work. I want to recover my demo account since I have had a system in place that was working and it needed more testing. How do I recover

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.