adding SL and SL percentage to telegram msg

This commit is contained in:
Misagh
2019-03-28 12:09:07 +01:00
parent 941921dd0f
commit 0e5b0ebda6
3 changed files with 10 additions and 3 deletions

View File

@@ -201,6 +201,8 @@ def test_status(default_conf, update, mocker, fee, ticker, markets) -> None:
'amount': 90.99181074,
'close_profit': None,
'current_profit': -0.59,
'stop_loss': 1.099e-05,
'stop_loss_percentage': '-2%',
'open_order': '(limit buy rem=0.00000000)'
}]),
_status_table=status_table,