Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 660 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 660 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2024-12-25

Added

  • Initial release of MT5 gRPC Server
  • Basic MetaTrader 5 operations support through gRPC
  • Protocol buffer definitions for MT5 operations
  • Example client implementation
  • Basic documentation
  • Windows support under Wine for Linux/macOS users

Dependencies

  • Python >=3.8
  • gRPC framework
  • MetaTrader 5 terminal
  • Required Python packages listed in requirements.txt