Initial backtesting engine

This commit is contained in:
porcelaincode
2026-01-28 06:30:03 +05:30
commit f6c60d7b8b
53 changed files with 13632 additions and 0 deletions
Generated
+8
View File
@@ -0,0 +1,8 @@
version = 1
revision = 1
requires-python = ">=3.10"
[[package]]
name = "raptorbt"
version = "0.1.0"
source = { editable = "." }