Articles

HTTP and Connexus (Part 2): Understanding HTTP Architecture and Library Design for MetaTrader 5

This article explores the fundamentals of the HTTP protocol, covering the main methods (GET, POST, PUT, DELETE), status codes and the structure of URLs. In addition, it presents the beginning of the construction of the Conexxus library with the CQueryParam and CURL classes, which facilitate the

Introduction to Connexus (Part 1): How to Use the WebRequest Function? for MetaTrader 5

This article is the beginning of a series of developments for a library called “Connexus” to facilitate HTTP requests with MQL5. The goal of this project is to provide the end user with this opportunity and show how to use this helper library. I intended to make it as simple as possible to