mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Add comment for funding fees running
This commit is contained in:
@@ -394,6 +394,8 @@ class LocalTrade:
|
||||
|
||||
# Futures properties
|
||||
funding_fees: Optional[float] = None
|
||||
# Used to keep running funding fees - between the last filled order and now
|
||||
# Shall not be used for calculations!
|
||||
funding_fee_running: Optional[float] = None
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user