We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeae97 commit adec491Copy full SHA for adec491
1 file changed
freqtrade/exchange/exchange.py
@@ -3934,7 +3934,6 @@ def calculate_funding_fees(
3934
is_short: bool,
3935
open_date: datetime,
3936
close_date: datetime,
3937
- time_in_ratio: float | None = None,
3938
) -> float:
3939
"""
3940
calculates the sum of all funding fees that occurred for a pair during a futures trade
@@ -3944,7 +3943,6 @@ def calculate_funding_fees(
3944
3943
:param is_short: trade direction
3945
:param open_date: The date and time that the trade started
3946
:param close_date: The date and time that the trade ended
3947
- :param time_in_ratio: Not used by most exchange classes
3948
3949
fees: float = 0
3950
0 commit comments