mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-27 20:27:43 +00:00
v4.1.2
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# aiomql
|
# aiomql
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
**Asynchronous MetaTrader 5 Library & Algorithmic Trading Framework**
|
**Asynchronous MetaTrader 5 Library & Algorithmic Trading Framework**
|
||||||
|
|
||||||

|

|
||||||
@@ -338,4 +340,5 @@ to discuss what you would like to change.
|
|||||||
|
|
||||||
If you find this project useful, consider supporting its development:
|
If you find this project useful, consider supporting its development:
|
||||||
|
|
||||||
[](https://www.buymeacoffee.com/ichingasamuel)
|
- [❤️ Sponsor on GitHub](https://github.com/sponsors/Ichinga-Samuel)
|
||||||
|
- [☕ Buy Me a Coffee](https://buymeacoffee.com/ichingasamuel)
|
||||||
+9
-2
@@ -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.**
|
> **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
|
## Table of Contents
|
||||||
|
|
||||||
1. [What is aiomql?](#what-is-aiomql)
|
1. [What is aiomql?](#what-is-aiomql)
|
||||||
@@ -1576,3 +1574,12 @@ strategy**.
|
|||||||
*For the full API reference, see the [documentation](docs/toc.md).*
|
*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).*
|
*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)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ resolution-markers = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiomql"
|
name = "aiomql"
|
||||||
version = "4.1.1"
|
version = "4.1.2"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "metatrader5" },
|
{ name = "metatrader5" },
|
||||||
|
|||||||
Reference in New Issue
Block a user