Forum

Are we gonna have Championship this year?

I'm curious about this because in 2013 the Metatrader 5 Championship didn't happen. I intend to participate. Thanks

DST ON or OFF in Metatrader?

Hi guy ! Does anyone know if the time shown in "Market Watch" window is with "Day Light Saving Time" ON or OFF ? And just to confirm, the time zone is GMT+1, right? Thank you

Is MQL5 Cloud Network in maintenance?

It's not working now ... at least with me. It did last week

Strategy Tester does not read past indicator data

Hello, people. Strategy tester does not read past indicator data. Is it right?? Is it a bug?? What am I doing wrong? I'm writing an EA that needs to read past indicator data. It works just fine in Debugging mode , but it doesn't work when used in Strategy Test. To illustrate, a prepared a simple EA

How to hide the indicators used by an EA during the Strategy Tester running ?

Hello people, I am preparing my first EA to the championship. It uses some built-in indicators that during the simulation using Strategy Tester appears all in the chart window. I wouldn't like to disclosure all the indicators that it uses, as well as their parameter values. Please, I would

Request to include SQL Database functions in the MQL5 Standard Library

I confess: I am not a very skilled C programmer. God forgive me. Even so, I would like to able to connect to my SQL Server in a simple way and make things happen. I believe that many beginners like me have the same desire. If you believe that makes sense to include database functions in the MQL5

Problems with ADO Library inside Indicators

Hello, people, It's just me, or exit others that are facing problems using ADO library inside Indicators ? I'm having problems like exception error, invalid memory read, and frozen of the terminal when use it inside a indicator. When I used it inside a script, I'm not having any problem, even when

Inclusion of the keyword namespace in MQL5

I have posted this issue before to the forum, but nobody give me any feedback. Probably because I didn't expose the issue in a way right. When you start to deal with classes, it's common to have conflicts in the class names like CParam or CManager. It's not difficult do have many modules of a

How can we manage lots of classes without using namespace ?

Hello to everybody. As much as I know, MQL5 does not suport namespace. Is it true? If so, how can we manage lots of classes without being crazy? By now, my first idea is to use a prefix in all my classes, I mean, instead of naming a class like CMasterIndicator, I am naming it as

Problem on using ADO during Strategy Tester Optimization on Remote Cores

Hi, people. In my EA, I am using the AdoSuite.dll library to connect to a database, save data, make some calculations externally, and return the results to EA. During the Strategy Tester Optimization, I am able to process the EA among the local cores, but I can't make it work out with the remote