Add current stoploss calculations

This commit is contained in:
Matthias
2020-06-04 06:56:59 +02:00
parent 5c5dc6fffe
commit 412b50dac5
2 changed files with 17 additions and 0 deletions

View File

@@ -533,6 +533,10 @@ def test_api_status(botclient, mocker, ticker, fee, markets):
'initial_stop_loss_abs': 9.882e-06,
'initial_stop_loss_pct': -10.0,
'initial_stop_loss_ratio': -0.1,
'stoploss_current_dist': -1.1080000000000002e-06,
'stoploss_current_dist_ratio': -0.10081893,
'stoploss_entrypoint_dist': 1.0980000000000003e-06,
'stoploss_entrypoint_dist_ratio': 0.11111111,
'trade_id': 1,
'close_rate_requested': None,
'current_rate': 1.099e-05,