Add new /profit fields to API

This commit is contained in:
Matthias
2023-04-08 16:40:22 +02:00
parent be72670ca2
commit a102cfdfc9
3 changed files with 5 additions and 1 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': '',
}