General - page 769

I installed the MT5 on Windows 10 and when I start a debug on history and it pause on a breakpoint, if I click on stop button in the meta editor or strategy tester visualization, the MT5 and ME screens freezes and I have to wait some minutes to the apps recovery. If i click in stop...
I've been away from trading for a long time and was very used to MT4, so a little confused now. All my indicators are for MT4.  Are there still other MT4 charts that are live now that can be used today? Which ones for demo if so?  Or does that mean I am stuck using MT5 now? Thanks!
Hi, Just downloaded tick data using MT5 (Ctrl U) on a few pairs. The tick data only contains date, time, bid and ask values. No data for last price and volume. Can someone please enlighten me why last price is not given? Thanks.
I rented 4 signals and 3 of them work fine. One of the signals execute oders (long and short) with a delay of 20 to 30 minutes. But the orders are closed without a delay. When the signal provider makes a profit I have a loss or a less profit. Why does this happen
Hi, I am trying to figure out how to configure the lot size increase of the trades that I have subscribed from my signal provider . Is this something doable in MT4? Thanks, Lokesh K
Hello, I tried to create a very simple EA program for closing trade as follows : #property copyright "Copyright 2019, MetaQuotes Software Corp." #property link "https://www.mql5.com" #property version "1.00" #include <Trade\Trade.mqh> CTrade trade; void OnTick() {
No SMS received after Register as Seller, can anyone help me? thank you
Hi there guys, does anyone know of an indicator that plots the bid ask line only til the current bar being plotted?
  investor  (82   1 2 3 4 5 ... 8 9)
Looking for an investor! successfully trading since May 2017. i can send you the results on email. Yield from 20% per month. *** below is a file with a detailed report from the beginning of the year
  HLC Bar Chart Indicator  (24   1 2 3)
Hey guys, was wondering please if anyone had a HLC Bar Chart indicator for MT4 please? I would like to use the normal bar charts in MT4 but without seeing the Open data displayed, just displaying the High, Low and Close. I wonder if this is possible to change the code in MT4 so that it does not...
Hello Service desk team, Please solve my concern. Current I cannot open my account in MQL5 webterminal but I can open in MetaEditor4. Thank you, Machaya
When I click --> https://www.mql5.com/en/users/sukumarsikdar/partner I get a response --> No affiliation links generated. What is the correct way to use that partner link and become an authorized partner?  Thank you.
Trying to count the number of times that the Ask price goes above the High of the day.  Only seem to get zero, with the following code.  Can someone tell me what I'm doing wrong or missing?  Seems like this should be pretty simple.  Perhaps code is only being seen as a true or false condition....
Hello everyone, is there any script that can inform us in the middle of the screen the value of profit or loss like this image in Ninja Trader that works in MT4? Waiting for answers s
[Deleted]
  Flexible Time Charts for MT4  (84   1 2 3 4 5 ... 8 9)
This gives you 96 time frames including tick. You can chart on the bid, the ask or both and there are a host of other options. Since someone threatened to make something similar to this and sell it as a commercial product. Here is a free one that I made. You must have stderror.mqh, WinUser32.mqh...
Please explain how do I subscribe some one signal direct from MQL5.com while his signal is not available in showcase of MT4 Regards
Handover and payment The Customer has accepted the Demonstration. Now, the Developer is to deliver the final result. After accepting the work, the payment (minus commission) is automatically transferred from the Customer's account. The Order is automatically considered complete, unless the Customer...
Hello guys; I have a variable equal a 0. However, through a period of time it will assume another values. When this period of time fisnish, I'd like the variable return a 0 value. The Opa2 variable will receive parametres from Opa variable. Soon, Opa2 will not worth value 0. I wanna that this
I have sent documents but1- I am From Egypt and live in Russia. 2-my upload photos was not as required. 3-my registeration as a seller rejected I don't know why. 4- now I remake photos as required but my registeration as a seller id rejected. 5- How can I make new registration as a seller.
Hello i subscribe for an ea and he not open orders when the EA opens several orders at the same time why ? Thanks
Hi, I found an interesting indicator I would like to use in MQL5. Tried to convert it myself and get no errors when compiling, but unfortunately nothing is shown on screen when attaching the indicator. Maybe someone can point me into the right direction. Thank you in advance. Best Regards Sebastian
A meme is now circulating that gold is the investment equivalent of a pet rock, and that the smart investor should sell gold, and buy stocks. That’s a ridiculous notion. In fact, if you believe in buying low and selling high, this is the time to buy gold, and sell stocks. It pays to remain as...
Dear mladen and Mr tools is it possible to create any ea or script to generate 30 seconds data , with the history , presently as far i know its only shows the present day , but once restart the system that is also disappearing  so is it possible to create a history of  desired bars / days ,,,,...
Hi For a ongoing signal, in order to change some signal cofiguration later (ratio of deposit used or Stop if Equity is Less Than) in the Options > Signal, of the MT4 platform, does that automatically get changed on the VPS? if not, how to apply the changed? Thanks
I need to make 2 buy or 2 sell trades, with one having a TP and the other running with a trailing stop.  Current EA only does one. Tried: OrderSend()&&() And OrderSend()&&OrderSend() Neither is working. Should it be: If(OrdersTotal<2) to open 2 trades  And close one position at a certain TP Then...
I am newbie with mql5? Would like to know how to get last closed orders (market order closed or pending order deleted) ticket number?   Thanks in advance.
Hi ! i paused the signal for one day, when i restarted i can not copy the signal anymore. please help. regards
Here's what I have so far, and it works, at least it seems to. Is there a better way to do this? Also not 100% sure of the 0 condition. I'm interested in any commentary that generates an interesting, more efficient, and/or more elegant functionin MQL5. // Check if three doubles have the same sign...
#import "kernel32.dll"   int   CreateFileMappingW(int,int,int,int,int,const string);   int   GetLastError();#importvoid OnStart(){    int hMapFile= CreateFileMappingW(-1,NULL,4,0,256,"Global\\test");    Print("CreateFileMapping_error:",kernel32::GetLastError());    Print("hMapFile=:", hMapFile);} Hi...
Hi all, Is there a possibility to create a batch file in dos to be able to recompile any number of files and create executables? Thanks in advance Manuele