Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/nautilus metatrader adapter #32

Merged
merged 46 commits into from
Sep 4, 2024

Conversation

seekersoftec
Copy link
Contributor

Package and README updates:

  • Updated the README file to provide more information.
  • Renamed mt5linux to mt5api.

MT5 Dockerfile:

  • Added a TODO to the MT5 Dockerfile.

Error handling:

  • Moved MT5 errors from commons.
  • Added terminal error types for mt5api.

Connection error logger:

  • Cleaned the connection error logger.

Metatrader 5 integration:

  • Tested metatrader 5 ticks with nautilus trader.
  • Added a VNC server and remote access.
  • Removed old Metatrader terminal file.
  • Configured Git LFS to manage MetaTrader 5 terminal files.
  • Created a script to automate mt5 docker terminal login.
  • Enhanced the MetaTrader 5 container with auto-login and improved usability.
  • Refactored the MT5 decoder to support DClient.
  • Used asyncio for message handling and streaming.
  • Improved the MT5 terminal readiness check and exposed the VNC port.
  • Passed login details to verification.
  • Added type hints to VNCMT5Client methods.
  • Improved the robustness of auto login by adding error handling and retry logic.
  • Updated the README disclaimer.
  • Added proposed logo images.
  • Ignored specific MetaTrader 5 IPC timeout errors.

seekersoftec and others added 30 commits August 15, 2024 04:58
Additionally, the stream manager now uses unique identifiers for tasks to ensure accurate tracking and termination of streaming operations.
@seekersoftec seekersoftec merged commit ed8ad6a into main Sep 4, 2024
1 of 2 checks passed
@seekersoftec seekersoftec linked an issue Sep 5, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement MetaTrader Adapter for Nautilus Trader
1 participant