General - page 104

I have a script which writes data from various indicator buffers to a CSV file given a start date and time, end date and time, list of instruments, timeframes etc. Because for some reason MT5 only allows this script to run across around 70,000 observations, I want to run the script multiple times
I dont' know if I am missing a configuration, but some of my MT5 terminals I can see the "backtest" and " graph" tabs. On other MT5 terminals, I don't see these tabs. What I am doing wrong
I received channels notification, but I can not view it. Online I see new next to the message link on the menu, but there's no number badge on the message icon. Lastly, channels and group chat search return no message. Need help am new here
#property link "http://www.mql5.com"#property version "1.00"#include <Indicators\Indicators.mqh>input double _SARS1 = 0.12;input double _SARM1 = 0.2;CiSAR sar1,sar2,sar3,sar4;//+------------------------------------------------------------------+int OnInit()&nbsp;&nbsp;{ sar1.Create(Symbol()...
The "Use MQL5 CLoud network" is unable My balance is at $10 Once click start the Cloud network agents' status are Read then change to not used while the test still running Does anyone has a solution for this? thank you
  Corrupt files.  (1)
What do you do when you have a corrupt file? Like int promise =3; Print(promise); It will end up printing 2. Because I have declared promise =2 for days and I decided to delete and change to 3. It is very annoying Even if I delete and open another file the problem persists. Sometimes I need to
I don't receive confirmation code via SMS or Telegram and can't withdrawal my money. What can I do
Hi - because a new drive (SSD) was installed, all of my bought MT4 indicators don't work anymore. Went to each individual indicator page where it stated: "The product already purchased Install on the terminal" H owever, when I click on the 'install on the terminal' nothing happens i.e. no download
I have included Trade.mqh in my code, compiler is able to access it. I have opened it in the editor and searched for OrderModify() function and it is there. When I ran a compiler (MQL5) it still flags OrderModify() as undeclared identifier, what could be the issue because this is recurring oftenly
i got a robot on mql5 but when i click install to terminal it install on the chart it chooses .how do i let it install on a chart of my choice
I can not log in to my account and I have purchased EAs in with that account, What should I do? I tried forgot password and got a new pasword but still can not log in
Is it possible to create parameters for an EA to hide buttons that are part of chart buttons/panel? I'd like to find a way to hide panel buttons that are not being used. For example if I have a Buy, Sell, Close, etc clickable chart panel buttons, but I only want to show the BUY button on the chart
  MQL VPS Problems  (6)
today i had a serious problem with data FLow on MT5 platform on the MQL 5 VPS. i rent a VPS from MQL5 but today the price of the chart & the price vid / ask had a huge difference! The chart prices ( bar chart) and the bid/ask prices showed a diycrepancy of more than 14 pips ( 3 points +) I
I'm looking at DC01 DC01-1 DC02 DC03 Etc etc... I'm trying to find where their data centers are located. Thank you
  install  (1)
Hi Guys newbie quetion How do i install my product once i have purchased it, i press install on terminal but it does not install on my broker of choice
Hi, the minimal example shown here is an AppDialog with a Button which should create a separate Dialog with a second Button. The problem is that clicking on any area of the Dialog (except the caption) set the Dialog to be Visible(false). I've checked the event
  signal disable  (6)
Two of my 3 VPS are telling me that the "signal is disable." As below the same for both, the 3rd one working ok is at the bottom. I can still see the open trades on the 3 platforms. All are still fully funded. Thank for any feedback, regards Below is the one working as expected
I have found a problem in some code that compiled correctly before updating to build 3440. I have simplified the problem to these few lines of code: class CA { uint m_a; public : CA(): m_a( 0 ) { } uint Get() const { return m_a; } void Set( uint a) { m_a = a; } }; class CB { CA m_ca;
  password  (1)
The password is not accepted in mt4 The password is not accepted in MT4 and I changed it several times, but the same problem
Alert Editor on MT5 sounds are not working on my Mac computer. Sound works everywhere else on my computer. Can anybody help me to get alert sounds to work plse
Hello. I have been searching for a discussion that answers this specifically. I am running EAs on multiple terminals with the same account on a windows vps i purchased, however it seems the trades are only executing when I am active on the VPS . Is there a problem with this? I don't know if it is
Looks like MQL5 New York NY4 27 is down... can please check
Hi I'm trying to figure out how to best copy trade my Binance trades into a prop trading firm, FTMO in this case - but I wouldn't mind other prop trading firms really. My ideal scenario looks as follows: - Have a cloud droplet with eg DigitalOcean that scan Binance data for trading signals and
  demo account!  (3)
Hello. I can't find the password for the demo account. every day he tells me when I reconnect that he gives me another account! if I put the passwords from the past days and the account numbers, it says that they are wrong. please help me
My client uses the tradays widget on their website. Since it is a European company we are not allowed to set cookies when the visitor didn’t have their consent. The tradays tool also sets cookies so we can only show the widget then consent is given. Currently the tool can only been initialized when
What does trading activity mean
Hi there, I've been using a demo account for paper trading the past months. I've now been trying to connect additional live and demo accounts by two additional brokers. However, I'm not succeeding in connecting the accounts. In the attached file there is an example screen shot: MetaQuotes Demo
Can anyone help me since the mql5 support can't help me or give em a proper answer. I ran all instructions accordingly, it shouldn't be a difficult set up, but my log indicates that my vps is not running properly ? I ran it with EA and without EA, I don't really want to use a EA though. Any help or
An derivatives module is demonstrated on this page. But in the application this functionality does not exist. Is it possible to build this somehow via MQL5? I would like to put together my derivatives strategies and automate execution
Hello, I have an EA that require data from 2 custom indicators. Both of indicators works totally fine on chart and in the EA on my private PC. But when I try to copy whole strategy to my server (windows 10 home 32-bit, version 22H2) it crashed. I have error 4802 - cannot load custom indicator. Does