Don't use "limit" for sell-orders either

This commit is contained in:
Matthias
2019-06-17 07:01:17 +02:00
parent 557122921a
commit 06afb3f155
3 changed files with 5 additions and 5 deletions

View File

@@ -2316,7 +2316,7 @@ def test_execute_sell_without_conf_sell_down(default_conf, ticker, fee,
'gain': 'loss',
'limit': 1.044e-05,
'amount': 90.99181073703367,
'order_type': 'market',
'order_type': 'limit',
'open_rate': 1.099e-05,
'current_rate': 1.044e-05,
'profit_amount': -5.492e-05,