MQL4 and MetaTrader 4 - page 419

Hi Guys, I need help with a EA template in MQL4 that i can edit. The template has to be able to send trades in every symbol offered by the broker and in all the available time frames. It must have a few indicators, the 5EMA, 10EMA, Stochastic and the RSI. It also has to make sure that it sends
Hi, I am using a 64 bit pc with 16gb memory and windows 10. I had been using mt4 downloaded from oanda. It was working fine until last week. Somehow terminal.exe gets deleted after I finish editing some ea. When I check the folder, all the other folders are there but teminal.exe is not there. I
Good day , I already trying to upload my MT4 EA in the market page but I received the error : " file compiled for profiling" and nothing attached to my page. Could you please let me know how can I solve the problem? Thanks, My Best
Hi, I just buy <Deleted>, first I login MT4 platform from PC then open terminal -->  market tab  -->  click BUY and EA succesfully installed to MT4 platform on my PC. Then I login MT4 platform from VPS to install this EA (have 5 activation limit), but unfortunatelly I cannot see anything on market...
I was able to get some period converter indicators online. and generate different time period offline charts ATM_P4L_PeriodConverter_I ATM_Period_Converter_opt However I can't get my EA to run on these offline charts. I can see the offline chart price moving so I assume they are getting price
[Deleted]
Hello, With do respect to all. Last few month, I try to create php code to convert mq4 to ex4. So I just wanna share what I've found. Php Code $directory = ""; // Directory to put ex4 if(!is_dir($directory)) { mkdir ($directory, 0777); } // Code to create mq4 file....
Good day all I just need some help understanding what the functions do/mean in the attached indicators They are not explained well and i really have no idea how to configure the parameters Any help would be greatly appreciated. Thank you
Hello there, I have problem in processing my orders in MT4. When I open an order or want to put SL/TP for my order it is going sleep and then giving me TIme Out error. Please see the attached snap shots. May anyone tell me how to fix it? Thanks in advanced
  PC configuration  (4)
Hi I want to run few EA's at the same time and on the same MT4. The EA will be on 1-5 minutes charts, dealing with different entry orders, SL, trailing and so on. My main concern is if I am going to get delays on my entry orders, and is this will be the case how can I solve this problem, like...
Hello, i wanna now if it's possible to see pips and profit/loss number on take profit and stop loss line. Like in Oanda app. Thanks for answer.
Hi all, I tried to install the MT4 platform on a Ubunt cloud server - version 12.04 - but I have an error. I tried with Wine and with PlayonLinux but I have the same error: the operating system is not valid. Is there a problem with the latest Ubuntu version? 
[Deleted]
Hello, I saw that there is an OrderCloseBy method. I also saw that when using the UI of the MT4 (build 224) and creating a new order manually there is another type of order "Multiple Close By" (This option only exists if you have opposite trades opened, for example EURUSD buy and EURUSD sell). How...
I have tried few of the libraries in the codebase but I couldn't get them to work. Thanks in advance,
Hi, has anybody found how to get the info of a) market closed - in 509 you can get the error-msg ERR_MARKET_CLOSED132Market is closed.if you send an order and the market is closed - I would prefer a value from MarketInfo() or TerminalInfoInteger() as a closed market is .th. different than...
Hi everyone! So in the moment i'm trying to build a indicator in the subwindow using   ObjectSetCreate() ObjectSetText() ObjectSet() for text and SetIndexBuffer() SetIndexStyle() SetIndexLabel() for the indicator.  Problem 1) The line up between a text line and the indicator line change by resizing...
Hi, i like to know if somewhere is a codesnippet for a info panel on chart. Now i am working with comments to show informations on chart. But this inforemations will be overwritten bei chart candles or something else. I like to have an panel which is in front of all objects on charts. There i want...
Hi  I hav an indicator which shows trend . UpTrend is green and down trend is red. As I know some of this kind of indicators are drawing 2 lines .one of them green and the other one red . and when they want to show green one they make red one equal to zero and And conversely if they want red one so...
I want to change the default date of the historical trading data of my linked account, so that mql5 can only present the trading results from a certain date which correspond to results of my EA. Thank you.
Is it possible to pause the timer. It looks like EventTimeKiller(); only works with DeInit. I would like to pause the timer while I execute some orders and then restart the timer once I have finished executing my orders.
[Deleted]
Dear friends, please read carefully, this is not the same question that has been asked before and is meant to be answered only by MQL5 staff. I suggest not to comment because if MQL5 answers their answer will be buried in comments and is something that we all should know. I ask here in forum because...
Hi everyone,  Thanks in advance for you help. I have 2 questions 1. I was wondering if I could write something like :  if Period_CURRENT = PERIOD_H1 {... }  if Period_CURRENT = PERIOD_H2 {... } 2. I have an additional question: the PERIOD_M40 do not exist right? Thanks again, Luciole
I am using the Strategy Tester for the first time and just wanted to test a basic EA to get a feel for the function, but am having some trouble in getting my EA to actually work on there.  I have downloaded the required data from the History Centre and have used the Strategy Tester to test the...
Hi all, is there a function to get Total Open Orders for one Symbol only? As far as I know TotalsOrder() will return all Open Orders for all symbols. Thanks in advance pob
I have been learning to trade on MT4 for a few months on demo. I decided to mive on to an actual live account, so, I signed up and deposited 10 dollars to start trading. Later, I found that the decision I made was premature. In fact, I cannot trade live through the mobile demo app and went with...
Hi. Recently I have devoloped simple EA, code seems to be ok in my terminal, no errors so far, but when I'm trying to upload my EA to MQL market it doesn't pass automatic validation, error 131 appears - invalid trade volume. have anyone idea what it could be? here's the code :  
If a trade has been opened without a stop loss, but later on the necessity to add a stop to the open trade arises, what is the best way to deal with this situation? Is it to use OrderModify: OrderModify(Ticket,Open_Price,Stop_Loss,0,0,clrNONE); and if so, how will the program know if the stop loss...
Dear MQL, Please consider an update to MetaTrader 4 for signal subscriptions. Currently there is only one method to copy a signal service, and that is to use the % method. FX Blue Trade Copier provides the following options for copying another account (lot-sizing modes): Use Fixed Lot Size, Use Risk...
Hello dear friends, What can I change in this code so it doesn't draw connection between pivot lines? It makes it confusing for me.  Thanks in advance for your help.  #define IND_NAME "Pivot Point S&R"#property indicator_chart_window#property indicator_buffers 7#property indicator_color1...
Hello, I'm really new to this and I have a simple (I think) question, maybe someone can take the time to explain. I want the EA to make one (maybe 2) transactions, then I want it to stop trading. I'm sure this can be done, I just don't know how unfortunately. Thank you very much!
Hello may I know how to add the moving averages to a separate window as below screenshot? .. I am not asking to how add it manually, I am asking for coding