Fixed failing test_process_trade_creation, test_order_book_depth_of_market, test_handle_stoploss_on_exchange_trailing

This commit is contained in:
Sam Germain
2021-10-09 16:53:42 -06:00
parent 94f0be1fa9
commit 81cf4653a9
2 changed files with 35 additions and 26 deletions

View File

@@ -1303,7 +1303,7 @@ class FreqtradeBot(LoggingMixin):
order = self.exchange.create_order(
pair=trade.pair,
ordertype=order_type,
side="sell",
side=trade.exit_side,
amount=amount,
rate=limit,
time_in_force=time_in_force