Forum

Bit Defender Anti-Virus Found Something in WebInstall Folder (2024.0218)

Today my anti-virus show a warning [Gen:Variant.Application.Bundler.Amonetize.124] about terminal.exe in the WebInstall folder. Is it the problem with only me? Or someone else has the same situation

MT4 build 1320, MQL4 bug report: weird thing about struct

struct aaa { ulong _u0; ulong _u1; aaa operator =( const aaa &_a ) { _u0 = _a._u0; _u1 = _a._u1; return _a; } aaa() { _u0 = _u1 = 0 ; } };

MT4 Build 1220 Bug Report: "union" seems not working correctly

I have a union definition like this, but the values seems not working correctly: union UDouble { double _double; uchar _uchar[ 8 ]; ushort _ushort[ 4 ]; short _short[ 4 ]; uint _uint[ 2 ]; int _int[ 2 ]; long _long; ulong _ulong; }; When I try

BUG: MT4 Build 1220 Account Login Number Changed Before OnDeinit() Event

The AccountInfoInteger( ACCOUNT_LOGIN ) function will get the new login account number before the EA be called by OnDeinit() event when the user switch to another account with the same broker. (Not sure if it will be so when switching to other brokers' accounts) It supposed to be the logout account