This commit is contained in:
Ichinga Samuel
2026-02-28 22:22:30 +01:00
parent d47a853f94
commit 54b171bb5c
3 changed files with 14 additions and 4 deletions
+4 -1
View File
@@ -1,5 +1,7 @@
# aiomql
![aiomql](docs/images/cover.png)
**Asynchronous MetaTrader 5 Library & Algorithmic Trading Framework**
![PyPI Version](https://img.shields.io/pypi/v/aiomql)
@@ -338,4 +340,5 @@ to discuss what you would like to change.
If you find this project useful, consider supporting its development:
[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ichingasamuel)
- [❤️ Sponsor on GitHub](https://github.com/sponsors/Ichinga-Samuel)
- [☕ Buy Me a Coffee](https://buymeacoffee.com/ichingasamuel)
+9 -2
View File
@@ -2,8 +2,6 @@
> **An in-depth tutorial covering every feature of the aiomql framework — from your first async connection to production-grade, multi-instrument trading bots.**
---
## Table of Contents
1. [What is aiomql?](#what-is-aiomql)
@@ -1576,3 +1574,12 @@ strategy**.
*For the full API reference, see the [documentation](docs/toc.md).*
*aiomql is MIT-licensed and maintained by [Ichinga Samuel](https://github.com/Ichinga-Samuel/aiomql).*
---
### Support This Project
If you found this tutorial helpful, consider supporting the development of aiomql:
- [❤️ Sponsor on GitHub](https://github.com/sponsors/Ichinga-Samuel)
- [☕ Buy Me a Coffee](https://buymeacoffee.com/ichingasamuel)
Generated
+1 -1
View File
@@ -12,7 +12,7 @@ resolution-markers = [
[[package]]
name = "aiomql"
version = "4.1.1"
version = "4.1.2"
source = { virtual = "." }
dependencies = [
{ name = "metatrader5" },