feat: backtesting engine — historical replay with shared strategies

This commit is contained in:
Viktor Barzin 2026-02-22 15:43:19 +00:00
parent 1d9900838d
commit 5e5425a0f7
No known key found for this signature in database
GPG key ID: 0EB088298288D958
8 changed files with 1242 additions and 1 deletions

View file

@ -27,7 +27,7 @@ requires = ["setuptools>=70.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["shared*", "services*", "tests*"]
include = ["shared*", "services*", "backtester*", "tests*"]
[tool.pytest.ini_options]
asyncio_mode = "auto"