New MetaTrader 5 platform build 2170: MQL5 scope, global Strategy Tester and built-in Virtual Hosting updates - page 2

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, after this build my code is not compiling anymore.
I am getting erros on the usage on enumeration, it is not recognizing an include of a custom enumeration.
Example:
//+------------------------------------------------------------------+
//| ClassA |
//+------------------------------------------------------------------+
class ClassA
{
private:
public:
enum ENUM_TEST {TESTA,TESTB}; // List of structure type
void ClassA(void){};
void ~ClassA(void){}; // Destructor
};
//+------------------------------------------------------------------+
//| ClassB |
//+------------------------------------------------------------------+
#include <ClassA.mqh>
class ClassB
{
private:
ENUM_TEST test; // Default category
public:
void ClassB(void) {};
void ~ClassB(void) {}; // Destructor
};
Compilation ERROR:
'ENUM_TEST' - unexpected token, probably type is missing? ClassB.mqh 8 4
Hi, after this build my code is not compiling anymore.
I am getting erros on the usage on enumeration, it is not recognizing an include of a custom enumeration.
You should use 'ClassA::ENUM_TEST' instead of 'ENUM_TEST'
You should use 'ClassA::ENUM_TEST' instead of 'ENUM_TEST'
Thank you very much guys.
I'm experimenting an abnormal behavior, after MT5 build 2170, compiling files outside MQL5 directory:
https://www.mql5.com/en/forum/324065
Can somebody help me? @Alain Verleyen? :))
Otherwise, I will have to export test results into third-party data analysis software to see the full picture of the evolution of correlation.
Thank you.
If so, go to this chart.
If not, open a new chart.
Opening a new chart tab every time test results are loaded can cause unnecessary resource consumption.
Good Day
I HAVE SENT THIS MESSAGE TO SERVICE DESK LAST WEEK AND NO RESPONSE.
MQL5 YOUR RESPONSE IS EXTREMELY HORRIFIC AND TERRIBLE SINCE THE UPDATE ON THE LAST WEEK WE HAVE HAD THIS VPS ISSUE AND NO RESPONSE WHATSOEVER - IT IS EXTREMELY FRUSTRATING.
PLEASE SEE THE MESSAGE AN ERROR BELOW AND PLEASE CAN SOMEONE AT MQL5 RESPOND TO THE SOLUTION
EXTREMELY FRUSTRATED AND IRATE!!!
I am having a technical error with my VPS
When I double click on my server host in London it should usually bring up a window for me to Start or Stop the VPS. But When I click on it now i get script error (see image attached). This has not happen before. Has it got something to do with the MT5 update that just occurred?
Please treat as URGENT as I need to know if my VPS is working and also need to place trades.
A prompt response would most certainly be much appreciated.
Thank You
Good Day
I HAVE SENT THIS MESSAGE TO SERVICE DESK LAST WEEK AND NO RESPONSE.
MQL5 YOUR RESPONSE IS EXTREMELY HORRIFIC AND TERRIBLE SINCE THE UPDATE ON THE LAST WEEK WE HAVE HAD THIS VPS ISSUE AND NO RESPONSE WHATSOEVER - IT IS EXTREMELY FRUSTRATING.
PLEASE SEE THE MESSAGE AN ERROR BELOW AND PLEASE CAN SOMEONE AT MQL5 RESPOND TO THE SOLUTION
EXTREMELY FRUSTRATED AND IRATE!!!
I am having a technical error with my VPS
When I double click on my server host in London it should usually bring up a window for me to Start or Stop the VPS. But When I click on it now i get script error (see image attached). This has not happen before. Has it got something to do with the MT5 update that just occurred?
Please treat as URGENT as I need to know if my VPS is working and also need to place trades.
A prompt response would most certainly be much appreciated.
Thank You
Is it about Metatrader 4?
Many users had this error, and it was already discussed on the forum.
This is the error of computer. Besides, it is most likely indicated that you do not have the latest version of Internet Explorer installed on your computer.
And make sure that you are using the latest build of MT4 or MT5.
----------------
Yes, I had this error too.
And I fixed it on the following way:
Having problems with the basic StringReplace() function on this build. How to deal with?
https://www.mql5.com/en/forum/324471