MQL4 and MetaTrader 4 - page 43

The MetaTrader 4 platform update will be released on Friday , March 24, 2023. This version provides error fixes and platform stability improvements. The update will be available through the Live Update system
is it possible to convert EX4 file to MQ4 file.
Hello, I put text label on the chart and also put label (white painted) on the chart. But yellow text label is under the label and I can not read it. How to move the text above the white label? Is it z-order to solve the issue
  Pending orders  (3)
Is it possible to make a pending order on MT4, seem like the only thing that I can place is a market order? I'm switching platforms because of this
Hi. I have an indicator based on supply and demand zones that I try to upload to indicator marketplace The indicator is compiled with no errors, but as to be able to upload it on MQL5 marketplace, I need to add "property strict" function. After I add it, the file gives multiple errors. Can anyone
Hi all, Been a while since I have done this sort of coding, so I'm a little rusty... I need to get the computername and am trying: #import "kernel32.dll"string GetComputerNameA(string lpBuffer, int nSize);#importint start(){   string name;         GetComputerNameA(name,32767);      Print(name);...
  continue?  (2)
hi guys i always see codes with continue at the end. what exactly it does? i coded some not complicated EA but i dont used it. I try to read in google but i cant really understand why you have to put it. What help will it add on my EA? Here is an example if ( ( OrderMagicNumber() != magic25 ) || (
Hi, I'm having a new problem with an old function that gets the Computer Name on Build 646. #import "kernel32.dll" int GetComputerNameW(string lpBuffer, int nSize);int GetEnvironmentVariableW(string lpName, string lpBuffer, int nSize);#import string GetComputerName()  {   string...
I'm aware that the subject of point value, delta lot value, and related calculations has been extensively discussed on this forum. Until recently, none of my customers had encountered issues with point value calculations when using my products. However, I've encountered a unique problem for a client
Is there a limit in MT4 for how many files or "trees" (folders , files) can be in the experts folder ? i have a subfolder with 4 source codes and i can only have 2 compiled max
Hello everybody, I need to retrieve the ComputerName from the local machine and I found some (older) posts regarding this question from 2011 and 2014, but actual NOT ONLY ONE of these exchanged solutions are working with MT4 running on Win7 (neither 32 nor 64-Bit OS). Either I get EmptyStrings as...
[Deleted]
Hi,   I'm pretty new to MT4 , and using Win 8.1 . It seems that I have problem seeing the symbols in Market Watch and in order window(see added pic) . in Market Watch I can see it only when I select it. In order window I can't even select and place an order. (I guess the problem is related because I...
Hey guys, I was hoping can point me in the right direction: I'm trying to code a very simple indicator that loads at a specified time a specified template. But somehow mt4 is keep telling me that the template file is not found, even though I made sure its there and that it's spelled out correctly. I
  MTF RSI Bar Indicators  (64   1 2 3 4 5 6 7)
I have had these RSI indicators for a while and thought someone might find them useful, you can load 2 different RSI Periods on 1 chart as shown on the screenshot. rsi_bars.ex4 rsi_bars_2.ex4 24/06/2007 I have recoded this indicator and added a Multi Number so that you can now load as many of the...
Hi, I'm writing an EA. Under Tools->Options I've set the symbol to GOLD. When the trading terminal opens I see a chart with the symbol Gold. So far so good. In the OnInit() function I apply a ChartApplyTemplate function and nothing happens. I tried ChartApplyTemplate using the chartID and leaving it
Hello, I am using iCustom to get information on Support and Resistance levels from a custom indicator I made. (SandR) I am getting a error when I try to compile: 'SRLevelsArray' - Invalid array access double SRLevelsArray[]; int levelsCount = iCustom ( Symbol (), PERIOD_CURRENT , "SandR"
Hey guys right now I have two servers running on my mt4... I also have 2 EA's. One for each server. How do I make sure that the EA's are exclusive to their servers they are on? I recently saw that one of my EA's was trying to trade with the other server but couldn't due to lack of funds. How do I
Hi there, I have noticed that when I load/Apply/create a new profile the Bot's (expert's) Entry position disappears along with the "Smile" in upper right of Chart/Pair. I would like to know how I can get this indicator for the Bot's entry position to reappear no matter what profile I use. I would
Hi, I cannot install any EA on my VPS. I contacted VPS support and they said it is getting blocked by mql5.com How can I fix it? Thanks
//------------------------------------------------------------------ #property copyright "Lemin" //------------------------------------------------------------------ #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 clrRed #property indicator_color2
Hi, Recently metaeditor doen't work well: when I find & replace in some codes, it pops up error: Encountered an improper argument. When I see this, sometimes it has finished replacing all keyword. But sometimes it could just replaced half of them.
Hey guys hope everyone is doing well. I am seeking help to fix a free indicator. I just had a free Gap finder indicator that i have tried to edit. It has 4 buffers. Bullish, bearish gaps and also filled gaps arrows. The source code can only hide filled gaps arrow but not the original gap arrows even
Hi everyone, I would like to be able to create an EA to be able to establish how many trades per day the bot can open, because I want to associate an HFT to this bot so that it only opens 9,000 trades per day, can you help me please? I'm not able
Hi, thank you in advance for helping me. I'm new to this. what i want to do is when my ma cross in the 15 minutes the ea will go to another condition which is wait for my another ma cross in the 5 minutes chart then the trade will be closed. my code is working if i only have 1 ma cross but if i need
Hello Forum Members, I'm currently facing a perplexing issue and I'm in search of both answers and potential solutions. I have the MetaTrader 4 application running on my Windows machine, which is equipped with a 4-core CPU. This setup includes a custom expert advisor that operates on all charts
Hey guys, I want to see daily drawn report of my mt4 account so that I can set account protection or trading halt optimally. Is there a way to do it? Also, is there a tool to calculate account protection level as percentage of equity to have maximum profit? I already have an ea on account which
Hi there I want to read "only long, only short, long & short" from Expert Advisors Properties\common tab and comment on the chart, but I don't know which function is doing this action. please guide me. thanks
Hi there,can anyone tell me whay i can not install Roboforex Mt4 platform on my desktop running win 7 ultimate .when i begin to install i get the same error ;"The version of this file is not compatible with the version of Windows you are running ....." Although i had it installed on the same desktop
  Scale fix issue  (2)
Hello in the last days my charts in MT4 automatically activate the Scale fix setting that I really do not like and I need to enter manually and uncheck. Is there a way to stop this