General - page 756

Does anyone know if I need to deposit first into mql5 to open a freelance order?
  Trading without indicators  (11   1 2)
lets share trading without indicators (naked trading) issues 
I am using MT4 on a broker demo account and when I send an order then this type of message shows up in the Journal tab: 2019.06.11 17:00:11.696 Trades: use hosting service to speed up the execution - 1.85 ms via 'MQL5 London 6 (MQL5.community)' instead of 156.98 ms Is there a way to turn this...
 Looking for a EA that trades the open on the major indices at the start of the week ? even a copy trader who has success in this ? 
I have submitted my all the required documents but also my application to seller is rejected. How many documents do we need to submit, isn't it the only passport and my photo with QR code. I have submitted my both documents which is taken by camera only and it is not edited anywhere. But then also...
Hello, I record my MT5 screen with special interest on the MetaTrader "Experts"-tab (for bug-detection and price analysis), so it's really annoying that any incoming e-mail from my broker automatically switches to the "Mailbox"-tab instead. Is there an option in the MT5 settings, in MQL5 or any...
  Who is paying you ?  (22   1 2 3)
Who will pay for your money ? what do you people think from it ? is a forex broker company is a casino ? its like when you join a forex broker company for 10k and you win for 200k, who will actually pay for it, of course the forex broker will pay for it, but where they will get the money ? is it the...
  time and date  (12   1 2)
dear friends, i need help with the time and date to set my script in motion... meaning - how can i differentiate between Monday and Tuesday ... and how can I translate the hours from the broker platform ? any piece of code in this respect is greatly appreciated ! have a wonderful day ahead & thank...
Hey guys! Does anyone know where (if possible) I can buy MT5 historical data for some backtesting? I have tried Tickstory but it isn't working very much. Thanks a lot! Martin
Hi, can someone help me to find currencies strength matrix indicator in MT4 please? or provide for me any website can offer a live of it for free ? thanks
  Help with code  (1)
#include <Trade\PositionInfo.mqh>#include <Trade\Trade.mqh>#include <Trade\SymbolInfo.mqh>  #include <Trade\AccountInfo.mqh>void OnTick()  {  //--Defining Variables for Information for Comment   double myAccountBalance = AccountInfoDouble(ACCOUNT_BALANCE);   double myAccountProfit =...
Hello everyone! I'm trying to translate (without much success) this indicator from MQL4 to MQL5. The code compiles, but there is no plot at all. What I'm missing? MQL4 code: //+------------------------------------------------------------------+//|...
  Merge accounts  (2)
Hello ... I'm Ali from Kuwait. In Kuwait there is more than one brokerage office, each office has its own MetaTrader platform, and I personally have more than one account at more than one company. I have been wondering if you can provide a service for the MetaTrader (iPad, iPhone and Computer)...
The multi-timeframe indicator on MT5 never works on weekends. On weekends,the market is closed and there is no tick events,there is awlway getting error 4806 ("Requested data not found") when you load a mtf indicator to a chart. I found that if I load another indicator to another chart,the mtf...
hi i couldn't find myself a robot that copy a signal provider signal, does this exist on mql5
Post your ideas below.
Please what type of document should be uploaded in the company registration document upload section when creating a new seller account. Am interested in creating a new seller account using my company brand and want to know the type of document type that have to be uploaded.
Greetings. Here I propose to outline the goals and objectives of the project . Discuss details and nuances. You are welcome
The Snaptic Track pad on my computer has lost Right-Click function for Selecting Objects.  Is there a way of Selecting Objects without 1st Right-Clicking them, to get to the Object Parameters View? Many Thanks!
Hi everyone, sometimes I get this kind of problem on some currencies, with multitimeframe experts (look at the picture) Do any of you know how to solve it? Cris
Hi, I often see that the "connection failed (no connection)" on the journal of my icmarkets mt4... generally it reconnects in seconds but sometimes it can also take 10 minutes! The same issue happens on different mt4 installed on different machines, one is also a forexvps virtual machine, at the...
hi i need help i can not find good detailed info or guide   i want to install MT4 on web hosting i have VPS server from Blue hosting  which is Linux based. some please help me from start to fished Regards 
When is the EUR/USD the quietest? What are the hours when it is ranging and moving sideways? Thank you
I want to verify as a seller account, asking upload photo with QR code. but I am not understanding. How do I do it? Any friend please solve this issue !!
  Multi timeframe  (3)
Hello, I have been trying to develop a function for some time but unfortunately I fail. My goal is that if I have a candlestick at 23:56 on the M1 chart, it will be at 23:55 on the M5 chart. And at the M15 Chart then at 23:45 o'clock and so on. Many thanks
  EA Builder  (3)
Hi I bought EA builder a long time ago but have not used it in a long time - when Meta Editor was an icon and not separate as it is now. I wrote an Indicator using EA builder. It compiled successfully but for some reason does not appear in the Indicators list. I rebooted the computer thinking this...
Hi  All, I have a  logic in question.Is it possible to record below trading statistics and probabilities with a script ? ---Profit or loss in pips for each  closed trade. ---Percent change of close price(close to close of each bar) for each  closed trade. ---Number of actual up and down  bars for...
[Deleted]
0.01 buy gbpusd 1.2700 0.01 buy gbpusd 1.2710 How to close one of them using ticket of that position
I wanted to verify as a sellar, asking for a QR code image. How do I do it?
  iMAOnArray  (2)
Hello, I'd like to add a moving average to ATR (avergae true range) chart. It looks like this: - ATR is blue line - MA is red line The problem is I don't know to to read the data in MQL. Here is what I did. #property copyright"Copyright 2019, MetaQuotes Software Corp."#property...