修复滚仓
This commit is contained in:
@@ -20,6 +20,7 @@ def install_strategy_trading(app: Flask, repo_root: str, app_module: Any = None,
|
||||
attach_strategy_templates(app, repo_root)
|
||||
cfg = build_strategy_config(app_module, **build_kw)
|
||||
register_strategy_trading(app, cfg)
|
||||
app.extensions["strategy_roll_cfg"] = cfg
|
||||
|
||||
|
||||
def attach_strategy_templates(app: Flask, repo_root: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user