General - page 935

hello, Im new to MetaTrader4, does anyone know how to change the background color of the chart from default black? also, what is the technical indicator AO, AC & Gator? Additionally, is there a currency heatmap indicator for Mt4?
  Suggestions for MQL syntax  (98   1 2 3 4 5 ... 9 10)
I decided to create such a topic, because according to my observations, the development of MQL syntax has been stagnating for a long time, I can't see any improvement of the language in recent years. I don't know if the developers are going to work on MQL, but many of the features are very missing
Hi, I would like to change my broker for my signal. But when I go to settings, I cannot do this; only account nr. and investor password. Does anyone know of a possibility to change the broker, without that history is being deleted / has to restart?! Thanks.
  Beginner guide  (2)
Hello, I'm new to trading and I really need help urgently 
Hey all For the life of me I cannot find a place to email MetaTrader. Years ago i gave my mobile phone number when i created an account on MT4 - not through a broker. I keep getting sales calls, and I want them to remove my mobile number, but i don't have any details of my account i used. Can anyone
I paid for rent of indicator and up until now, i m unable to use the indicator on my metertrader 4, and the money has been deducted from my bank account.
[Deleted]
Dear  I wrote a code below to delete all object match with object name void DeleteObject(string OJ_Name){   string OJ; bool is_Delete;   for (int i = ObjectsTotal(0)-1; i >=0; i--) {      OJ = ObjectName(0,i);      if (StringFind(OJ, OJ_Name) >= 0) {         is_Delete = ObjectDelete(0,OJ);      }...
I just started arbitration theirs an option to cancel project if I cancel project do I lose all my money in escrow or do I get all of that back
Hello, I have been suffering from very confusing and late execution times with my EA created with MT4.  I have a top notch gaming pc with i7, 8GB ram, 128GB SSD etc with fiber cable internet (connected to internet not with wifi in order not to suffer from surrounding routers' signals), there is only...
Let's discuss for non-farm tonight!! What do you think about the trend for Gold , ERU and GBP? Get it Loud
  A branch of clever and elusive critics  (90   1 2 3 4 5 ... 8 9)
Comments not related to " Discussion of the article "Analysis of Balance/Funds charts by Symbols and ORDER_MAGIC Expert Advisors " were moved to this topic
Hi guy, Need your advise. I was able to receive push message everyday. Android mobile phone MetaTrader4 apps NOT receiving anymore push message *** after computer hibernate due to battery flat ***. I have restarted my laptop and restarted my mobile phone Metatrader4 apps. Still not receiving any
[Deleted]
Hi, Do you know a good place where I can find reliable data (M15) since 2000. Thanks,
[Deleted]
Hi all, I am a newbie here and searched through the forum and the indicators on the market and could not find what I was looking for hence decided to ask for help. I appreciate your time in advance. Do you happen to have / seen an indicator for MT4 that marks a swing High / swing Low with adjustable...
Question Is there a way to make a 2 Hour Timeframe on MT4?
I have brought a new HP Pavilion laptop with windows 10 but I am not able to partition the drive in the laptop.  Can I get the guidance from here that how to partition the drive in windows 10?
next week there will be the Win 10 update, but it is already available and there are first testimonials, taken from here https://winfuture.de/news,105358.html (German):     .. files disappeared after the installation of the October update. This is about the document folders (C...
  MetaQuotes team - Thank you!  (61   1 2 3 4 5 6 7)
There are so many threads on this forum, different threads on different topics (funny))). Some topics are so absurd and irrelevant that sometimes you browse through them so that they don't glow with a blue badge (Well and to raise the rating, I guess, I didn't do that) And sometimes you read all the
Hello Folks,  Can I pick the brains of some MQL experts please? I use an EA to allow me to trade whilst I'm at work; before work I configure the EA based an expected market pattern - if price action follows a forecast path, if/when price then enters what I call the 'sweet spot', using the inputs...
Hi I have an EA that based on the below PZ day trading indicator on mt4 My problem is the code that I have below that is driving the EA has the stoploss set to the bottom of box (if long) or top of the box (if short) plus a stoploss buffer of 5 pips. What I want to be able to do is have an option of...
Hi, I am currently using some systems (indicators and EAs, both bought and developed by myself) that are very hardware intensive. I have some powerfull hardware at my disposal, because I work at a ISP. I have a dedicated server on a data center only for my MT4 platform (it's a intel xeon E5-2609...
  Arbitration  (3)
I am in a job with a coder who is ignoring me and has not ever produced any code.  Now that I accepted arbitration there is still no response from the coder.  Since he is not responding, I cannot get out of the job or unlock the funds.  How do I get this fixed?
My (win10,64, Mt5 b 1881)  call: ..input int      BB_Period = 14;input double   BB_Devi   = 2;..int Hdl_BB;int OnInit() {   ..   Hdl_BB = iBands(_Symbol,PERIOD_CURRENT,BB_Period,0,BB_Devi,PRICE_CLOSE);   if(Hdl_BB==INVALID_HANDLE) {      Print(__LINE__," The iBands(",(string)Hdl_BB,") by "...
  Order Board  (4)
Hi, How I can the Order Board to my MT4, any ideas?!
hi, i just rented <name> ea for 1 month and i dont know how i can use it. please i need a guide on how i can install it on my mt4 and use it.
Hi, I brought my EA on 2018.09.14 and it work fine, however once the window 10 updated on 2018.09.15, my EA was disable. I need to reinstall the MT4 and waste 1 activation to re-download again to let it work. Anthony
Hello, I want to make the Fibonacci extend to the end of the candlesticks but it seems to stop short like the picture I have attached and doesn't go all the way to the right. Do I use meta editor for this? If so, and there is code involved please dumb it down as much as possible because I am...
EURUSD, GBPUSD, AUDUSD, USDCAD , NZDUSD dependent on USDX currency. But I need to know other currencies dependent future currency
Hi everyone, does the EA closes the trade or I need to close it, so far it's running for a 2 days with profit without closing any position. Thanks
Hi A mql5 code needs to know when a new bar arrives. various methods use "TimeCurrent()" which can remain fixed "not changing" for a long time till a new tick is received by the termnal from the server. How does that affect the ploting of a new price bar? i.e. does the terminal plot the bar based on