mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Add comment for funding fees running
This commit is contained in:
@@ -394,6 +394,8 @@ class LocalTrade:
|
|||||||
|
|
||||||
# Futures properties
|
# Futures properties
|
||||||
funding_fees: Optional[float] = None
|
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
|
funding_fee_running: Optional[float] = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user