Logging library for mql4 – library MetaTrader 4
This is a logging library to quickly add logging capabilities to your code without much hassle. The library’s default behavior matches most cases however most of the functionality can be customized using pre-processor substitutions (#define) See the example scripts on how to use library. How to use #include <Logger.mqh> //+——————————————————————+ //| Script program start function | … Read more