mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-20 07:18:08 +00:00
v4.0.17 no-backtest
This commit is contained in:
+9
-4
@@ -13,9 +13,9 @@ keywords = ["MetaTrader5", "Asynchronous", "Algorithmic Trading", "Trading Bot",
|
||||
"Technical Analysis", "Forex", "Stocks", "Cryptocurrency", "Futures", "Options", "Crypto", "Algo Trading"]
|
||||
|
||||
dependencies = [
|
||||
"MetaTrader5>=5.0.5200",
|
||||
"pandas>=2.0.0",
|
||||
"metatrader5>=5.0.5640",
|
||||
"mplfinance>=0.12.10b0",
|
||||
"pandas>=3.0.1",
|
||||
]
|
||||
|
||||
authors = [{name = "Ichinga Samuel", email = "ichingasamuel@gmail.com"}]
|
||||
@@ -28,13 +28,18 @@ description = "Asynchronous MetaTrader5 library and Algorithmic Trading Framewor
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
all = [
|
||||
optional = [
|
||||
"cython>=3.2.4",
|
||||
"numba>=0.64.0",
|
||||
"ta-lib>=0.6.8",
|
||||
"tqdm>=4.67.3",
|
||||
]
|
||||
|
||||
talib = [
|
||||
"ta-lib>=0.6.8",
|
||||
]
|
||||
|
||||
all = ["aiomql[talib, optional]"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"jupyter>=1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user