This commit is contained in:
Ichinga Samuel
2025-08-10 04:14:00 +01:00
parent bae2983bde
commit 1dede5515e
33 changed files with 1768 additions and 199 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aiomql"
version = "4.0.14b"
version = "4.0.15b"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
@@ -16,7 +16,7 @@ classifiers = [
keywords = ["MetaTrader5", "Asynchronous", "Algorithmic Trading", "Trading Bot", "Backtesting",
"Technical Analysis", "Forex", "Stocks", "Cryptocurrency", "Futures", "Options", "Crypto", "Algo Trading"]
dependencies = ["MetaTrader5>=5.0.37", "pandas>=1.5.0", "pandas-ta>=0.3.14b0", "mplfinance>=0.10.1"]
dependencies = ["MetaTrader5>=5.0.5200", "pandas>=1.5.0", "pandas-ta>=0.3.14b0", "mplfinance>=0.10.1"]
authors = [{name = "Ichinga Samuel", email = "ichingasamuel@gmail.com"}]