Report Server for Meta Trader 5
Key features
- Reads data from MT5 broker server and saves into a MySQL DB.
- Simple user-interface to:
- Specify your Manager ID, Password and IP address of the server.
- Options to stop and start the server.
- Clear log to show what the server utility is doing – great for trouble-shooting.
- Utility is light weight and runs efficiently collecting data from the broker trade server.
- This utility uses – performance-safe pumping mode.
- Pumping mode ensures the data is available fast and efficiently – without putting much load on the broker server.
- Create a simple MySQL DB and keeps filling it with the trading data as it becomes available.
- You can the MySQL data it collects, any way you want for your projects.


Database
This utility builds a regular MySQL DB with following key tables:
- User data (account data)
- Account number
- Current balance
- Current equity
- Few other key elements
- Trades data:
- Positions – these are updated frequently as long as the positions are open
- Deals – these are updated as soon as new deals are made
- Orders – these are updated as soon as new orders made