General - page 291

  VPS Ping  (11   1 2)
Hello, which ping is the correct one? Top left or corner right? Because in the right corner it show about 90ms. And on top about 2 ms, like shown in the Screenshot... Thanks
Today I ran into a problem with MQL5 compiler. Errors appear when compiling my old code. I have written simple example to demonstrate it. class DataContainer { public : int m_int; }; class TestClass { public : DataContainer* get () { return &m_data; }
I have successfully subscribed for a signal but unable to view the signal tab .Please let me know the steps for the same
Hello, the problem shows itself, when there are several objects nested behind an array entry. Beginning with the second one no code completion is offered anymore by the editor. For an example and details please see the attached mq5-script-file. Thanks to everyone for attention and to the developers
  crash and boom  (1)
im having trouble with crash and boom settings on deriv
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
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