Show absolute profit in /status command

This commit is contained in:
Matthias
2023-02-27 20:50:25 +01:00
parent 46b987042b
commit 65d1598a90
2 changed files with 3 additions and 1 deletions

View File

@@ -202,6 +202,7 @@ def test_telegram_status(default_conf, update, mocker) -> None:
'close_profit_ratio': None,
'profit': -0.0059,
'profit_ratio': -0.0059,
'profit_abs': -0.225,
'initial_stop_loss_abs': 1.098e-05,
'stop_loss_abs': 1.099e-05,
'exit_order_status': None,