mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-06 12:30:57 +08:00
Qlib simulator refinement (redo of PR 1244) (#1262)
* Use dict-like configuration * Rename from_neutrader to integration * SAOE strategy * Optimize file structure * Optimize code * Format code * create_state_maintainer_recursive * Remove explicit time_per_step * CI test passed * Resolve PR comments * Pass all CI * Minor test issue * Refine SAOE adapter logic * Minor bugfix * Cherry pick updates * Resolve PR comments * CI issues * Refine adapter & saoe_data logic * Resolve PR comments * Resolve PR comments * Rename ONE_SEC to EPS_T; complete backtest loop * CI issue * Resolve Yuge's PR comments
This commit is contained in:
@@ -615,4 +615,4 @@ class TSDatasetH(DatasetH):
|
||||
return tsds
|
||||
|
||||
|
||||
__all__ = ["Optional"]
|
||||
__all__ = ["Optional", "Dataset", "DatasetH"]
|
||||
|
||||
Reference in New Issue
Block a user