General - page 649

Where can I get this currency pair? USD KRW? USD/ Korean Won
Hi all, I am not sure but as far as I see there are some differences between broker version (FPMarket forexample) of MT5 and normal version of it. Can I use my Brokers version MT5 while debugging and historical strategy testing? Is it safe? thank you
today is 2/22/2020 19:28pm UTC custom period selections for history / positions: last month: https://prnt.sc/r68eqz today 2/22 - 2/23: https://prnt.sc/r68fhh why is it still showing old trades from 2/19? I am using windows 10 pro broker evolve markets mt5 v 5.00 built 2286 18 Dec 2019
Hi friends, i want to enter the position and for example when i buy, trailing stop must to placed 300 points below and must follow the current price. Where did i went wrong? #include <Trade\Trade.mqh>CTrade trade;int OnInit(void){ return(INIT_SUCCEEDED);}void OnTick(void) { myOnTick(); }void
I'm downloading tick data from Dukascopy for XAUUSD. When I look at the data it appears to be valid (see first image below). If I then create a custom symbol in MT5 (XAUUSD2) and import the data, it still looks fine. But if I use strategy tester and choose "Every tick based on real tick data" for
  Bug Report List  (37   1 2 3 4)
I'm starting a bug report list that that MetaQuotes will hopefully look at
Hello, is it possible that when you start an indicator, that a Moving Average and a Stochastic appear? Because the problem is that the moving average appears on the main window and the Stochastic is an oscillator. #property indicator_chart_window #property indicator_separate_window
Reason for errors ERR_TRADE_SEND_FAILED: 4756: Trade request sending failed And 10006: TRADE_RETCODE_REJECT: Request rejected What is included in the script below
Hi all, I want my EA not get into action after Price Corrections like below, because it completely ruins simple EMA methodology. The thing is It doesn't have to be a big candle it can be several consecutive big candles. I actually need to calculate acceleration of the price I meant fast and long
Hi guys! I recently made an EA and was operating on a live account when I noticed that an EA position was not opened. When running a backtest on the same day in visual mode I noticed that something different happened in the same position that was not opened in the real account. It is as if he
hello how i can to separate the sell quantity and the buy quantity separately ? mean , if i want know about volume buy only ( how many create buy ) in this frame or other frame , and like that about volume sell only ( how many create sell ) in this frame or other frame ? there any code or any
Hi guys, ive been trying to download tick data to backtest EA´s but cant manage to do it....., tick data error pops up when tryin to wxport data to MT4. Any suggestions is highly appraciated. thxs!!! nacho I attach pics
Any one who know how to edit or make changes to a signal I.e from private to public. Please kindly help me
Hİ all Both close function is not working for me the code is below, do you see the reason for it? trade.PositionClose(PositionGetSymbol(i)); trade.PositionClose(ticket); for(int i=PositionsTotal()-1; i>=0; i--) { ulong ticket = PositionGetTicket(i);
Hello all! I hope I'm posting it at the right place. I tried searching for it on the forum but it seems no one has tried to attempt this, I'm trying to populate one drop-down (as input) with another drop-down (as input). Has anyone been able to succeed in this? Or it's something I can only do after
As I prepared my EA's for the week I noticed that I' cant migrate/synchronate my EA's and indicators with the MQL5 VPS anymore since the Mt4 update on friday. I get the message "Migration of virtual hosting failed: old version of ex4-file. Compile Indicator/EA new and re-run the migration." Does
Can someone help me, just adding comments in the base code to understand what each function or variable does
Hi, I cant use this new tool, i tried all sets of combinations and i cant get my comission for every negociated contract :( Anyone already tried this tool
Hi, guys . I'm trying to convert Indicator to Expert Advisor , but my code isn't working. In the 2nd Loop , ExtMapBuffer Array's Element has value. ( Ex : ExtMapBuffer [x] = 111.1223) In the 3rd Loop, although ExtMapBuffer ArraySize is still not changed, but ExtMapBuffer Array's Element hasn't
Hi all, You know to use an indicator in EA you should initiate it in OnInit function. However sometimes I need to Initiate an indicator in a function instead of just Copy data from already initiated indicator. But I use at least 8 indicators and I worry if I over initiate indicators (by initiating
Hello. In some cases, a negative balance (loss) may occur on trading accounts, I had it once when I opened a deal with a very large volume and got into a strong gap. The question is whose loss is it: a client, a broker or a broker's liquidity provider
  signal copying  (1)
Hello, Could someone enlight me over a following matter: I have tried to copy a paid signal signal from the mq website and and it says "start copying in Metatrader" but it does not make any connection with my MT4 real account application. When I tried to make a subcription for signal from MT app, I
How to install the EA advisor to my mt5 chart. Pls help.im new i promise
Dears, I am a newbie in MT4 and trading too. I would like to know if there is a way (I hope an easy way) to customize the terminal window. For instance, using MT on Android Profit & Loss are displayed in red and cyan. How to do the same on PC? It would be very helpful when severals items are listed
Hallo; My EA used on VPS do not send notification. After I use for example command SendNotification("Spr"); I obtain: 2019.09.18 09:52:27.197 Notifications: failed send request [0] notify.mql5.net:443 failed. 2019.09.18 09:52:27.197 Notifications: 'Spr' not sent to '.........'. On local terminal
I would like to know what is difference between 4 digit broker and 5 digit broker and also give your views which broker is good 4 digit or 5 digit?
The MetaTrader 5 platform update will be released on Friday, December the 13th, 2019. The update features important additions and fixes based on the feedback we have received after the previous MetaTrader 5 build 2265 major update: Terminal: Fixed a bug which caused inability to delete an Expert
Dear Ladies and Gentlemen I don't know why my vps rental from mql5 place order without ea. How do I resolve this problem. If I put my EA into chart. I will have these order and new order from new ea too. I don't understand. Give me right way please. Thank you so much
  USD/JPY Analysis  (981   1 2 3 4 5 ... 98 99)
Well, the asset moves as I’ve predicted. I think that I can earn even more on USD/JPY! Definitely, the show must go on =) 
Hi everybody Is it possible to add a custom pair among the symbols which does not exist among the available pairs? MT5 user. Cheers