Articoli

Tips from a professional programmer (Part III): Logging. Connecting to the Seq log collection and analysis system per MetaTrader 5

Implementation of the Logger class for unifying and structuring messages which are printed to the Experts log. Connection to the Seq log collection and analysis system. Monitoring log messages online

Tips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs per MetaTrader 5

These are some tips from a professional programmer about methods, techniques and auxiliary tools which can make programming easier. We will discuss parameters which can be restored after terminal restart (shutdown). All examples are real working code segments from my Cayman project

Tips from a professional programmer (Part I): Code storing, debugging and compiling. Working with projects and logs per MetaTrader 5

These are some tips from a professional programmer about methods, techniques and auxiliary tools which can make programming easier