mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 17:13:06 +00:00
Add "notes" to backtest result output
This commit is contained in:
@@ -526,6 +526,7 @@ class BacktestHistoryEntry(BaseModel):
|
||||
strategy: str
|
||||
run_id: str
|
||||
backtest_start_time: int
|
||||
notes: Optional[str] = ''
|
||||
|
||||
|
||||
class SysInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user