General - page 726

I will like to find out if it is possible to add a new account from different broker to my existing my MT4 platform which i downloaded from another broker.If so how do i go about it.kindly assist me if you have an idea.Thanks you all.
//+------------------------------------------------------------------+//|                                             EA Pending Order.mq4 |//|                        Copyright 2016, MetaQuotes Software Corp. |//|                                             https://www.mql5.com...
what will happen if the employer is not logging in his account for many days during arbitration ?
Hi does anybody know how to adjust the settings on contract specification stops level? I have circled it in the image. Would really appreciate the help.
  StepMAExperts  (42   1 2 3 4 5)
Dear colleagues! Good time to do the gifts before Cristmas. I have just finished the first version StepMAExpert. Let this will you beautiful toy on New Year's holidays. Merry Cristmas Igor P.S. Results to optimization will be in following posts. File Tracert.mq4 rename Tracert.mgh then place it in
Hi everyone, I try to obtain last second trade in history is profitable or not. I can get last trade in history is profitable or not as follows; if (OrderSelect(OrdersHistoryTotal()-1, SELECT_BY_POS, MODE_HISTORY )  {   if (OrderProfit()>0)    {       success=1;    }   else    {      success=0;    }...
  news file time  (2)
Hi I noticed the dateTime in the file https://cdn-nfs.faireconomy.media/ff_calendar_thisweek.xml is GMT+12. Is this correct? and is this always the case or it gets changed? and if so, when and why? Thanks
As per 2085 Release notes: https://www.metatrader5.com/en/releasenotes "Distribution of tasks to agents The tester can now redistribute tasks to agents during the optimization process. If a new agent has become available (or one of the previously used ones has been released), the tester...
  New Blog Post  (8)
I want to add a blog post on Blogs section "https://www.mql5.com/en/blogs"  But there is a problem  I don't finding "Add new post" Option.  I can't guess the problem, Can anybody help me out of there?
The new MQL5 economic calendar functions https://www.mql5.com/en/docs/calendar are in principle great stuff, but I noticed that many calendar values are delivered with (partially huge) delay, e.g. the last ISM United States Manufacturing Purchasing Managers Index (PMI) as of 1st July 2019 was...
I recently purchased an EA from the market. I have yet to activate it because every time I click on the market tab I get an script error and it freezes my terminal to the point I cannot close it. The only way to get out is to restart my computer. The dialog window says: An error has occurred in the...
Does anyone know if there is a ASH for Meta4?
Hello everyone, How to GetValue from Excel and WriteValue in Excel thank you for everyone.
  OrderHistory  (1)
Good day, Ive been trying to write a script where if (iSAR>Ask && LastClosedOrder=Buy) to open a sell order. I have this part where I get order history. When i run the script it seems like it does not get last closed order instead it gets all of the history. i see this because even if last closed...
Hi i'm using android mt5 on my tablet, unfortunately its not possible to drag and drop the stop and target in android while we are using in desktop, anybody know how could we use this function in android or IOS?
i write a script for check indicators of symbols in my watch list, and filter them, so finally exporting filtered symbols in a .csv file! in mt4 its possible to download server data and check many of symbols but mt5 dont update the symbol charts, and you must open it on screen and waiting for
hi, i saw a link about Regression but it doesn't work properly. i need these codes because i think its easy and i have some formulas like this and i want to implement my formulas. the link is : https://www.mql5.com/en/forum/158333 thank you in advanced :) .
if i rent a vps 10$ a month how many forex platforms can i run? only one? that's my question ... thanks
Hello I downloaded an mq4 indicator and tried to convert it to mq5, how ever with each coming tick my indicator deletees everything and recalculates again please assist me  Please Find the mql4 code below. #property  copyright...
//+------------------------------------------------------------------+//|                                        My B.A.C.A. Indicator.mq5 |//|                                          Copyright 2019, Jiemasu |//|                                             https://www.mql5.com...
Hi all, I have an EA that has been converted from mql4 to mql5. When I compile the code in MetaEditor I am getting an error that states this implicit conversion from 'number' to 'string' I believe that the issue has something to do with a coding error that may not have been an issue in mql4 but now...
  Neural Networks for trading  (33   1 2 3 4)
Hello eveyone! I was wondering on how a NN works in forex and how to "train" it depending on the peformance. The idea is this: based on 3 indicators, I create a NN that consist on 4 neurons(N). N1 recieves data from indicator 1 and 2. N2 recieves data from indicator 1 and 3. N3 recieves data from...
I believe this is the line of code that tells the MAB_TD_sequential indicator to print  above the price bar.  but it is actually printing in the price bar. what would i change to cause it to print above the price bar ? ObjectSetText("cd"+i,""+sCountdown,8,"Arial",Countdown); Would i change the 8 to...
Does anyone have code that runs the ReportHistory from MQL5? I am trying to automate so that it runs without me having to run. I have searched and I cannot find anything even close to doing this. Any help is greatly appreciated. Eddi Rae
  MT4 MA ROBOT  (1)
Hi, can anyone point me in the direction of a good robot that i can use to automatically trade Moving average crossovers
Good day.  I would like to know if there is a way to specify the number of orders I want to be placed. Manually I could just click multiple times. Please beware Im not saying a script that limits the number of orders. Thank You. 
How can i close a currently open loosing trade  in respect to last successful positive closed trade i.e  Close order if, OpenOrders <= LastOrderResult 
Some one please help me out. Much thanks appreciated!#property indicator_chart_window#property indicator_buffers 7#property indicator_plots   1//--- plot Label1#property indicator_label1  "Label1"#property indicator_type1   DRAW_LINE#property indicator_color1  clrRed#property...
  pips digitals  (2)
Hello, i use EA to send email notification like this : ------------- Close Sell GBPUSD  Opened Time 2019.07.01  Open Price 1.25720  Close Price 1.25672  Pips +44.80000 Email Notification   -------------- i want to change the digital of pips to +44.8 for this example without the 0000 Can you help me...
Hi, the ultimate version MT5 x64 compatible with Windows Xp x64?  Grettings.