Table of contents IntroductionSeq: System for collecting and analyzing logsLogger classTesting the Logger classImporting MetaTrader 5 logs to SeqConclusion more... ---------------- Tips from a professional programmer (Part I): Code storing, debugging and compiling. Working with projects and logsTips from a professional programmer (Part II): Storing and exchanging parameters between an Expert Advisor, scripts and external programs
In the previous article within the Multiple indicators on one chart we considered the basic code which allows using more than one indicator in a chart subwindow. But what was presented was just the starting base of a much larger system. A few different things can be done based on this model. But we should go step by step because one of the goals of these articles is to encourage you to learn how to program so that you can design your own systems based on your ideas. In this article, we will ...