Jocimar Lopes
Jocimar Lopes
developer at free worker
Jocimar Lopes
"Developing an MQTT client for MetaTrader 5: a TDD approach — Part 3" makalesini yayınladı
Developing an MQTT client for MetaTrader 5: a TDD approach — Part 3

This article is the third part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part, we describe in detail how we are using Test-Driven Development to implement the Operational Behavior part of the CONNECT/CONNACK packet exchange. At the end of this step, our client MUST be able to behave appropriately when dealing with any of the possible server outcomes from a connection attempt.

4
Jocimar Lopes
"Developing an MQTT client for MetaTrader 5: a TDD approach — Part 2" makalesini yayınladı
Developing an MQTT client for MetaTrader 5: a TDD approach — Part 2

This article is part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part we describe our code organization, the first header files and classes, and how we are writing our tests. This article also includes brief notes about the Test-Driven-Development practice and how we are applying it to this project.

4
Jocimar Lopes
"Developing an MQTT client for MetaTrader 5: a TDD approach" makalesini yayınladı
Developing an MQTT client for MetaTrader 5: a TDD approach

This article reports the first attempts in the development of a native MQTT client for MQL5. MQTT is a Client Server publish/subscribe messaging transport protocol. It is lightweight, open, simple, and designed to be easy to implement. These characteristics make it ideal for use in many situations.

4
Jocimar Lopes
"How to connect MetaTrader 5 to PostgreSQL" makalesini yayınladı
How to connect MetaTrader 5 to PostgreSQL

This article describes four methods for connecting MQL5 code to a Postgres database and provides a step-by-step tutorial for setting up a development environment for one of them, a REST API, using the Windows Subsystem For Linux (WSL). A demo app for the API is provided along with the corresponding MQL5 code to insert data and query the respective tables, as well as a demo Expert Advisor to consume this data.

2
Jocimar Lopes
MQL5.community'e kayıt oldu
12