I've got a Gold EA on MT4 that works great on Demo account but when I put it live on Real money account nothing happens? It doesn't trade, all parameters checked and it's the same as demo. Any ideas
[Deleted]
Hi guys, I need help to search for the source code regarding this indicator or its updated version. I believe this is a free indicator made by someone or a group, as it is not tied to the user platform. I have traced it to another forum, but Sergey told me he has no idea of who created it. There is...
Hello everyone, I encountered a problem when using the WebRequest function, and I would like to ask everyone to help. The website engineer gave me the following information: URL:http://ea.takeasy.tech/api/ea/accounts Method:GET Headers:Content-Type: application/json\r\nAuthorization: Bearer {API
ea cannot load and save set file in the MT4 Has anyone encountered this situation? Ask for answers
Hello, I am trying to use the .SRV file from my broker to set up an account using MetaApi Cloud, but for some reason it is missing from its expected location. You can see from this link that this is where it should be: https://fx-list.com/find-metatrader-srv-file I have been able to find it here in
Hi, I built an EA in EA Builder and the code works perfectly in testing. For testing I use every tick for accuracy. In live trading the code works perfectly most of the time but misses trades. This is very frustrating because there are no errors in the journal to indicate where there was a problem....
I am writing a script in MQL4 language for Metatrader 4 which is using C# DLL library for further data processing. What I'm trying to do is to pass an array of following MQL structures: struct marketUpdate{ double openPrice; double closePrice; double highPrice; double...
Please I am unable to install a particular 'Mt4 product ' on my mt4 terminal. I'm getting the error message installation failed 'failed download product [403] and I still have '8' out of my '10' activations left. I have turned off firewall, deactivated my antivirus but still the same, However, the
Hello, i'm new to Mql4 and although i have managed to create some basic algorithms for EAs, i am struggling with creating a particular EA for one of the strategies that i have been using for a couple months. You can find the basis of the strategy in this video: 86% Win Rate Highly Profitable Secret
[Deleted]
Is there a way of creating a permantent array? It should not be deleted when the indicator is reset (e.g changing timeframe, restart MT4,...). It is possible to create grafical objects and fit its text with the data but is there another way than this workaround? Thanks for any help!
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners has " MetaTrader 5 — Trading systems " in the title of the article so I reckon it is the instructions for writing an EA using Metatrader 5. What is the equivalent guide for how to write an EA using Metatrader 4
Hello guys, I have an issue with calling an indicator in my EA. It is loading multiple times as. I call this EA in a function as below: void OnInit () { double BV( int buff, int shift){ return ( iCustom ( _Symbol , 0 , "BetterVolume 1.4" ,NumberOfBars,MAPeriod,LookBack,buff,shift));} ) /// /// ///
Hello, does anyone know if it's possible to do an automatic refresh on an offline chart (like right-click and refresh)? Maybe with a timer that requests a refresh every X seconds? Or perhaps with a second chart online in the same profile that requests the refresh of the offline chart. The reason is
Topic moved to MT4 section. Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893 Hello, Am unable to view where I have executed my trades on the mt4 chart area. This is not like before where you could view where the execution has taken
After playing around with EA's for a bit, and using the strategy tester mainly to see if the code was actually working I'd now like to progress onto the real why of the history center, and how to use it properly and I can't seem to find the answers or something comprehensive on it. OK I get...
Hello, I dragged my TimeFrames toolbar out of its line in the toolbars bar, now it is a disattached box in my screen like in the picture. I tried deleting it, moving it, closing many times the MT4platform, I got like 6 hours trying. I need help. I don't know what else to do. Thank you
Hi wrote this code (MQL4) that checks currency pairs to contain USD and install the DXY indicator if so. It works as intended except when going between non USD pairs and USD pairs, the DXY is not visible despite MT4 -> Terminal -> Experts tab tells me the Custom Indicator was loaded and installed
Have a nice day. I use a Dialog (Panel) object derived from the CAppDialog class, whose position on the chart is measured by default from the top and left side of the chart. I am trying to change the " anchor point " (left, top) so that its position is measured from the top and RIGHT side of the
Can MT4's Renko chart be calculated using only the close price , like in *** or ***? (live chart) I've tried many Renko EAs for MT4, but they are all based on OHLC data
Hedge is prohibited, How can I fix this problem? Thanks in advane! #4501 Error any help would be nice error | EMA-5-20 @ EURUSD ,5 | OrderSend failed 6 times; error #4051 invalid function parameter value
Hello, thanks for the opportunity to post on the forum! I am working on an indicator to plot arrows onto a chart based on a local CSV file - i can read the CSV file, have the insertions set up but it's just inserting in one place rather than multiple? My CSV format is; 1.75793,BUY,2024.11.22
Can Someone tell me how to get Alert pop up window manually without Alert() command in EA/Script?
(12 1 2)
Hi, I am looking for feature of MT4 if there is one such that I will be able to get Alert pop up window manually to review my old Alerts. I know this Alert pop up window I can get by executing Alert() command in EA/Script/CI, but for some reason if I close this window then How do I get it back
Hi; I wrote this indicator that initializes and loads successfully (see image below). I get no execution error either except I get a fetching error (but no error code) The code I use compiles without errors as well: //+------------------------------------------------------------------+ //|
Hi All I have a problem with my pending stop trail, as soon as I drop my EA. The pending stop trail's but give's me a different price instead of a new trailed price. Here is the Image below: As for my code: void StopTrail3() { double BuyStopTrail= NormalizeDouble
my ea opens regular chart i want to open an offline m1 chart only , but its not working , how can i achieve to open only offline chart , i have lot of offline chart data //+------------------------------------------------------------------+ //| Expert initialization function
Hello all I am running an optimization test on a EA with different settings. I don’t understand how it can be possible that the optimization for a specific period of time (which obviusoky includes different sets of settings) runs faster than a test on that same period of time but with fixed
Good day to All, I have small inquiry if anyone have the experience to help me out I’ll be so happy I received an email from my broker asking me to reduce the massages sent throw my EA to mql5 server as limited to 2000 msgs per a day and they told me they might close my account as hyperactive
Hello Friends Please help me look into this code. It works well inside EA to addach custom indicator to chart. But when used as an indicator, it doesn't work. It Opens the indicator Dialogue, but doesn't click "OK" to add the indicator to chart. The code is MQL4 Thanks #import "user32.dll" int
Hello friends, I am developing an indicator that initially displays three vertical lines in the middle of the chart. These lines are calculated and drawn based on the number of candles on the chart (i.e. the middle of the chart). The indicator works correctly on fully loaded charts. However, when I

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.