Merge pull request #7339 from freqtrade/fix/fundingfee_handling

Fix/fundingfee handling
This commit is contained in:
Matthias
2022-09-06 19:21:40 +02:00
committed by GitHub
5 changed files with 57 additions and 15 deletions

View File

@@ -686,7 +686,7 @@ class Backtesting:
self.futures_data[trade.pair],
amount=trade.amount,
is_short=trade.is_short,
open_date=trade.open_date_utc,
open_date=trade.date_last_filled_utc,
close_date=exit_candle_time,
)