MQL4 and MetaTrader 4 - page 4

hello everyone, in my MT4 latest terminal and even in old terminals i'm unable to find "signal" option to copy someone's signal and in MT5 signal option is visible but not clickable, even i click it from MQL4 website it does not open in both MT4 and MT5 what should i do now, do i need to top up MQL5
Dear coder, I am writing an indicator (checking signal from MACD + MACD of highger timflame) But I could not find the method only add one arrow on the first bar when the signal appear So the chart as image below. Could you please check and give me some advice to revise my code. Thank you so much
Hi, When I launch a second MT4 instance from the same broker, it overlaps the first MT4 instance on the taskbar. How can I prevent this
Can I get some help with my MT4 mobile app. It stopped working two days ago & every time I try to open the app it does nothing at all. I've cleared the data and the cache multiple times and uninstall and install it multiple times and it still doesn't work. I've reboot my phone nothing seems to work
Why the profit on attachment picture is not correct on back testing? Please help me. It must be 100*0.2lot*(1850.627-1841.673) = 179.08$ Thank you
This is indicator developed by Agostinho Jorge Oliveira Can someone guide me how to add up magic number function in this EA? I would like to have P/L display filtered by magic number. Regards
where can I download library file:  "Trade.mqh"  for mql4? can I use the mql5 version of that file for mql4? I have that in metatrader5 but no in metatrader4 libraries. Please help.
  TickScalper EA  (778   1 2 3 4 5 ... 77 78)
Hi to all, I'm glad to represent my development TickScalper EA according to ideas described here and here. Especially for this EA I've created some new tick indicators. This new EA has big number of different settings devided on 5 groups: - Main - Timing - Sets for tick or fast MAs - Sets for slow...
I have an Apple MacBook Air M1 with OSX Ventura 13.7.4 (22H420). My MT4 installer is straight from my broker's website, but I also tried using the installer from the MT4 website. Doesn't seem to be any different. I have been using MetaTrader4 for about a year and never had any issues running it in
Is there an indicator or some way to install an offline chart on MT4, that will accurately countdown remaining time on the candle time frame selected? Seems the ones I found, cannot count, for example a M2 time frame, or other non-normal time frame offered by MT4
Hi, I need help please. In the "account history " tab in MT4, when I put the "custom period" it will always relate to the trades closing dates, not the opening dates. Is there anyway I can refer to the trades opening dates rather that the trades closing dates ? Thank you
No errors on back test, works well on live and demo accounts. But whenever I attempt to upload it on the market, it does not pass the automatic validation. Can someone please check my code
Hi, ive tested the my EA on my current broker Vipromarkets and it test okay with no errors. But, when I send it in for automatic validation I get ordersend error 131 and a zero divide error. After looking into the problem this type of error is associated with lot volume. The part of code from my EA...
let's say I have opened many charts of the same symbol on the same MT4 platform, is there a way to show a trade level's entry and its TP and SL on one chart only, then open a new trade from another chart and show its entry level and TP and SL without interfere with the previous trade levels
  EAs' files  (45   1 2 3 4 5)
All the EAs are in this section posted already. Each EA is having the thread. Name of this thread is the same with the name of EA. If you want to find Mandarine EA so you need to find the thread namely "Mandarine". I am posting something here to find it more quickly. But please all the question...
Hello everybody I was wondering if it is possible to add comments using Mt4 android app. Thank you so much
Hello everyone,, wish a good day for you all. I'm newly in develop EA for MT4. Just finished a good one (maybe I think so). Could anyone help me or advising, what should I do after backtesting .. is any important issues after a backtest? I've done a backtest from january 2021 - Febuary 2025. below
Why did you post your MT4 question in the General section (a miscellaneous catch-all category) instead of the MQL4 section, (bottom of the Root page)? Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893 moved to MQL4 and MetaTrader 4 In
  Astro...  (230   1 2 3 4 5 ... 22 23)
Hi guys, I was wondering if anybody in this forum is interested in searching of connetion among planets,moon and other movements in space. We can share our experiance and learn more and more... All you know that the most famous and successful trader/W.D.Gann/ is used astrology and other technics to
Hi I'm using a struct for collecting the data which includes spreads and their instances. struct _buffer{ int spread; int instances;}; _buffer WellingtonSpread[]; The thing needed is a sorting method for these two variables in the struct by either descending or ascending
Hello, I have developed the Henderson filter in MQL4, but there is the problem that there are apparently miscalculations at the end. I searched for a long time and did not find the error. Thank you in advance....
[Deleted]
How can i increase the border Width of a button
Been trying multiple solutions, my current one seems like the one that was going to work but no. The idea is that the indicator will be running on multiple charts (in the same mt4 terminal), the solution I am trying to work should fetch the indicator value [in this case I attempted to use iCustom
Hello. i am new here and i have problem with download od MT4. All the times when i downloading MT4, and after insalled is shownig MT5. How to solve this problem
Hi, is the ticketnumber the newest or the oldest ticket of the orders? and how about for ( int i=ordersTotal()- 1 ; i>= 0 ; i--) Thank you. for (i= 0 ; i< OrdersTotal (); i++){ if ( OrderSelect (i, SELECT_BY_POS, MODE_TRADES) ticketnumber = OrderTicket(); } Improperly formatted code edited by
Can someone help me?, i can't delete exotic pairs in marketwatch MT4 which these pairs interfere with my mt4 indicator activity, please help
Hi, please, help to understand this issue. Personally, I myself have not encountered such a situation yet, but it became interesting, because MQL4 seems to make it possible to determine what exactly means a stopout in money or in percent. With percentages, everything is clear and we need to follow
Hello!I have a text file with setups and .mq4 file that reads my file where are the trades and enter in them but it deosn't work. I will be very happy if someone could help me! #property copyright "Expert Advisor" #property version "1.00" #property strict input string FilePath =
  ProfitTracker & MFI w/ MAs  (12   1 2)
I've attached two indicators that I've made. You may or may not find them useful. ProfitTracker ========== Keeps a list of profit/loss over the last month, week, day, hour and currently open trades. Amounts change color depending on whether or not they're in profit. I've had a bad day so far, so
[Deleted]
I have taken this code from an indicator and placed it into my EA so I can see the Bar Timer countdown Yet I have 3 Warnings - implicit conversion from 'number' to 'string' + h + ":" + m + ":" + s, I would like to correct/remove these warnings All help appreciated. int ttc, d, h, m, s, rest;