MetaTrader 5 Platform update build 4570: Enhancements to the Web version and OpenBLAS integration in MQL5 - page 2

 

 Meta Editor version 5.0 build 4570 that just updated on 27 Sep 2024


My system Windows 10 Pro version 22H2

OS Buid: 19045.4046

I'm new to the forum. I will try to be specific as mush as I can. Please don't take me harshly.

Below is the example code

class CFileRegistry
{
public:
                     CFileRegistry(void){};
                    ~CFileRegistry(void){};
};



//-------------Class to be instantiate---------------
class CScalpingPatternSignal{

public:
   CScalpingPatternSignal();
   ~CScalpingPatternSignal();
   bool     Init();  
public:
   CFileRegistry     *m_file_registry;
};

CScalpingPatternSignal::CScalpingPatternSignal(){
}

CScalpingPatternSignal::~CScalpingPatternSignal(){
   
}

bool CScalpingPatternSignal::Init(){
   m_file_registry = new CFileRegistry;
   return(true);
}

When instantiate CScalpingPatternSignal and call CScalpingPatternSignal::Init(), in debug window will show something like this


m_file_registry is created correctly but cannot be viewed directly from debugging window (it shows NULL0. But can be view only from inside "this" scope.

Thank you

 

With this new update, I get a visual bug when selecting signal on MT5.

bug

 

is 4570 beta or stable release?

what is the latest stable release version?

 
Michael Charles Schefe #:

is 4570 beta or stable release?

what is the latest stable release version?

4570 build is a stable release.

 

Hi.  In the latest build (4570), the processing of Synthetic Instruments does not appear to be working.  I have tried two terminals/brokers.  Both were working before the update.  The second one was working when I rejected the update. Once I carried out the update, it stopped working also.  I have data up to the point where I shut the Terminal down before the update and nothing since the update.  I have tried increasing/decreasing the bars on chart multiple times and deleted/recreated the synthetic instruments multiple times.  Still not working.


 
TheOat #:

 Meta Editor version 5.0 build 4570 that just updated on 27 Sep 2024


My system Windows 10 Pro version 22H2

OS Buid: 19045.4046

I'm new to the forum. I will try to be specific as mush as I can. Please don't take me harshly.

Below is the example code

When instantiate CScalpingPatternSignal and call CScalpingPatternSignal::Init(), in debug window will show something like this


m_file_registry is created correctly but cannot be viewed directly from debugging window (it shows NULL0. But can be view only from inside "this" scope.

Thank you

I also get random "NULL" on pointers passed as parameters in the Expression watch window, never happened before this build. If I step throught the code doing something like :

if( !myPointer )
{
    return;
}

... // rest of the code here gets executed, as myPointer is not NULL in this context

even if myPointer shows as NULL, the test passes correctly and the rest of the code is executed, as the pointer is not really NULL.

 

I want to report a bug related to charts.

While changing between 4H and 24H on the same chart window, it hangs, then crashes.

When I reopens it, I find that it lost all my settings before crashing, i.e. recently added objects and indicators.

 
Hello,

why was the signal restriction introduced?

This means that signal trading is no longer attractive for many of my friends and they will all cancel the signals.
 
olifant999 #: why was the signal restriction introduced? This means that signal trading is no longer attractive for many of my friends and they will all cancel the signals.
To prevent your "friends" from copying the signal to other accounts and not pay the extra subscription.
 
Fernando Carreiro # : Um zu verhindern, dass Ihre „Freunde“ das Signal auf andere Konten kopieren und das zusätzliche Abonnement bezahlen.

Hello,

I understand that, but we only adjusted the lot size using a multiplier.

To transfer the signal to another account, the accounts must be running on the same VPS. I don't accept anyone who entrusts their account to someone else.

Greetings