fix bug
This commit is contained in:
Binary file not shown.
@@ -99,12 +99,6 @@ def StartTrend() -> None:
|
||||
profit_tracker=GridTrailingTracker(config.account_config.grid_step_pct),
|
||||
)
|
||||
|
||||
logging.info(
|
||||
"趋势策略启动:总资产=%.2f,持仓=%d,信号=%d",
|
||||
assets.total,
|
||||
len(positions),
|
||||
len(signals),
|
||||
)
|
||||
Overview(assets, positions, config.account_config)
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user