This commit is contained in:
Ichinga Samuel
2024-12-01 11:47:42 +01:00
parent 01f8c4af7d
commit 9043d42704
13 changed files with 60 additions and 225 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aiomql"
version = "4.0.4"
version = "4.0.5"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
@@ -14,7 +14,7 @@ classifiers = [
]
keywords = ["MetaTrader5", "Asynchronous", "Algorithmic Trading", "Trading Bot", "Backtesting",
"Technical Analysis", "Forex", "Stocks", "Cryptocurrency", "Futures", "Options"]
"Technical Analysis", "Forex", "Stocks", "Cryptocurrency", "Futures", "Options", "Crypto", "Algo Trading"]
dependencies = ["MetaTrader5>=5.0.37", "pandas>=1.5.0", "pandas-ta>=0.3.14b0"]