General - page 471

Gentlement Please let me know, how to change the lot size in copy trading? Thanks
Hi Huys I have the library for WFA and till days ago it was working perfect. At the momento I got a this message : WARNING: To use the features of the WalkForwardOptimizer MT5 library, it must be contracted on the MQL5.com website I already uninstall and install again the MT5, I used another PC (
When I try to set the Styler's style to anything different than 'MetaQuotes' the MetaEditor application freezes. I'm using version 5.00 build 2755. Did anybody else experienced this and found a solution for it
HI Folks, wanted to see if anyone here can help me. Here is my scenario: when I open my MT5 the calendar tab is completely empty. I have installed MT5 from my broker "Darwinex" and also the generic one from Metaquotes website, both instance's calendar tab is completely empty and never populates. My
Hi, I am trying to include the following logic in my EA and would like help; If the result of the last transaction is TakeProfit - Wait 5 minutes to start the next operation. If the result of the last transaction is StopLoss - Wait 5 minutes to start the next operation. If the result of the last
Hello - I am running the MT5 profiler and when I stop it, the Profiler tab does not show up in the Metaeditor toolbox. Has anybody else had this problem or can assist me? Thanks AT
  FileClose  (2)
Hello, i have problems with file close, I read a file, and close it after bool FileLesen( string filename, string KommeVon) { ResetLastError (); bool value = 0 ; int file_handle= FileOpen (filename, FILE_READ | FILE_CSV ); if (file_handle!= INVALID_HANDLE ) {
Is it possible to change the time displayed on the Market Watch screen? It's displaying GMT +2 but I need it to be GMT
Hi, I am used to the <name removed > copier which works very well for MT5 and MT4. Now I do also use an MT5 32 bit version with specific EA and need to copy from there to MT4. <name removed> copiers do not work in this case.....do you have any idea if there is a free copier available for 32 bit MT5
I am writing this post to inquire about something i came across using the backtester when performing algorithmic trading on mql5. When using indicators like Ichimoku for example, we realise there is a discrepancy between the value the Ichimoku produces and the line shown on the chart. I would like
Hi there. I'm so new to MT4. Just subscribed to a Signal and VPN. Some trades open every few minutes. I'm not sure if these trades are from my signal provider or they are being initiated by the AutoTrading feature in MT4 since I had clicked this feature few times. I checked the webpage of my signal
Hi guys, I'm wondering if the subject of this post is something possible. I live in Brazil and I am not finding a way to include real time DOW or NASDAQ tickers (for example) in my Market Watch. Is there a way? Thanks and cheers, Guilherme
Computer chess evolved a lot since Deep Blue won against Kasparov in 1997. Now computers are 600 ELO points stronger then any human being and no point in matching between them and any world champion. Computer chess contest are being held regularly, and the top chess softwares of last years are
Hi, My terminal regularly goes into "scanning network for access points" mode and then auto selects one with slow ping (3rd or 4th in the list)!! I keep selecting the fastest access point and after a while the terminal goes back to the slowest!!! Seems a helpful feature but somehow it does the
Hi, I try to add my mobile number but i don't receive any code also telegram option is not valid how to solve this issue
[Deleted]
  A demo account as an indicator.  (63   1 2 3 4 5 6 7)
I suggest a simple strategy for cross rates of pairs: EurUsd , AudUsd, NzdUsd, GbpUsd. Open a demo for one cross, for example EurAud. Buy or sell 0.1 lots of EurUsd and AudUsd at any time. Then wait for the balance to become $100 or $ -100, it does not matter. Now watch the proportion. For example
I've created a load of MT5 profiles for Forex, yet when I load a profile I get another one, for example I load my GBP charts the platform loads all my 8 Hour charts. This incorrect loading is also reflected in the data folder files
I am new to MT5 and coding so I can't restart mt5 from the trading terminal after copying an example EA to expert folder. Though, the ea showed on the expert folder but I can't backtest because it doesn't show up among other example EAs so I would choose to backtest. I need help please
Yes, we should ignore the freelancer overdue statistic.No, the overdue statistic is vitally important.
  help  (1)
Please help I can't open trades this is now the third day. If I buy or sell it will say "processing" and then it says "timed out"
Sorry guys, I have searched this forum and also the help files in MT5 to no avail. I am not a coder and any info I did find was of a coding nature. I simply want to produce a Trading Report similar to those in My Fx Book but don't want to go through same, nor do I want an Excel version. All I could
  VPS server  (8)
Hi, I would like to change my MQL5 VPS server but I no longer have the option.. any idea?? Roberto
I have been using freelancer since 2017. Anyone who knows real freelancer sites know of their unwavering faith in customer satisfaction. This service has dawned upon me to have many problems with it which I believed should be brought up and remedied without further ado. First, let's ask what
  Account Charging  (12   1 2)
Can I charge my account and buy from the site with the same charge? Please help if possible
hi everyone i want to know it's possible to define a handle for an array in mql5 i have an array and i want to know it's possible with defining an array i can use it in the iBands functions? thanks
Hi I got a new PC and i'm wondering which drive would be better to install Metatrader 5 ? Is it the standard main SSD drive (C:) ? or is it better to install it on a separate non-SSD, non-external drive (D:) ? (so that it optimizes the speed access by using two drives) I don't know enough about how
The reported growth of <Deleted> signal is incorrect the account is in gain but the reported growth is -15% how is this possible? <Deleted>
I subscribed a sign and I would like to increase lots in my account as I am operating a larger value and lots of 0.01 is very small. Can anybody help me? thank you all.
I look for your suggestions! Thanks in advance
  Compiler bug  (1)
Hi, I've found that with overloading a class method of the parent class, the compiler issues a warning which in my opinion makes no sence. The compiler warning: deprecated behavior, hidden method calling will be disabled in a future MQL compiler version the minimalistic code that issues the warning