Simplest Logger class for MetaTrader 5 – library MetaTrader 5

Simplest Logger class for MetaTrader 5 - library for MetaTrader 5
Every programmer has their own logger. I wrote my own for MQL5, inspired by the Python logging module. This class is simplest. No hierarchy, rotators or formatters. It’s simple and convenient for any project. Installation Copy CDKLogger.mqh to MQL\Include\DKStdLib\Logger folder. Import CDKLogger class. #include <DKStdLib\Logger\CDKLogger.mqh onee CDKLogger logger; // STEP 1. Init Logger with “MyLoggerName” … Read more

Spread Data Logger – indicator MetaTrader 4

Spread Data Logger - indicator for MetaTrader 4
Are you getting the spread you’ve been quoted by your broker? Ever wanted to verify spread data stats from another source or create your own data? Description: Spread Logger consists of two indicators: Spread Logger Write – Creates a CSV file containing spread data as a function of time. This is done in real-time. Spread … Read more