This commit is contained in:
Ichinga Samuel
2023-10-16 15:36:31 +01:00
parent 027f9fd8de
commit e285610fe5
22 changed files with 849 additions and 817 deletions
+2
View File
@@ -16,6 +16,7 @@ pip install aiomql
- Record and keep track of trades and strategies in csv files.
- Utility classes for using the MetaTrader 5 Library
- Sample Pre-Built strategies
- Trade sessions for managing trading sessions
## Simple Usage as an asynchronous MetaTrader5 Libray
```python
@@ -60,6 +61,7 @@ bot.add_strategy(ft_eur_usd)
bot.execute()
```
## API Documentation
<a id="aiomql"></a>
# aiomql