General - page 218

hello, I want to hidden the unread count
HI all, Can an MT4 account with suffix copy to trades when I subscribe to any Signal Providers? My account for example is EURUSD.wn rather than the normal EURUSD
On the 'My Subscription' page there is a Move Subscription option. Can this be used to move a subscription to the same terminal on a different VPS? In other words, if I move the terminal from one VPS to another can I then move the subscription across
Hello, can't we use Telegram to confirm the phone number
Imagine my surprise on Friday last weekend when i woke up to withdraw my funds from Mql5 and there were no payment options available for withdrawal !. First they took down PayPal last month and now no webmoney or epayment withdrawals. And i have since sent service desk a message on Friday but no
  hyperactive EA trading  (22   1 2 3)
Good day to All, I have small inquiry if anyone have the experience to help me out I’ll be so happy I received an email from my broker asking me to reduce the massages sent throw my EA to mql5 server as limited to 2000 msgs per a day and they told me they might close my account as hyperactive
Hello, I would like to have some code to automatically activate the native MQL5 Trailing Stop function to my orders. That being equivalent to right click an order, and set the number of Point under "Trailing Stop". I was expecting this to be simple enough but I haven't found a way to do it. Is this
I have purchased the indicator listed in the subject. I have had zero problems downloading and installing it directly from my mt4 terminal from my laptop. However, after repeated attempts I continue to get a "installation failed" error message when attempting to do the same from my VPS. I am using
today in calendar is 2019.11.15 and as long it results as: 1573779710. to convert it to Arabic or lunar calendar, it must be 1441.03.18. I can not come to this number by subtracting numbers from 1573779710 because it starts from 1970.01.01 is there any other way to convert regular calendar of forex
Ive written over 100 words plus attached a screenshot to send message to tech support reagrding financial operation being limited since i switched vpns and vps,but it keeps requesting MORE dam word, like it wants an essay wtf. All of my market indiactors are frozen on an old pair from weeks ago, and
hi i have a great new EA! it works well on every tick but soon as i go to every tick based on real ticks it loses. now i have this set to true input bool Expert_EveryTick =true; // but i wonder is there a way to take my auto generated EA and move it to OnTick ()
Hello All, I am trying to create an EA in that if a bar cross 200 SMA line in either direction, Then based on cross I want to open a trade. But I am not able to do that, Kindly check my code; As you can see the blue line, I want to open a trade only on that time, But I am not able to fix this
Hi guys, as per topic i'm total noob on mql5. Couple of years back started mql4 but dropped it so instead of continuing i decided to give mql5 a try. I'm trying out some basic commands and came across the __DATETIME__ so I tried printing it via the below command Print ( "DateTime is " , __DATETIME__
Hello, I am wondering what would you consider a better practice for storing values of an indicator. Keeping a seperate Array to store values for each indicator or having one array where you temporary use it to store values and clear for each indicator? Example below for a moving average indicator
financial operations are limited. please contact our3 technical support team, i do not know what to do here
Hello people, I need help with the following matter. In MT5 interface, when you place an order (buy limit, sell limit, sl, tp, etc) it shows up in the graphic as a dashed line. Well, Idk what I did, but that does not work anoymore in my MT5 lol. I want to get that feature back, what should I do
Hello everyone, I have a question. Tried many things but couldn't find the answer. What it makes signals more or less reliable
The advent of MetaTrader 5 is going full speed with FXFlat becoming the first German broker to offer an alternative for MetaTrader 4. The company is a full-fledged STP broker regulated by the Federal Financial Supervisory Authority (BaFin) with the FXFlat Wertpapierhandelsbank GmbH license....
I have created a new button object using... ObjectCreate ( ChartID (), "TestButton" , OBJ_BUTTON , 0 , 0 , 0 ); There are certain instances where I would like to disable this button, so is it possible to disable this button object so that it cannot be clicked? So far I can only see 2 options... Wait
  XAUUSD  (1)
I am busy for 3 days now to add XAUUSD on my XM5 platform. But I can not fixed it. I have looked on youtube, read on forums but the layout is totally different comparing to my layout. Can you tell me what I have to do? Does someone have a guide for this? This is how my layout looks like: I hope
opened up a demo account today Monday and was cut off from trading at 5pm and will not allow me to enter new trades because "market is closed" anyone know why this happened? thought the market was open sunday to friday 5-5
Hi, Anyone knows if purchased licenses are attached to CPU or system memory? I would like to update few components of my server and I want to know how I should do it to avoid losing current attached licenses. Cheers
MetaQuotes and my broker's Servers are blocked in Iran. I tried connecting by proxy server(http\socks4\5), and none of them worked, Proxy server test failed! Is there any working proxy? I don't want to use vpn softwares
Hi, as I understand it using MT5 in it's basic form (without VPS) means that my OCO orders are only hosted on my PC, in the platform, and if for example the power cuts out, the OCO orders will not get executed, leaving me with unlimited risk on the open position. Will using the VPS mean the OCO
Is there a way we can get a zooming level between 3 and 4, even if it means removing any of zooming levels 1 and 6
  Input Validation  (7)
How do people usually validate their input values? I was "cheating" doing things like using uint instead of int (to prevent negative values) however the compiler doesn't seem to like this much because later on when I compare unit to int variables it gives a "sign mismatch" warning
hello i have a specific list of orders in csv i was thinking to make varius back test with specific lot size to see the max drawdown. is possible? there is any kind of way to do it
  Why am I here?  (2)
can anyone tell me how to use this app
Hello everyone I would like to send my EA for free to all users that have previously purchased any of my products. I saw some other sellers doing the same thing. Is there a possibility to do that in MQL5? Thank in advance for your replies! :)
Hello, During coding I split code in project into a different ".mq5" and ".mqh" files for clarity. The problem is that functions which are placed in ".mq5" file other than main file are not displayed in suggested function list. When I create header file ".mqh" for particullar ".mq5" file with