feat: preserve Quant OS target-package vertical slice

This commit is contained in:
2026-07-30 21:27:44 +08:00
parent 00efeb7ec2
commit 919c64c679
42 changed files with 15454 additions and 404 deletions
+3 -1
View File
@@ -43,8 +43,10 @@ class FakeJoinQuantHarness(object):
is_st=False,
high_limit=9999.0,
low_limit=0.01,
day_open=float(values[-1]),
last_price=float(values[-1]),
)
for symbol in histories
for symbol, values in self.histories.items()
}
self.context = SimpleNamespace(
current_dt=datetime.datetime(2026, 7, 20, 9, 30),