SkillAgentSearch skills...

PythonServerMQL5Client

Creating a Python server socket and a MQL5 client socket that communicate via TCP. Both sockets can send and receive messages.

Install / Use

/learn @ReneBalke/PythonServerMQL5Client
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

The repository contains a Python file that creates a server socket and a MQL5 file that creates a client socket. Both can send and receive data. The Python code is implemented using the native socket and threading packages. The MQL5 code is implemented using the socketlib.mqh file. The .mqh file imports the windows library for working with sockets: Ws2_32.dll. A explanation for the .mqh file can be found here: https://www.mql5.com/en/articles/2599 Some adjustments where made following a recommendation from this thread: https://www.mql5.com/en/forum/91815

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated2mo ago
Forks6

Languages

MQL5

Security Score

90/100

Audited on Jan 26, 2026

No findings