Skip to content

Commit ff6384e

Browse files
committed
main readme
1 parent dd39df5 commit ff6384e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
<div style="display: flex; justify-content: center;">
2-
<img src="docs/assets/logo.svg" alt="MQPy Logo" style="width: 200px; height: 200px;">
3-
</div>
1+
<p align="center">
2+
<img src="docs/assets/logo.svg" alt="MQPy Logo" width="200" height="200">
3+
</p>
44

5+
<p align="center">
6+
<img src="https://img.shields.io/pypi/dm/mqpy" alt="PyPI - Downloads">
7+
<img src="https://img.shields.io/pypi/v/mqpy" alt="PyPI">
8+
<img src="https://img.shields.io/pypi/wheel/mqpy" alt="PyPI - Wheel">
9+
<img src="https://img.shields.io/pypi/l/mqpy" alt="PyPI - License">
10+
</p>
511

6-
![PyPI - Downloads](https://img.shields.io/pypi/dm/mqpy)
7-
![PyPI](https://img.shields.io/pypi/v/mqpy)
8-
![PyPI - Wheel](https://img.shields.io/pypi/wheel/mqpy)
9-
![PyPI - License](https://img.shields.io/pypi/l/mqpy)
12+
<h1 align="center">Mql5-Python-Integration (MQPy)</h1>
1013

11-
# Mql5-Python-Integration (MQPy)
12-
13-
**Current Version: v0.6.9**
14+
<p align="center"><strong>Current Version: v0.6.9</strong></p>
1415

1516
Welcome to the Mql5-Python-Integration project! This project facilitates the integration between MetaTrader 5 (Mql5) and Python, allowing for efficient algorithmic trading strategies.
1617

0 commit comments

Comments
 (0)