General - page 890

Hello, How can I sort the open positions on MQL5 ? It is about the positions opened by the signal provider. I want to have them sorted by "opened time" , or by symbol Dan
Hello, I am trying to subscribe for signals provider but I don't know how . What I did is : 1. I choose signals provider 2. Then clicked on '' Copy trades '' 3. the system opens new widow with my trading account 4. At the bottom right in my trading account I clicked on '' Subscribe for 30 USA ''
New MetaTrader 5 Platform Build 1755 MetaTrader 5 platform update will be released on January 18, 2018. The update will feature the following changes: Terminal: Fixed an error that caused the terminal and MetaEditor to block Windows shutdown and reboot. Terminal: Fixed the chart shift when...
Hi everyone, So i got a problem here : I would like to connect my mt4 account through a php code and be able to open orders on it if possible, I tried with the webterminal but there is no real documentation on autologin on webterminal so.. I need help ! Thanks if you read this :)
Hello, I subscribed tot he signal shown below (photos) and it has not been trading for the past one week. I tried cancelling the subscription but it says the action is permanent and irreversible and my money will be lost irrecoverably. Please advise me on what to do to get the signal working!!...
  Breakout EA  (5)
He
Hi guys, I am in a dilemma. Please help me and suggest me.   I am trying to run my strategy and optimize is using the strategy tester. But the process is taking hell lot of time and I want it to get completed as fast as possible.   Kindly, suggest me how I can make the GPU based optimizer or Expert...
Hi, How can we ensure to correctly clear all the memory after the use of iCustom function ? For exemple I use X times the iCustom function and the handle is stored in a table. I'm afraid of memory problems... Thanks ! Erwann.
I'm new to trade coping and was wondering if all the signals are real and current or not?
Hi, is there a more elegant way of an object to know 'for what it is' used? A class should know whether it is part of an EA, an indicator or a script so that  e.g. it knows how it should deal with e.g. sleep which does not work in indicators and must be treated differently. Neither in the help of...
Well, I've subscribed to my first signal with real money and it seems to be doing ok after 3 weeks, meeting my twin criteria of stability and a reasonable monthly return. There is some slippage, but I understand that can happen as my broker is different from the providers. The question is, what...
I developed an EA to manage the SL of my manual orders, I have had no problems since today, everything seems to work just fine but yesterday I traded on a pair that I haven't opened any positions using the EA that earned a quick 40 pips, I woke up today but the SL was not moved, I double checked on...
Question#1: Can someone explain why two values are not able to add? iATR     +   iMA     =  9.881312916824931e-32 5.9125  +  2691.3  =  9.881312916824931e-32 I have attached code for review.  Great Thanks!
Goodmorning everyone,what indicators are used for Gann's analgesics?
Hello, I have started Forex Trading again after an absence of around 10 years. I have downloaded MetaTrader 5 and when using the cross hair tool to draw a line over several bars, the following is shown: 1.22222: 8 bars, 531 points Does 'points' refer to 'pips'? It seems strange that in MetaTrader 4...
  MT4 platform without Sunday  (33   1 2 3 4)
I am not sure if this has something to do with the settings on my system... I use the same EA on two different demo platforms (MIG and FXDD) however I am seeing different buy/sell signals. After looking at the history data I realise that it is because one of the platform (MIG) includes ticks on...
  input variables and comments  (15   1 2)
Hi you all, There's any way to define the display text for an input variable other than a comment after the variable definition? Thanks. 
Hello, I want to declare static arrays to be used in different classes, so they should be initialized only once. I also want to directly assign values to the arrays. Putting these arrays into the public part of the class, I get an '=' - illegal assignment use error. Putting them into the...
Hi all,     I want to find my signal in the MT4 terminal in order to show some details? But i don't know how to do it,can somebody help me? Best regards, Pan
how can i see my profits that i have made as a copy trader in mql5 ? can anyone help please thanks
I have downloaded several EAs from different people and not even a single one has gotten to open any trades. I don't know what is happening nor I'm liking it. It's honestly been horrible I've tried everything I can think off! When I compile the EAs I only get ordersend function warnings. Not a...
Hello, somebody can help me because in the compartment "Services" my agents are 0 passes while Cloud is connected and the etat is running. I don't understand where is the problem.
Here is the code that I have tried for Simple Moving Average . const string cl_src = "__kernel void CalculateSimpleMA( \r\n" "int rates_total, \r\n" "int prev_calculated
Hello, Newly started using OANDA trading platform and I noticed that the Daily chart shows Sunday thru Friday, a 6 day chart. Is there a setting I can change to make the Sunday bars blend into Monday, so I'm truly following New York close
I've tried every trick I know including going through all my Windows 10 display options and so far....nothing. Maybe someone out there can assist....check out my screen image in the AUDCADProM15.png file below All the EA info boxes are squished together.
Dear programmer,  Kindly, I'm looking for an EA with the following Idea & example  Example: I open a position  at FXDD broker  for EURUSD - without stop loss  and I open a position for USDJPY at XM  broker without stop loss so if margin call happens at FXDD,, the expert advisor must close the other...
  Password  (2)
Hello, I have forgotten my password I set when I opened the mql5 thing. I can see a purchase I have made but I cant install it as it asks for password and when I input what I thought was my password nothing happens? I am currently logged in but when I go to password to change it it says incorrect...
unguento i. Per qualche motivo ignoto mi è sparito dalla MT4 l'indicatore a pagamento suddetto. Come posso reinstallarlo? 
Hi everyone am looking for a Penny stock broker that allows for foreigners. Thank you
I downloaded this data set: I opened it with Excel, which shows: <CLOSE><TICKVOL><VOL><SPREAD> are concatenated without a separator. (I used "." to parse the other fields). Is there a method that tells MT5 to insert a separator among these fields? Thanks for your help