gmag11 / MQTT-MQL5-Library

MQTT client library for MetaTrader 5
MIT License
3 stars 2 forks source link

Metatrader 5 MQTT Client Library

This is an MQTT client library for Metatrader 5, based on the @knolleary PubSubClient library.

Features

Installation

To use this library in your Metatrader 5 project, follow these steps:

Usage

To use the MQTT client library, create an instance of the MQTTClient class and call its methods to connect to the broker, subscribe to topics, publish messages, and handle incoming messages. Check example/mqttTest.mq5 for an example.

Contributing Contributions are welcome! If you would like to contribute to this project, please fork the repository, make your changes, and submit a pull request. Please make sure to follow the Contributing Guidelines when submitting your changes.

License This library is licensed under the MIT License.