Expose total_profit_ratio through API

This commit is contained in:
Matthias
2023-03-06 07:10:02 +01:00
parent c4a80e33ea
commit d779d60812
3 changed files with 4 additions and 1 deletions

View File

@@ -1012,6 +1012,7 @@ def test_api_status(botclient, mocker, ticker, fee, markets, is_short,
'profit_fiat': ANY,
'total_profit_abs': ANY,
'total_profit_fiat': ANY,
'total_profit_ratio': ANY,
'realized_profit': 0.0,
'realized_profit_ratio': None,
'current_rate': current_rate,