mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 00:53:05 +00:00
Improve backtestResponse in preparation for future update
This commit is contained in:
@@ -515,7 +515,7 @@ class BacktestResponse(BaseModel):
|
||||
progress: float
|
||||
trade_count: Optional[float] = None
|
||||
# TODO: Properly type backtestresult...
|
||||
backtest_result: SerializeAsAny[Optional[Dict[str, Any]]]
|
||||
backtest_result: Optional[Dict[str, Any]] = None
|
||||
|
||||
|
||||
# TODO: This is a copy of BacktestHistoryEntryType
|
||||
|
||||
Reference in New Issue
Block a user