Articles

Package-based approach with KnitPkg for MQL5 development for MetaTrader 5

For maximum reliability and productivity in MetaTrader products built with MQL, this article advocates a development approach based on reusable “packages” managed by KnitPkg, a project manager for MQL5/MQL4. A package can be used as a building block for other packages or as the foundation for final

Forum

Standard library bug in CArrayString::Save(...)

Hi, I think I've found a bug in CArrayString::Save , please see the attached script. You'll notice that only the first string added in the array is saved, loaded and printed. However, after the modification below in MQL5\Include\Arrays\ArrayString.mqh ( highlighted ), the script works correctly