mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update comment about funding_fees calculation
This commit is contained in:
parent
ff646441ce
commit
6c7a4230ad
|
@ -728,6 +728,8 @@ class LocalTrade():
|
|||
|
||||
elif (trading_mode == TradingMode.FUTURES):
|
||||
funding_fees = self.funding_fees or 0.0
|
||||
# Positive funding_fees -> Trade has gained from fees.
|
||||
# Negative funding_fees -> Trade had to pay the fees.
|
||||
if self.is_short:
|
||||
return float(self._calc_base_close(amount, rate, fee)) - funding_fees
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user