├── Experts └── Client.mq5 ├── Include └── socketlib.mqh ├── LICENSE ├── README.md └── Server.py /Experts/Client.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RafaelFenerick/PythonMql5Sockets/HEAD/Experts/Client.mq5 -------------------------------------------------------------------------------- /Include/socketlib.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RafaelFenerick/PythonMql5Sockets/HEAD/Include/socketlib.mqh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RafaelFenerick/PythonMql5Sockets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RafaelFenerick/PythonMql5Sockets/HEAD/README.md -------------------------------------------------------------------------------- /Server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RafaelFenerick/PythonMql5Sockets/HEAD/Server.py --------------------------------------------------------------------------------