Update README.md

This commit is contained in:
Nikolai
2019-05-14 13:58:26 +03:00
committed by GitHub
parent 4c1f112c11
commit 39a8c8acd6
+6 -7
View File
@@ -1,8 +1,8 @@
# Metaquotes MQL5 - Python Backtrader - API # Metaquotes MQL5 - Python Backtrader - API
### Development state: Alfa (Code not stable yet, documentation in development) ### Development state: Betta (Code is stable, documentation in development)
[Report Bug](https://github.com/khramkov/MQL5-Backtrader-API/issues) or [Request Feature](https://github.com/khramkov/MQL5-Backtrader-API/issues) [Report Bug](https://github.com/khramkov/MQL5-JSON-API/issues) or [Request Feature](https://github.com/khramkov/MQL5-JSON-API/issues)
## Table of Contents ## Table of Contents
* [About the Project](#about-the-project) * [About the Project](#about-the-project)
@@ -11,22 +11,21 @@
## About The Project ## About The Project
This project was created to work as a broker for Backtrader trading framework. It uses ZeroMQ sockets to communicate. Python side of this project located here: [Python Backtrader - Metaquotes MQL5 ](https://github.com/khramkov/MQL5-Backtrader-API) This project was created to work as a broker for Backtrader trading framework. It uses ZeroMQ sockets to communicate. Python side of this project located here: [Python Backtrader - Metaquotes MQL5 ](https://github.com/khramkov/Backtrader-MQL5-API)
Working: Working:
* Change timeframe and instrument symdol
* Account info * Account info
* Balance info * Balance info
* Historical data * Historical data
* Live data * Live data
* Fetching orders/positions * Fetching orders/positions
* Order creation * Order creation
Not working:
* Cancel order * Cancel order
* Close position * Close position
Not working:
* Trades info * Trades info
* Check socket connection
* Change timeframe and instrument symdol
## Installation and usage ## Installation and usage