diff --git a/README.md b/README.md index b61120f..6a1cd34 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +- [❤️ Sponsor on GitHub](https://github.com/sponsors/Ichinga-Samuel) +- [☕ Buy Me a Coffee](https://buymeacoffee.com/ichingasamuel) \ No newline at end of file diff --git a/docs/tutorial.md b/docs/tutorial.md index 947c63a..e932852 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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) diff --git a/uv.lock b/uv.lock index 43e8f66..82004dc 100644 --- a/uv.lock +++ b/uv.lock @@ -12,7 +12,7 @@ resolution-markers = [ [[package]] name = "aiomql" -version = "4.1.1" +version = "4.1.2" source = { virtual = "." } dependencies = [ { name = "metatrader5" },