New method for combining all funding fees within a time period

This commit is contained in:
Sam Germain
2021-11-13 04:45:23 -06:00
parent 6b40792f80
commit 3c509a1f9b
13 changed files with 93 additions and 213 deletions

View File

@@ -23,7 +23,6 @@ class Kraken(Exchange):
"trades_pagination": "id",
"trades_pagination_arg": "since",
}
funding_fee_times: List[int] = [0, 4, 8, 12, 16, 20] # hours of the day
_supported_trading_mode_collateral_pairs: List[Tuple[TradingMode, Collateral]] = [
# TradingMode.SPOT always supported and not required in this list