MQL4 and MetaTrader 4 - page 29

I run a custom MACD in a sub-window. A comment is displayed in the top left corner, which runs across 75% of the window width. As I do not need the information it contains, is there a line of code I can add to remove this
Hi everyone is there a way that I can create custom symbol in meta 4 like we do in meta 5
Are try to make a profiling test on my code over mt4 but its button is fade. I checked my backtest and optimization to be sure they are not running. Also checked with an without Set Specified Settings on Tools>Options>Debug. Nothing yet
hi is it possible to save all my open charts and the EA that are running on it . can I save it so that when I open mt4 again I can load them all automatically without having to place each EA on to a chart . also is it possible to transfer these setting to another mt4 platform 
hello, Can i open same mt4 account on 2 different laptops? if yes then how ? thx
I'm encountering a persistent issue with my VPS subscription for the Exness MT4 platform. Initially, I faced a connection error as detailed in the attached screenshot: Virtual Hosting: 6540107 failed to connect to server 'MQL5 Singapore 03' (18.136.60.134:443 failed) Previously, I resolved a similar
Hi guys, but I'm trying to download some missing currency's from the 'history data' for backtesting and it tells me there's no history data and wont let me download. Can you guys help? Thanks again
I assume me deleting the .ex4 caused the problem (accidentally deleted it thinking it was a duplicate) but, it could be another reason as it worked prior to that. Now, when I attempt to attach it to charts. It comes back with an error that it is not an EA. My code has no errors, so I'm a bit lost
I wonder if anyone else has come across this. Is it a bug? I'm able to import _SP500.csv which contains 30 years' worth of minute data successfully through History Center (for the method followed see https://forum.mql4.com/51224), and create all my .hst files for the market. I'm then able to run
Hi Guys, I am trying to get the last Zigzag high value as following code: input int InpDepth=12; input int InpDeviation=5; input int InpBackstep=3; void OnTick () { double highzigzag1,high1; highzigzag1 = iCustom ( Symbol (), PERIOD_CURRENT , "ZigZag" ,InpDepth,InpDeviation,InpBackstep, 1 , 0 ); if
Hi! so I've read some posts that make something like this for ( int i= 0 ; i < OrdersHistoryTotal(); i++) { if ( OrderSelect (i, SELECT_BY_POS, MODE_HISTORY) && OrderType() == 6 ) { deposits += OrderProfit(); } } Improperly formatted code edited by moderator. But for my case, history only
Hello everyone, I have a question regarding Hiden and restoring a panel. When I hide certain objects in my panel and then minimize and restore the panel, all the objects that are supposed to be hidden are shown again. How can I restore the panel so that the objects remain hidden? Is there a
I downloaded MT4 from below mentioned links .. the setup files showing mt4setup but it is installing MT5. how and where I can download MT4 setup? https://www.metatrader4.com/en https://www.metatrader4.com/en/download
Hi: I am using MT4. I need to write an custom EA. When compiling, I received the following error: MQL5 files compilation is not supported, syntax checking only. Is compiling MQL5 not supported in MT4
atr = 0.1 * nz(ta.atr(2)[1], ta.atr(2)) atr_ma = ta.ema(atr, 20) m = (ta.highest(2) + ta.lowest(2)) / 2
Hello MQL4 community, I am having some discrepancy mismatches when comparing tick data generated from Dukascopy & Darwinex during MT4 back-testing. I'm not sure if any one has some insight on how tick data is collected from these perspective broker providers, and how precise the tick data is for
I've created an indicator to draw an arrow in the middle of a candle. When the body of candle is small I can clearly see the arrow has been drawn on chart. But when the body is big the arrow is hidden behind the candle as shown in the image. How can I set the z-order of the arrow
[Deleted]
fter I upgraded to the new build 600 my custom indicator stopped working! I am using Twiggs MOney Flow ORG, but when I try to compile it in the metaeditor it is giving me the following errors. Somebody told me that this is a bug in the new build 600 and I must put an init function but I don't know...
[Deleted]
Today I restarted my Laptop after about a month ago. Now I get an error on starting MT4: "Fehler beim Erzeugen eines leeren Dokuments". (in english: failed to create empty document). I got Windows 7 x64. MetaTrader worked perfectly till today. After the Failure, MetaTrader is open, except the Chart...
Hello, I have 2 different presentations of the MT4 Strategy Tester on 2 different computers. However, the update was done on both devices. What is the cause of this please? Thank you in advance for your answers. Béri
I'm trying a server. The connection status of MT4 running on the server is red/green 135174/6 as in the 1st image. The connection status on MT4 running on the computer is green/green 1605/5. Why are the two numbers different? How do I make them both green/green? If I upgrade the server, will the
Hi all, I'm not a programmer and trying to do something - this can be easy for you. So, apologize firstly. I need to limit my trades. I've used OrdersTotal() function but there seems like a problem. It does not work properly and EA keeps going to open new positions. Can you guys help to check and
Hello Everyone ! I'am trying to compile an EA on my computer, running python. I have this. can somebody help? //+------------------------------------------------------------------+ //| Timer function |
Hello everyone I developed an indicator that detects clouds with up to 17 candles and displays a buy or sell indicator on the chart if found. When I compile this indicator it works fine, but when a new candle appears the loop doesn't work. please guide me. Thanks
Hi all I would like to ask you if there is a way in mql4 to disable autotrading from code
Hi, I'm looking to upload Statement.htm using the following FTP guide : https://www.metatrader4.com/en/trading-platform/help/setup/setup_publisher But, of course, I cannot upload over FTP, I want (and I can say "I must") upload over encrypted connexion. I do not understand how to do. Can someone
Hello, I have a EA script for max drawdown, it will automaticly close all positions after drawdown is reached. But I need to close all the positions and also turn off auto Trading. Is it possible? Can someone please modify my script to also turn the auto trading off? Thank all of you File extension
Closing opposing positions in MT4 There was definitely such a function before. Now in the latest version of build 1401 there is no such function at all? There is only market execution pending order change order Or should I do it differently now??? Auto-translation applied by moderator
I'm looking for an adjustable MT4 scalper machine for indices and forex that automatically converts the stop loss protection into a trailing stop with an adjustable different step size when I win. Can anyone give me advice on where I can find one
Hey, I just checked my MT4 terminals and I was forced to update to 1401, however now all of my EAs and backtests don't work on any currency. Is there a way I can use older terminal like 1380 without getting forced to update by the broker? I used it until now and it was working perfectly, when I try