mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 17:13:06 +00:00
Improve /status message (show Total profit)
This commit is contained in:
@@ -204,6 +204,8 @@ def test_telegram_status(default_conf, update, mocker) -> None:
|
||||
'profit': -0.0059,
|
||||
'profit_ratio': -0.0059,
|
||||
'profit_abs': -0.225,
|
||||
'realized_profit': 0.0,
|
||||
'combined_profit_abs': -0.225,
|
||||
'initial_stop_loss_abs': 1.098e-05,
|
||||
'stop_loss_abs': 1.099e-05,
|
||||
'exit_order_status': None,
|
||||
|
||||
Reference in New Issue
Block a user