Fix wrong "first trade" date in UI, improve interface

closes https://github.com/freqtrade/freqtrade-strategies/issues/301
This commit is contained in:
Matthias
2023-05-15 18:06:17 +02:00
parent 2a388e2db3
commit 1b714fdb00
5 changed files with 17 additions and 11 deletions

View File

@@ -100,8 +100,10 @@ class Profit(BaseModel):
trade_count: int
closed_trade_count: int
first_trade_date: str
first_trade_humanized: str
first_trade_timestamp: int
latest_trade_date: str
latest_trade_humanized: str
latest_trade_timestamp: int
avg_duration: str
best_pair: str