回测基本一致

This commit is contained in:
2026-06-26 20:50:07 +08:00
parent 49be922517
commit 0dcbfe0781
58 changed files with 4843 additions and 40 deletions
+8
View File
@@ -0,0 +1,8 @@
"""Shared infrastructure layer of the backtesting lab.
This package is import-stable library code: engines, indicators, instruments,
data loaders, optimizer, robustness, gates, wizard, and the MT5 bridge.
Strategy-specific glue lives in ``strategies/`` and never imports another
strategy's code (see doc 04 Rule 5). Breaking changes here ripple everywhere,
so it changes rarely and deliberately.
"""