Slightly reword docs

remove some Note-boxes - people tend to skip these.
This commit is contained in:
Matthias
2022-05-06 06:23:06 +02:00
parent 2d9be6dace
commit d11c44940e
5 changed files with 13 additions and 13 deletions

View File

@@ -813,9 +813,6 @@ class Backtesting:
cost=stake_amount + trade.fee_open,
)
if pos_adjust and self._get_order_filled(order.price, row):
# Update trade open_rate on first filled order
# this is for cases where adjust_entry_order might have replaced the
# initial order from trade opening
order.close_bt_order(current_time, trade)
else:
trade.open_order_id = str(self.order_id_counter)