The "AlgLib" Standard library is older than the more recent builds of MQL5. So, MetaQuotes would have to rewrite it again, and given their priorities, it will be some time before that is done.
Fernando Carreiro #:
The "AlgLib" Standard library is older than the more recent builds of MQL5. So, MetaQuotes would have to rewrite it again, and given their priorities, it will be some time before that is done.
Yes, I suspect same...
Although it be two lines to add...

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
I have noticed, AlgLib from standard library overwrites the original functions from MQL.
Interestingly, it doesnt make any sense, because the included function is slower than the original MQL-Function.
As can be seen by this test.
Here are the results:
I would like to ask Metaquotes Dev team alter the file: /Include/Math/Alglib/bitconvert.mqh
Please add at line 326:
and at line 361:
#endif
This will exclude the functions overwriting from MQL5 builds.