General - page 644

Hi all, Can I change the little arrow position (which let me chose zoom position in the picture below) by code
We have now released the first version of projects, collaborative projects and a new repository. A huge change has taken place with the introduction of project files in the form of MQPROJ projects. Large projects with many included files can now be easily organised and handled conveniently
It seems XAUUSD price data is available via Metaquotes' demo account but trading is disabled. Can you please enable this for a demo account?
I have a VPS and it still says this, what do I do
Good morning to everyone, i cant publish my charts,any ideas?AD5ibyii i only see this
Is it possible to access the source code of basic MQL functions like iMA()
#import "user32.dll"ushort RegisterClassA(WNDCLASSA& wc);#import LRESULT MyWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { LRESULT result =0; switch(uMsg) { case WM_SIZE: { // int width = int(lParam); // Macro to get the low-order word. // int
Good morning you all, I have a question. I'm coding an expert advison but I have a problem. I set many conditions and when all of them meets it should send a order (buy or sell it depends on the conditions). I'm testing it but it sends many orders at the same time but I want it send only one order
Dear helpdesk. I have to use Httport or SocksCap. As server I should specify localhost: 127.0.0.1 Metatrader4 connects to localhost, then Metatrader4 forget localhost & uses server address. At first, MetaTrader4 connects normaly, but if we have some troubles with internet connection, MetaTrader4...
Hi all, I got 4517 wrong settings error while trying to send push notifications however everything seems alright to me where can be the problem
Hello, i open this topic to know if it was possible to create a private signal but which can be followed by private subscribers (people who would have the link)? Best regards. Nico
I have money in my account that I have no way of getting back unless I close my account. I do not need anymore indicators, nor anything else from the market. Having said that, rather than letting the money sit in my account, is it against the rules to create a project request in the freelance
Twice today I have entered a buy stop well above where the price was and for some reason both trades were executed well below these prices... see attached screenshot... buy stop entered at 1.27677. The price only ever got up to 1.27539 when it triggered the buy... of course it reversed!! I know this
Hey Senior Members , I am working on MQL5 project and done some more projects on MQL5 too but currently i have been stuck in Issue which is following in MT5 Previous Orders history there is no Order Closing Time , and i want to select last closed order in MT5 and due to Order closing Time not
I'm kinda stuck on this. For example if I my target TP is 50 (of wallet currency) and I want to cover this distance in 100 points. How can I calculate what lot size do I need? I've tried multiple ways with TICK_VALUE, TICK_SIZE but somehow my head can't wrap around this :)
I want to be able to see a line from the price I get in at to the take profit exit price. does anyone know how to code this and also, that when a trade comes in a a particular symbol, that chart to change color. Please help thanks salomette
[Deleted]
I am in litigation with my broker for an execution error of an order, so I sent my Logfiles. They prove many obvious errors, and this is written black and white in these "logfiles". However, they refute and do not want to reimburse me. The error was "closed market" while the market was open
#property indicator_chart_window#property indicator_buffers 5//#property indicator_color1 White#property indicator_color1 Black//#property indicator_color2 RoyalBlue #property indicator_color2 White #property indicator_color3 White #property indicator_color4 Goldenrod #property indicator_color5
  Freelance  (2)
Why mql5 charge fee from customer if seller canceled the order? Why mql5 can't charge from the seller? After accepting all requirements and then refusing to do the job is not a customer fault. But it's unfair to charge fee from customer if seller canceled the order
Hi all, I want strategy tester to start from exact time like 11:35:00 Can I say it by a function like OnTester() { SkipToTime(11:35:00) }
Hello, I would like to display in the chart the ID/Number  of each bar in the session. For example, the 1st bar of the chart would show "1" below it, the 5th bar would show "5" below it and so on. Does anybody know how to do it in MT5? Other platforms such as Sierra Chart have it built in as a...
Good Day I proceeded with opening a live account today. Although i did not choose a broker. It just showed the picture i have attached so i just clicked next. I got a mail saying i have a Preliminary Account Registration and i will contacted soon. So is everything i done in order
Hi.. I need to stop my order opening on Fridays. and i tried to get day from DayOfWeek function. its working with one broker and for other every day returning 0. can someone help me on this. int DA=DayOfWeek(); (0-Sunday,1,2,3,4,5,6)
Excuse me. My account: 201902456 On December 26, 2019, the withdrawal request has been approved. Why it hasn't been credited for 2 months now. After many inquiries, no doubt. Very confusing. Is there something wrong with the company's operation
Hi all, May be you may come a cross this problem before. Eventhough my EA version is up to date (I recompiled it) some how (because some settings of MT5 tells that) MT5 says "Debug version of 'MyEA.ex5', please recompile it " and stucks in this screen Do you know how to solve it beside uninstall all
Hi everyone, I subscribed to "ABC" signal provider and found it not good for me after a few days, then I cancelled it. After cancelling, I subscribed to another "XYZ" signal provider using the same VPS I used with the "ABC" signal before. Here, problem started, the VPS doesn't connect to the signal
  VPS advices?  (1)
I need VPS only for copying signals. Do you guys know good and cheap VPS. Should I use the one that mql5.com sells
Hi guys, My Windows on my PC just updated some new updates and all of a sudden my Expert Advisors are not able to be loaded onto my charts again. I keep getting the error message in the Experts tab of my MT4 that simply states "cannot load". Any ideas on how to resolve this issue? Waiting anxiously
Hi. I am trying to develop a HiLo indicator but I am having trouble with the information that comes from the iMA formula. If I try to use 1 at the iMA formula, it does not dislocate the result. Here is the code. #property indicator_chart_window#property indicator_buffers 2#property indicator_plots
Hello i wnat to know how to calculate this profit /month and base on which information calculate this because i calculate the profit (% of profit of day base on whole money) of each day of month and sum them and the profit i calculated is less than this number please answer if you know