I can't see my account. My internet is fine. I don't know what is wrong. I tried re downloading the application. It is still giving me the same headache. I use Mac OSX and it was working before. I
There is a deviation/slippage setting in MT4 that prevent slippage over 1 pip, it is also 0.5 as default. Mlq5 claims the trade will not open until this condition is met, but yet followers of signals complain of +4 pips slippage! Is this setting not working
I have installed MetaTrader 4 on my MacBook air - I am trying to download an indicator for MetaTrader 4 I have checked to make sure it is for the right one. When I find the indicator that is for free I click on the download button and the page fails to open saying cannot open url with the
I am using this NewsAlert (FFCal renamed because EA required NewsAlert indicator) but getting this error cant open xml file error 5004. EA is taking trades and this indicator seems to be working but it can give such error randomly anytime.i am using default setting of this indicator and i am using 2
Hi, hi, at first id like to say that im kinda newb to mql4/programming but ill try to describe my problem as precise as i can. i made some simple example to show whats bugging me. Lets say that id like to draw some dots at previous high price. void DrawDots() { double high = iHigh (
hi i'm new on mql4 and stuck with error 130 becuase of ' invalid stops .' i place my stops as multiples of the stoploss value in order to enhance my risk to reward ratio. when i use fixed pip values for my stops i don't receive such error but becuase volatility can change anytime in the market i do
hello guys I have developed an EA which i want to take a maximum of three trades per day. but it seems my function for that is not working. still learning, your help would be much appreciated. my code below int TodaysOrders = 0 ; for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--) {
Senario: in the current currency pair, open multiple positions, then manually close them one by one. The following function recountorders() works fine and I can test with ArrayRange(sl,0) showing order counts of the current currecy pair correctly, and it turns zero when all orders closed. int sl[][
I play a custom sound when trades close like so, and at end of the last friday, some trades were closed right on end of trading close, and my sound got frozen, and wouldnt stop until i forced mt4 to shut down. I already had PlaySound(NULL) on DeInit, OnInit and on the next line below my
as show in pictue ,sell order total is 5 orders I want to close 0.05 lot sell order and 0.02 sell orders / not all orders / How can do this Can count existing orders, how many buy sell orders but how can select as above logic. by also ticket , 1st open ticket and last open ticket can select , but
I developed a Grid EA I think , lot size management need when grid size grow Do you know any example of risk management for grid EA. Meanwhile ,I use this MM bool CheckVolumeValue( double volume, string & description ) { //--- minimal allowed volume for trade operations double min_volume=
Good day, Can you please help me with the following, I have an automatic strategy created in excel that tells me when to buy and when to sell with their respective limits, stop, type of order, pair, ... I want to send automatically to the mql4 from excel the order that the strategy throws, can you...
I have an EA which used to send actions on my MT4 account (Opened - Closed orders) to my telegram channel. (Like the picture I attached). Please help me make an EA for MT5 like this. Thanks so much. i attached the MT4 - EA which im using
Ie this service: https://www.mql5.com/en/vps Or do we need to purchase a separate VPS for every instance of MT4 we want to run? I can't find out how to contact Metatrader to ask any pre-sales questions like this
I recently installed MT4 in Windows 10 PC and all the process of instalation finished ok. But when I try to open the program, it doesn't open. I tryed to resolve it by deinstallation and installing it again, but still the same. I also try to install it from another broker and the result is the same
I'm using this on MT4. I just wanted to understand what it is calculating, in order for the bar to turn blue (indicating a possible start of an uptrend). The code is open-source as far as I know (I can post it if that is allowed). I see there is another open trend indicator that is very similar
[Deleted]
I have reinstalled it,tried to open it in administrator,changed the installation directory,nothing works..
Hi, since a long time, there are some serious bugs inside the CAppDialog class included with MT4 For exemple: https://www.mql5.com/en/forum/189473 I've fixed many, for exemple position change when minimized, also added the support in order to not work only on main graph window (0) in EA A
Je me suis récemment aboné un signal de trading mais aucune position ne s'ouvre alors que je vois bien que l'historique des position sur MQL4 marche et que le signal est actif J'ai tout coché dans option signaux mais toujours rien. J' ai acheter un VPS qui est actif Mais rien. J'ai écrit a MQL4 et
Video demonstration: https://i.imgur.com/ee1JSo8.gif Issue: the color C'34,34,34' (and similar dark colors within that range) display differently on OBJ_BUTTON compared to other object types. In the video, the OBJ_EDIT is also using C'34,34,34' as the background color that the OBJ_BUTTON uses in the
Hi All! I use Webrequest to load the CSV and save contents to local with the code below. I succeed many time before except this time, i'm keep trying 2 days so far in this struggle. Anyone please help me to teach me how can i get the error 5004 all the time. Code: void CSVToLocal( string url, string
What's the buffer for the arrows on chart in the indicator below
Trendlines drawn on offline renko charts leaves the anchor points . reason is that the anchors of the trendline should not be glued to the future (the empty space on the right-hand side), it has a different time scaling. It applies to all chart types, as the time axis is not linear on the chart
Good Evening Fellow Traders, This is my first attempt at creating an EA. I am not too bothered about the strategy and I doubt it would be profitable. This is more for a learning experience and to be guided by people much more knowledgeable than myself! I just want it to execute "some" trades (
Hello everyone! I need to find an EA with source code As the image I attached below (MQ4). Thank you very much
hi Dear @Alain Verleyen @whroeder1 I want get OBJPROP_ANGLE from OBJ_TRENDBYANGLE with this code in open any candel but OBJPROP_ANGLE give me 0.0 value!? please help me void OnTick () { //--- ObjectDelete ( 0 , "Trendbyangle" ); ObjectCreate ( "Trendbyangle" , OBJ_TRENDBYANGLE , 0 ,Time[ 5
Hi, I was looking around the forum for a code of Pivot Point and Past 3 days (yesterday, previous day, previous day 2) high low for my MQL4 EA. I am very happy to seek some one here kind enough to write the code for me: 1. MA signal above Pivot Center Point (no R, no S) plug Past 3 days high are all
hi guys , i want write a program for calculate deffrent of close price between last tick and one before it , but i dont know whats the problem #property copyright "Copyright 2021, MetaQuotes Software Corp." #property link " https://www.mql5.com " #property version "1.00" #property strict
//+------------------------------------------------------------------+ //| OOPTest.mq4 | //| Copyright 2020, MetaQuotes Software Corp. | //| https://www.mql5.com |

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.