Use unified stopPrice for binance

This commit is contained in:
Matthias
2022-05-29 10:58:01 +02:00
parent f64f2b1ad8
commit a875a7dc40
3 changed files with 4 additions and 5 deletions

View File

@@ -154,6 +154,7 @@ def test_stoploss_adjust_binance(mocker, default_conf, sl1, sl2, sl3, side):
order = {
'type': 'stop_loss_limit',
'price': 1500,
'stopPrice': 1500,
'info': {'stopPrice': 1500},
}
assert exchange.stoploss_adjust(sl1, order, side=side)