edited todos

This commit is contained in:
Sam Germain
2022-02-14 09:01:08 -06:00
parent fc2d3649a1
commit 19783e0d39
4 changed files with 2 additions and 3 deletions

View File

@@ -536,7 +536,6 @@ class Backtesting:
sell_candle_time: datetime = sell_row[DATE_IDX].to_pydatetime()
if self.trading_mode == TradingMode.FUTURES:
# TODO: liquidation price?
trade.funding_fees = self.exchange.calculate_funding_fees(
self.futures_data[trade.pair],
amount=trade.amount,