mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add comment for funding fees running
This commit is contained in:
parent
fee3c598d0
commit
368bfcf476
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user