Merge pull request #8459 from freqtrade/feat/kvstore

Add initial bot start time to /profit endpoint
This commit is contained in:
Matthias
2023-04-10 14:49:01 +02:00
committed by GitHub
10 changed files with 265 additions and 2 deletions

View File

@@ -883,6 +883,8 @@ def test_api_profit(botclient, mocker, ticker, fee, markets, is_short, expected)
'max_drawdown': ANY,
'max_drawdown_abs': ANY,
'trading_volume': expected['trading_volume'],
'bot_start_timestamp': 0,
'bot_start_date': '',
}