File Mapping without DLL – library MetaTrader 5

File Mapping without DLL - library for MetaTrader 5
The classes (conveted from C++ to MQL5) for working with memory mapped files. The C++ project was published in CodeBase: Memory Mapping. The example script is included. PS. Special thanks to  Renat and Nikolay for the idea. This example can be used for working with different WinAPI functions without writing of additional DLLs. File Mapping … Read more

News EA Template Without DLL From 2 Sources – EA MetaTrader 4

News EA Template Without DLL From 2 Sources - expert for MetaTrader 4
This is a continuation of the source code elaboration “The template of Expert Advisor for working with news”. The functions included in this template use two news sources – Investing.com and Dailyfx.com. The template doesn’t use DLL. The Advisor can distinguish between weak, medium, and strong news, as well as apart for Non-farm Payrolls. There … Read more