Codes

Simplest CSV file reader for MetaTrader 5

Provide simplest class to read and parse CSV file

Forum

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;