mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
Update comment around funding fees
This commit is contained in:
parent
b8117759d6
commit
0649fe3551
|
@ -128,8 +128,9 @@ class FreqtradeBot(LoggingMixin):
|
||||||
self.update_funding_fees()
|
self.update_funding_fees()
|
||||||
self.wallets.update()
|
self.wallets.update()
|
||||||
|
|
||||||
# TODO: This would be more efficient if scheduled in utc time, and performed at each
|
# This would be more efficient if scheduled in utc time, and performed at each
|
||||||
# TODO: funding interval, specified by funding_fee_times on the exchange classes
|
# funding interval, specified by funding_fee_times on the exchange classes
|
||||||
|
# However, this reduces the precision - and might therefore lead to problems.
|
||||||
for time_slot in range(0, 24):
|
for time_slot in range(0, 24):
|
||||||
for minutes in [1, 31]:
|
for minutes in [1, 31]:
|
||||||
t = str(time(time_slot, minutes, 2))
|
t = str(time(time_slot, minutes, 2))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user