MQL4 and MetaTrader 4 - page 27

[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
I got this error message: "12 leaked strings left" when I remove my indicator. What do I do wrong? Thanks for your help
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
I had this situation recently in which I was trading among two different brokers. I’d send an order to each broker at the same time, to open, and the same would be if i’m closing. The closing must be on the same time. What I had struggled with is when one broker would accept the order while the
I am just starting to test my EA on VPS but I have one concern, I synchronized everything do I have to keep the Auto Trading button on and do I have to keep my device on too or can I just use it from phone while the VPS runs everything
Hey mql5 community. I am looking for a solution to simplify coding using concepts like "auto" in c++. If anyone has a solution like macros or vscode extensions or scripts that textreplace "auto" in the preprocessor step by the return type of the called function i would be more than happy. I have
  Dialog  (28   1 2 3)
Does anyone know how to establish a connection between input and the output? For example, user types in the input box "hello" and on the output the hello appears along with the response from the program like this. User: Hello! Program: Hi
Hello, What is the function equivalent to OrderCalcMargin from mql5, for mql4? Thank you
Hello, I am new to alerts but I need an alert that lets me know my Emma’s cross. I am trying the 13, 21, 55 Ema 8 strategy. Strategy: When 55 is on top/bottom enter trade and hold until 55 is on bottom/top Is there a way to make an alert to alert me when the 55 is above or below all 3 of the other
I need help from moderator to confirm that this EA is function or not. Because i hire some developer. But this EA is not function at all. i told him to make EA just to be ONE file .mt4 and .mt5 .. He as developer click demo to give testing EA. I already test no function. I add EA file into experts
Hello everybody, for a couple of days my terminal window is an external, really small window, when I open it. I can't see much on it and want to reset it (bottom of the window - full length from the bottom left to the bottom right corner) somehow. I tried already a lot of things in the settings but
Hello, is there a way to reset variables automatically after disabling AutoTrading (or after enabling it)? Example: variable = 0 and then it's equal to 1 because of the code. I decide to disable AutoTrading and after one hour I decide to enable AutoTrading. I want the variable to be equal to 0
Hello everybody, I hope you are doing great. ***Dear admins, please check this message. I really need your attention.*** Recently I received an Indicator and a template. When I attached the indicator on my chart, the Windows Defender alerts for a treat. I double checked and re attached the indicator
Hi everyone, I am playing around with buttons on the chart and I thought it would be good to have a button that moves the stoploss to breakeven. What I want to do: I want to make an indicator that plots a button on my chart. When I push the button it triggers a script that moves my stop to break...