General - page 298

Hello, Let's say I would like to copy trades from mutiple masters accounts to 1 follower account. Here on mql5 or wherever. I would like to know how could I choose an equal allocation for each master ? EA, website, script or whatever. I will try to explain : Let's say I have 2 masters accounts that
is there any chance to add indicators to metatrader web terminal like position calculator guys
Hello guys. The problem here is really simple: When I delete an object from the chart (using "canc" on the keyboead or mouse>right click>delete) apparently OnCharEvent does not detect the event as the Object has been deleted. void OnChartEvent ( const int id, const long & lparam, const double &
Hi, today I stumbled on a problem with pending orders. Please see the following EA doing the following steps: trading the currency pair USDCHF as soon as the market is open two buy limit pendig orders will be placed: at 1.06800 and 1.06500 #include <Trade/Trade.mqh> bool OrderOpened; bool
I am subscribing a signal. The balance ratio was 460% When the signal opened an order, signal platform opened two orders in my account. One is 0.46 lots and another is 0.33 lots. After a while, 0.46 lots order was closed and the 0.33 lots order remained. However, the log file has no clue for the
How is the Reliability of a signal calculated ? As an example, compare <Deleted> and <Deleted> . The first one has maximum drawdown, percentage of profit trades and recovery factor all worse but still it has higher Reliability
[Deleted]
I have finished registration as a seller but verification with phone number is not working I am not getting code to finish up the verification can someone help me out
I have a box with some info on the top right of all my charts. Does someone know how to remove it. Please see the attached image. Thanks, Bruce
hello im new here, where do i start from
  Hide stop loss  (1)
Hi, does anybody know of a good trade manager EA which hides your SL
  Withdraw  (12   1 2)
For 2 weeks now I'm sending emails to withdraw money from my Mt5 account. And no one reply to me. May I know the reason and what is the status here Thanks
  Coding  (3)
//+------------------------------------------------------------------+ //| Indicators.mq5 | //| Copyright 2022, MetaQuotes Ltd. | //| https://www.mql5.com |
How is it possible that a broker (regulated in Europe) can protect a retail client from negative balance unconditionally , whatever is his loss (below zero) when using leverage, because this is what many brokers state: unconditionally. I mean what's behind? An assurance that guarantees a refund? Or
I am trying to use CArrayList with a custom class, but when I try to Add to it, it doesn't seem to know which function to use - is this a bug in the platform? How can I specify? class EntryLevel { public : void EntryLevel( double p, bool d) : price(p), direction(d) {} double price;
Hi, i have a question. When i give someone my investor pass on MT4, can i see if he copies my trades with a trade copier
  Vertical line  (3)
Hello I would like to create a vertical line on mt5 at 7 o'clock everyday can someone help me with the code
Hi. I am working on wrapping Global Variables of Terminal in a class so I can use them like a simple variables array, just in abstract data type CGlobalObject. However... I don't get why the compiler doesn't seem to like me making different overloads of the class constructor method . I must be
Hi, I would like to know whether it is possible to convert yahoo finance data into Metatrader 5. I want to analyse long term charts from global indices and stocks on daily basis. Thanks for you help Best regards Guido
Can it be calculated just from Equity, Profit, Initial Deposit, Withdrawals and Deposits, or do you need entire Trading history for it? Please provide specific calculation steps that will allow me to get the number as shown in a signal page
My account can't install copy signal someone please help me, i am in doubt now i am a signal provider. can someone help me so i can copy the signal
  Auto Setfile  (4)
Hello team is there a way to automatically insert or apply setfile inside the code so that we can compile with applied set file settings if no method existing then mql5 should look to have that added in the future
Is there anyone using Mt4 VPS service at the moment?  How's the service ? Is it good for hosting on mt4 VPS? *Seek for advice. :D 
see image, there is full day of missing M5 candles. How do I fix this? I have tried downloading ticks, zooming in and out, googling, even reinstalled over the program files. Is there a folder i need to clean first
I have activated my account to the production mode trhough the broker, received the password and successfully loged in a month ago. However, today i just cant login, it says "invalid account" and the broker here is pretty slow to awser and help. What could be causing this
Newbie here. I have a old 10 year old laptop which I have MT4 installed. I plan to purchase a new desktop machine for MT4/Algo trading in a few months. TIA Question1: Should I setup a VPS on my 10 year old laptop MT4 installation? How easy would it be to migrate the VPS / Account to the new
  Mt5  (3)
Can anyone tell me how the mt5 can give me the profit in advance on a Friday ? and on a bank holiday weekend it gives me 3 days profit on a Friday ! something just not right
[Deleted]
I Can't Make Withdrawal From My Personal Account, From the Maintenance Date I Tried To Make The Withdrawal Operation Again And The Result I Get Back Is My Card Is Faulty While My Visa Card Still Able to Make Deposits to Personal Accounts
[Deleted]
Hi there, I've recently installed MT5 Strategy Tester on Ubuntu Linux server and it's shutting down every time after a while. I use 3GB RAM per core so I think the problem it's not about memory, what could it be then? Thank you in advance
I cannot see the signals tab in my MT5. I am dealing in .a scripts and want to copy signals from other traders. I have already subscribed to VPS but still it is not working. Please tell me what to do
When I use a built-In symbol (built with imported data with old Future), the usual MQL5 cloud network is not able to run a backtest. Just the local runs. Do you know a solution to use a external cloud power for backtesting ? Thanks