mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 20:30:25 +00:00
chore: improve backtest comment
This commit is contained in:
@@ -1343,7 +1343,7 @@ class Backtesting:
|
|||||||
for t in list(LocalTrade.bt_trades_open_pp[pair]):
|
for t in list(LocalTrade.bt_trades_open_pp[pair]):
|
||||||
# 1. Manage currently open orders of active trades
|
# 1. Manage currently open orders of active trades
|
||||||
if self.manage_open_orders(t, current_time, row):
|
if self.manage_open_orders(t, current_time, row):
|
||||||
# Close trade
|
# Remove trade (initial open order never filled)
|
||||||
LocalTrade.remove_bt_trade(t)
|
LocalTrade.remove_bt_trade(t)
|
||||||
self.wallets.update()
|
self.wallets.update()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user