# Version Checklist This document act as to do list to make the project more manageable. *Last update at May 8, 2025* ## v0.3.0 This version focuses on providing real-time streaming on account information, positions, and market rates. | Version | Feature | Done | Tested | | --- | --- | --- | --- | | 0.3.0 | Account information including live P/L | - | - | | 0.3.1 | Current open positions and pending orders | - | - | | 0.3.2 | Tick pricing of symbols from positions and pending orders | - | - | | 0.3.3 | Account risk monitoring | - | - | | 0.3.4 | User Interface to monitor those features above | - | - | ## v0.2.0 ✅ Version 0.2 is about developing the actual MCP server. Here is the checklist to v0.2 release: | Version | Feature | Done | Tested | | --- | --- | --- | --- | | **0.1.1** | Basic structure for MCP server | ✅ | ✅ | | **0.1.2** | MT5 terminal connection | ✅ | ✅ | | **0.1.3** | Register Account module tools | ✅ | ✅ | | **0.1.4** | Register Market module tools | ✅ | ✅ | | **0.1.5** | Register History module tools | ✅ | ✅ | | **0.1.6** | Register Order module tools | ✅ | ✅ | | **0.1.7** | Register Client package tools | ✅ | ✅ | All version after 0.1.7 and before 0.2.0 are patches and bug fixes. ## v0.1.0 ✅ Version 0.1 is focused on bridging the official MetaTrader5 Python library. Here is the checklist to v0.1 release: | Version | Feature | Done | Tested | | --- | --- | --- | --- | | **0.0.1** | MetaTrader 5 terminal connection | ✅ | ✅ | | **0.0.2** | Account module | ✅ | ✅ | | **0.0.3** | Market module | ✅ | ✅ | | **0.0.4** | History module | ✅ | ✅ | | **0.0.6** | Order module | ✅ | ✅ | | **0.0.7** | Client package refactor | ✅ | ✅ | All version after 0.0.7 and before 0.1.0 are patches and bug fixes.