Use alpaca instead of ibkr.

This commit is contained in:
2026-08-02 22:18:48 +03:00
parent a699bfc0fb
commit fddcc9190a
10 changed files with 692 additions and 11 deletions
+2
View File
@@ -5,11 +5,13 @@ description = "Python trading bot using machine learning and the IBKR API."
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"alpaca-py>=0.43.5",
"ib-insync>=0.9.86",
"matplotlib>=3.11.1",
"pandas>=2.3.0",
"pyarrow>=20.0.0",
"pytest>=9.1.1",
"python-dotenv>=1.2.2",
"scikit-learn>=1.9.0",
"xgboost>=3.2.0",
]