Add trade count to progress

This commit is contained in:
Matthias
2021-03-12 19:11:17 +01:00
parent 048008756f
commit 37b15e830a
2 changed files with 3 additions and 0 deletions

View File

@@ -331,5 +331,6 @@ class BacktestResponse(BaseModel):
status_msg: str
step: str
progress: float
trade_count: Optional[float]
# TODO: Properly type backtestresult...
backtest_result: Optional[Dict[str, Any]]