the number in the top left is the broker account number, is there a different account number for MT4? Or am i just completely confused. I was told they need my broker account number and my MT4 account number
Hello All, I am looking for a free MACD indicator for MT4 that looks like the one that tradingview has. It needs to have the zero line, the MACD line, the Signal line and the green and red bars. I have now downloaded 3 but none of them are what I like, does anyone have a link to one one download
Hi Can any of you add alerts to the attached code as tried using AI tools but all are producing code which are giving continuous alert but not whenever a new arrow is appeared , want to automate this using MX2
Hello, I'm registered with my brooker but I can't place an order. Can you help me? Thanks for your return
For some reason the top part of MT4 is white . No longer blue (or red when in loss ) . Any idea why and how it can be corrected? I even uninstalled MT4 from my phone and reinstalled it. That didn't work either. I'm using an S24
SimpleDailyRangeBreakExpert_v1.21. EA with pre-set files . H1 timeframe. Please find first week forward testing results
hi everyone can somebbody convert mt4 indicator to mt5 indicator
Hi coders, I have a technical issue that I cannot resolve it. I have an entry condition as follows :- double Hi0= iHigh (sym, 60 , 0 ), Hi1= iHigh (sym, 60 , 1 ), Lo0= iLow (sym, 60 , 0 ), Lo1= iLow (sym, 60 , 1 ); bool BuySignal= ... && Lo0>Lo1 && ...; bool SelSignal= ... && Hi0<Hi1 && ...; To
Hi; wrote this code that will send order entry confirmation to monitor screen and cell phone. if (TimeStamp != Time[ 0 ]) { SendNotification ( "SELL Order Possible! / " +Currency); MessageBox ( "SELL Order Possible! (" +Currency+ " /
[Deleted]
Hello, I have tried without success to get an order opened after my current trade stop loss or take profit has been hit. Here are my requirements. I currently enter a trade where my ea sets the stop loss and take profit. I wait for the market to hit either my stop loss or my take profit and when...
Hi All, I am trying to find an indicator similar to One-Sided Gaussian Filter w/ Channels [Loxx] on TradingView in MT4. Anyone get a chance to build similar indicator
Hi, this EA must read a custom indicator with iCustom, when I charge the EA for the first time it read correctly the Buffers, but after a couple of bars the same reading returns EMPTY_VALUE, as you can see from the Comment. See photos Pre (when EA is loaded) and Post (after a couple of new bars)
I have done amount version of my EA and done amount of backtest, some results are good some are bad, I dont sure which result is much closer to live account. My EA is only for crudeoil or usoil in 1M CHART with 1:100 account. "Spread: 50 pip for 0.xxx / 5pip for 0.xx" I have apply a features to this
Hi I would like to incorporate a trading rule that when price is below a certain price for instance USD JPY 148.37 then it will allow a sell based on other parameters. The EA would run on the time frame and currency. I have all the coding for the mechanics of the sell etc. I just can't find how to
EA MQL4 LANGUAGE STRATEGY BASED ON EMA Crossover + RSI: Identifies trend with EMA crossover and filters false signals using RSI. EMA + Price Action + MACD: Confirms trend momentum using MACD to avoid fakeouts. EMA Bounce + Fibonacci Retracement : Checks if the current price is near key Fibonacci
I can't download the DEMO. When I click on FREE DEMO, I can't find the DEMO in MT4
Hello everyone, I'm trying new code with Moving averages on 3 different periods: string MAsBuySig; extern int cx1= 2 ; // MA shift 1 extern int cx2= 3 ; // MA shift 2 extern int cx3= 4 ; // MA shift 3 void OnTick () { double MA200_cx1 = iMA ( _Symbol , _Period , 200 , 0 , MODE_SMA , PRICE_CLOSE
Hi - I am trying to set up a VPS to run an EA on my MT4 with Trade Nation. It doesn't matter what payment method I try to sign up with it immediately displays error messages with all the ways to pay. Any help? See attached
MQL4/MT4 BUG report: clrNONE does not work on every light background, especially if G=255 (en)
(17 1 2)
(Reposted using English in this "en" English forum; please ignore improper duplicate English-in-Russian forum https://www.mql5.com/ru/forum/474328 ) I haven't found a MT4 bug report of this issue; perhaps I missed it. (Tested MT4 b1420; This works on MT5). When I draw a Rectangle object (with Draw
in mql4, i can use iTime[1] to get bar[1] opentime , in mql5 , i use below sentence CopyTime(Symbol(),PERIOD_CURRENT,1,1,from); but i get compile error: no one of the overloads can be applied to the function call how to solve thanks
My profit colour is black i want them to be blue
Greetings, Does anyone have any solution to MT4 indicators not working on high resolution screens yet? This thread https://www.mql5.com/en/forum/158168 basically says there is no solution other than the developer fixing the indicator. But does anyone else have any other solution yet? The majority of...
Hi, I wonder if this has been discussed before but I didn't find anything in google. From my research, the following 2 declarations seem to be doing the same thing. double Ticksize1 = MarketInfo(Symbol(), MODE_TICKSIZE);double Ticksize2 = SymbolInfoDouble(Symbol(), SYMBOL_TRADE_TICK_SIZE); So is...
//+------------------------------------------------------------------+ //| qjol sol for wininet.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com |
I am in the process of developing a stable trading system that will combine stable profits with occasional losing trades. The system is based on a flip martingale. I should immediately mention that I understand the futility of the classical martingale, but in this system it is used in a slightly
Hi, Just wrapping up a script which sends tick data to MySQL database. Successful, but when I went to add some more variables in the string I got the compile error: '(time_posix INT UNSIGNED NOT NULL , th INT UNSIGNED NOT NULL, dow INT UNSIGNED NOT NULL, date_time VARCHAR(40) NOT NULL, date
For the 2nd time this week. I've got an unknown 'Balance Update' showing on my history which is deducting money from my account. Is there anyway to find out why it is doing this. I'm currently on a practise OANDA account, but i'd like to understand if this is a charge i'd see if trading for real....
Hi I'm trying to send a webrequest, but it says "Http request failed" error code: 5203 I searched so much on the internet but i couldn't find something that resloves this. I added the "http://localhost" permission on the setting, but it's not the problem. It doesn't work neither with GET, or POST
hello everyone are there any sources to download .bmp files with different sizes to use in mql4 coding ? thank you in advance

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.