Codes

Simplest CSV file writer for MetaTrader 5

Provide simplest class to write CSV file

Simplest Logger class for MetaTrader 5 for MetaTrader 5

The simplest class for logging in MetaTrader 5 with support for levels, message format, include and exclude filters on substrings

Simplest CSV file reader for MetaTrader 5

Provide simplest class to read and parse CSV file

Forum

Error ERR_CALENDAR_TIMEOUT in CalendarValueHistory when passing more than 1 month interval

CalendarValueHistory function times out if a period longer than one month is passed to it. I noticed this issue on b5327. Previously, this issue didn't exist, and the function returned all calendar events for the entire period. MqlCalendarValue Values[]; datetime from = TimeCurrent ()- 30 * 24 *

MQL5 Debugger disconnected and expert removed after F5

Hello, I've a problem trying to debug EA. After I press F5 to start debugging on real data I see open chart in terminal and after that chart closes immediatly with error messages: - MQL5 debugger disconnected - Expert removed I tested with different EAs and also I created an empty expert just for

How to use CSignalRSI class of standart library?

Hi, I want to create CSignalRSI class object to get signal result. I've create object, but how can I set my symbol and period to get LongCondition() and ShortCondition()? I've created SignalRSI object, but how I can set my symbol and time period to get signal result? SignalRSI = new CSignalRSI;