Is there any library for handling creating and using complex data structures (eg. list queue stack) in mql?

 

hi,


I come from computer science background and I see it can get tricky to develop complex algorithms in pure MQL.


Is there any library for handling creating and using complex data structures (eg. list queue stack) in mql?

 
Ctrl + Shift + D

Check out::

\MQL5\include\Arrays\

\MQL5\include\Generics\

Reason: