
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
The "entry point" issue is a Bitdefender false-positive problem that blocks certain functionality. It is not with MetaTrader itself which is a signed executable.
As far as I could understand from the various posts, no other anti-virus has a problem with the current MetaTrader executable. Only Bitdefender is causing the issue.
I wrote it to them and the told me to inspect the quarantine where a false positive would be moved to - but there is nothing, so I am still not really convinced about that.
I wrote it to them and the told me to inspect the quarantine where a false positive would be moved to - but there is nothing, so I am still not really convinced about that.
As far as I can tell, it is not quarantining the executable. It is just blocking certain functionality which then prevents it from starting up.
I think that the MetaTrader executable is an encrypted executable, which then unencrypts itself on startup, in a similar way as a UPX packed executable uncompresses itself at startup.
It is probably during this unencrypting/unpacking phase that Bitdefender is blocking the execution which causes the error to be thrown.
Major Problem - OnTick() is dead!
In that build, OnTick() is not executed at all anymore. Even not in a tiny test EA.
Major Problem - OnTick() is dead!
In that build, OnTick() is not executed at all anymore. Even not in a tiny test EA.
2. EA did not execute OnInit and OnDeinit
==
===
2. EA did not execute OnInit and OnDeinit
b4772 - no problem.
You need rest.
In general I need a rest, true, but it is not triggered. I dont say, its everywhere the case, but that build does not create an OnTick() on my system. When I roll back to 4620, the OnTick() works again.
Its not only OnTick(), the charts (without any EA or indicator) are frozen too.
The firewall stuff is also not happening on every system.
Debugger is bugged.
01 - m_classname is automatically set and the value is obviously invalid since the datatype is already wrongly displayed
ab - m_classname had to be set manually, to show the value which is a string, not an int
Parameters which come from pointers are always NULL, no matter if they are not.
---------
Furthermore some lines are simply skipped. Like
in some occations the function is left already at the if (true), return is then not selected in the debugger.
2. EA did not execute OnInit and OnDeinit
==
===
Who sets a while (!IsStopped()) plus a Sleep() within OnTick(). Seriously, why would anyone do that!?!?! Of course nothing is executed since you freeze the EA with your absurd code.
Sorry, but I find it annoying that you waste the space of this thread with such nonsense.