MQL4 and MetaTrader 4 - page 8

Hello, The android metatrader 4 application, build 1357 keeps resetting the chart, cancelling out any changes made. I have configured the chart 4 times so far and it keeps resetting. I have not been able to ascertain what exactly triggers the reset as on 3 occasions it happened within 24 hours of
Hi coders, whatever I try with these functions, I only get 5 as a result today. But Saturday should be 6. Is there any trick to get the the weekday?
Our System: Using: Mozilla Firefox Windows 7 OS MT4 " not" loaded in Program files (Not a UAC issue) Downloading: Email attachment with the .ex4 file,When I click on " Download ",Browse (Program to use to download the file), I use metaeditor.exe . Should I be using something different ? File Looks...
Hi, Please anyone knows how I can locate the Currency Strength Meter Pro source file [private contact details redacted] [Image cropped by moderator]
I have been developing an EA but after a few backtest runs it now goes really slowly. It runs fast on my other computer with the same broker like it used to do where it runs slow now. It has nothing to do with my EA code and I have cleared all the log files, caches or any other files related to the...
Hi About a month ago I purchase an mt5 indicator and most of my main indicators is on mt4. Would it be possible to switch my recent indicator purchases into mt4? If so, where would I do this or who do I contact? J
I noticed that some logs were not saved in the logs file until application close, but others were only updated when the application closed. Is this true? And if so, is there a way to change this
I have purchased the EAs Everthing work normally for weeks, but today I cannot Install the EA (9 of 10 activations left) as shown in the pictures below. I can still access market tap and signal tap but when I push the install button the system shown this message MQL4 Market: failed download product
  Market sentiment index  (87   1 2 3 4 5 ... 8 9)
By market sentiment index I mean the ratio of initial deposit to current funds under conditions of simultaneous trading in all, available, currency pairs, including gold and silver. Here are the index values for the period from the 24th of February till the 08th of March trading results for 34
Hello, I have a custom EA that works fine in the live market, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell
Toolbars & Status Bar Not Appearing on MT4 Desktop Open? Using a PC and Windows 10, on closing then reopening MT4 from the desktop shortcut the Toolbars & Status Bar are Not Appearing on MT4 Desktop Open?? Any assistance would be much appreciated, thank you
  Elite indicators :)  (15200   1 2 3 4 5 ... 1519 1520)
Hello, Does anyone know where I can find an indicator that takes in price values, which when reached or surpassed will cause the indicator to send a sound alert
INTRODUCTION I have learned a few things after thousands of hours fighting with MQL4 and I want to share some of it. Here is my qualifications: I am not a professional programmer but have written an EA that is 20 or 30 pages long. And yet it will backtest (on H1 with 1 minute data, on Ticks) in...
Hi i'm not able to install MT4 or Mt5. i downloaded it from official Metatrader website, and also from broker website. still the same. someone help please
In my MQL4 code I am able to send plain text from mt4 to telegram with ease. However, I am having difficulties adding telegram emojis to my code so that it outputs within telegram. I have searched high and low and all of which I found were examples using php and or python. Tried using plain unicode
I want to trade by a percentage of my account balance but the OrderSend command seems to expect Lot Size. What do I need to do to trade with a percentage of my Account Balance? Thanks, Jim Stow
I am considering getting one of those new Snapdragon Windows 11 laptops (such as Lenovo Slim 5) that run on ARM64 architecture instead of X86. I know MT4 doesn't have a native ARM version and needs to be run using the Prism emulator built in to ARM64 Windows version. I am curious if the emulated
Designed to discuss the pair over the past period, forecasts, and anything else that might affect the movement of this pair
what is the best code for identifying a new bar
  ex4 decompiled  (32   1 2 3 4)
ex4 files seem to be getting decompiled and unlocked. Someone sent me an ex4 and then the mql4 file decompiled, the ex4 being recent. Market place EAs are also available via this service. Does MT4 change it's encryption or is every ex4 now decompilable
hi there, I come across this error a lot.. See below image.. The MT4 coders just need to see if a variable name  already exists. (Text 8277 in this case) PLEASE HELP! regards,
[Deleted]
  Absolute courses  (1125   1 2 3 4 5 ... 112 113)
Good afternoon. I would like to raise this topic. We know the exchange rates of currency pairs. For example EURUSD, or GBPUSD. What does it mean - it is a graph of one currency (euro, for example) in relation to some benchmark (another currency, for example, the Fed dollar). Postulate 1: no currency
[Deleted]
  Terminal window missing  (23   1 2 3)
I have been running MT4 on my laptop for several months. All of a sudden the terminal window won't appear? i have tried re-booting and several different profiles, no go. Any ideas will be greatly appreciated! Thanks, Steve
Hello, I was wondering if anyone has experienced the problem above. My code base is 5650 lines long, split into 2 modules and an indicator. When I run the code through the debugger, there's one DebugBreak() and then I run an ExpertRemove() on the code to stop it running, although I need to stop the
Hi guys, wondering what's going on with my MT4 strategy center i remember whatever i had in F2 history center when i ran EA on strategy center build .fxt of that pair with historical data that were recorded in history center but now it only contains last 1000 candles only and if i for example go
Hellow folk(s) i have this function double high_price() { int highSto_price; highSto_price = iHighest ( Symbol (), PERIOD_H1 , MODE_HIGH , x_hours, 0 ); return (High[highSto_price]); } that return the high stock price for a certain period of hours ...It works well but i get an error while
Hi everone I have many form of input to setting my EA(I made it) Its around 170 combination for one currency pair if i have to do it all myself it may can do for now but in future its alpha decay i have to do it again and its gonna be very very burden AND i dont even know after try all combination
int OnInit () { Print ( GlobalVariableCheck (price)); if (! GlobalVariableCheck (price)) GlobalVariableSet (price, 0 ); Print ( GlobalVariableCheck (price)); return ( INIT_SUCCEEDED ); } Print statement output. Has anybody seen this before? OK..please let me know what I am doing wrong? thanks
Hi MT4 account is saying not connected. I have all the parameters but don't know how to connect. Anybody here can help please? Cheers
[Deleted]
Hello, I Built Market Speedometer to check if market speed is high, low or in normal using MT4 Volume (Tick) data and ATR data. Hope this will useful for peoples. if you have any suggestion or fix please let me know. //+------------------------------------------------------------------+ //| Market